Liam Stevenson
Results
12
issues of
Liam Stevenson
The "document" command sometimes concatenates documentation for consecutive entries of variants or records. Here's a cram test that demonstrates: ``` $ document_pos () { > pos="$1" > ocamlmerlin single document...
Here's a low priority issue. In this program: ``` let foo a b = b ``` If you hover `foo`, Merlin will tell you its type is `'a -> 'b...