Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat a.ml
- let f x = B.g x + 1
- $ cat b.ml
- let g x = x - 1
- $ ocamlc -bin-annot -c b.ml
- $ ocamlc -bin-annot -c a.ml
- # Now open a.ml, move point to the 'g' in 'B.g' and try merlin-locate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement