> I checked out the type of "snd" in hugs and basically > figured out what it does, but I was wondering where I could find the > definition of this function. Is it possible to look at it in hugs?
If your hugs is configured correctly to use an editor, simply type ":find snd". This underappreciated feature is one reason why you want to set the editor in hugs!-) http://cvs.haskell.org/Hugs/pages/hugsman/started.html hth, Claus _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
