`merlin-locate` does not work when the point in on a dotted infix operator such as `+.` (in Emacs). Example: ```ocaml module A = struct let ( +. ) a b = a +. b end let f x = A.(x +. 1.) ``` (put the cursor on the latest `+.` and `M-x merlin-locate`).