Does runhugs need a literate script?
Wolfgang Jeltsch <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
the hugs manpage states:
The runhugs command is an interpreter for an executable Hugs script, which
must be a literate script containing a Haskell Main module.
It is not my experience that runhugs only works with literate scripts. Is the
manpage wrong here?
Wolfgang