Ohad Rau
Ohad Rau
Do we need to pull in another dependency for this? It doesn't seem like an enormous amount of code, so we might just want to write our own API for...
Whoops, looks like this PR kinda got ignored 😅 Hopefully the work for this is superseded by #685 but gonna keep this open temporarily in-case a similar bug exists in...
Map-based passes seems unlikely for the following reasons: * Weird when adding new productions (need to do `other -> (other :> SchemeNoLet.t)`) * Extra work to generate (find holes ->...
Correct me if I'm wrong but that should only apply to functions that use [@r] or some other cata. If you mark a nonrecursive function as rec it'll issue a...