Kurt Symanzik
Kurt Symanzik
Matching on the function definition has issues to, for example, with point free functions. ``` add = (\x y -> x + y) ```
I believe that this is still a valid issue, i.e. there is no good way to reliably distinguish between functions and constants using an Exuberant ctags regular expressions file. I...
``` regex-Elm=/^ *([[:lower:]][[:alnum:]_]+)[[:blank:]]*:[^:].+$/\1/f,function_constant,functions_constants/ ``` This matches a line starting with a lowercase name followed by a colon but not two colons and something else until the end of the line....