-
Notifications
You must be signed in to change notification settings - Fork 27
Show type seems very buggy #18
Copy link
Copy link
Closed
Description
Since OCaml's emacs mode is not able to make sense of cmt[i] files I was experimenting with ocp-index's C-c t to show the type at point. The feature seems very buggy. On the following file:
let x = 3
let f x =
let y = "bla" in
x, y
module M = struct
let z = 3
end
- The first
xcorrectly saysint - The
fcorrectly says'a -> 'a * string - Both
xin the definition offincorrectly sayint - Both
yin the definition offsayNo definition found "bla"saysNo definition foundzsaysNo definition found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels