merlin
merlin copied to clipboard
Locate constructors' exact positions
Currently Merlin will locate the type of a constructor, not the constructor itself. This is much improved in that PR.
After discussing this issue with @pitag-ha we realized that it only answers the problem for type's declarations, not definitions. I am turning this into a draft while looking for a more robust answer.