ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.57k stars 233 forks source link

Sigs show up as modules. #52

Closed roshanjames closed 11 years ago

roshanjames commented 11 years ago

It would be nice to see what is inside a sig such as a Floatable. Similarly it would be nice to see what is produced by a functor.

let-def commented 11 years ago

Tell me if current git behave as you expect, if not I will reopen the issue.

roshanjames commented 11 years ago

@def-lkb This looks good.

roshanjames commented 11 years ago

I have to say, I actually really like the way this looks. Some sigs related to things like Hashtbl in Core are fairly puzzling if you follow the source. This flattens it out nicely.