Results 9 comments of Aliya Hameer

If it helps for triage, I just want to add that being able to drag the side of the editor to change its size (or some other way of adjusting...

We have been able to grab functions at a polymorphic type simply by supplying a type such as `'a list -> 'a` to the grader. Mostly we use this just...

Ah, I see what you're saying. It looks like, since values are passed around in the datatypes `'a value` (introspection.mli) and `'a lookup` (test_lib.mli), there probably is not a straightforward...

Yes, that's what we'll probably end up doing. Student ID numbers aren't public, but they aren't completely secret either, you're right. For the first option, I meant allowing the user...

For posterity, I'd like to post the solution we went with here (since the suggested one is missing some record field names, etc.): ```ocaml (* ------------- Parse Tree Helpers -------------...

I'm very unclear on how `require`, `require_expr`, and `require_syntax` are actually meant to be used, even after lyrm's PR.

Okay, I now understand how they're used, but they don't actually seem to be that useful since they don't provide a way of checking if the required expression was found,...

Those three modules (and many of the ones you requested) are now available as of PR #260; a full list of the modules that were added is in the PR...

We've had a lot of students complain about this too.