<A HREF="manual_c.htm"><img align=center src="contents.gif" ALT="Contents"></A> Up Previous Next

Find definition :find <name>


The :find <name> command starts up the editor at the definition of a type constructor or function, specified by the argument <name>, in one of the files currently loaded into Hugs. Note that Hugs must be configured with an appropriate editor for this to work properly. There are four possibilities: Note that names of infix operators should be given without any enclosing them in parentheses. Thus :f !! starts an editor on the standard prelude at the first line in the definition of (!!). If a given name could be interpreted both as a type constructor and as a value constructor, then the former is assumed.