Catherine

Results 1913 comments of Catherine

This is the fault of camlp4. Bare utop (without camlp4) exhibits same behavior as `ocaml`.

@mcclure I don't think this is possible. Sedlex works by generating an NFA at compile time; it has to know all possible paths or the transformation can't be done.

Sedlex is not actually a regexp library in the common sense, it's a lexer generator like flex. You can work around it using several automatons, but it's probably easier to...

Essentially, if you want it, implement it. At this point sedlex is not really maintained.

This is a peculiarity of OCaml's toplevel. `#load` actually loads code; `#directory` tells the toplevel where the interface files are, thus allowing it to typecheck an expression. You need both.

Yeah, it should probably warn as @unhammer says.

This should probably be done in lambda-term. @diml?

But the mode (3) can, namely by using the same Alt+← and Alt+→ shortcuts to scroll the list. I personally also think that would be the most convenient mode.