Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed May 28, 2020
1 parent 465c3bb commit bc2c5e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/analysis/context.mli
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ val to_string : t -> string
information given the selected identifier, the position of the cursor and the
typed tree. It is used by Locate and Type_enclosing.
[Mbrowse.enclosing cursor mbrowse] is used to obtain the node enclosing the
cursor's position un the typed tree. This node is then filtered to deduce
information on the enlosing context.
The cursor position is used to distinguished wether a module path or an actual
constructor name is pointed at when the cursor is in the middle of a
longident, e.g. [Foo.B|ar.Constructor] (with | being the cursor).
Expand Down

0 comments on commit bc2c5e2

Please sign in to comment.