[Haskell] documentation of Language.Haskell.Syntax

Ross Paterson ross at soi.city.ac.uk
Wed Mar 17 11:36:35 EST 2004


On Wed, Mar 17, 2004 at 11:12:23AM -0000, José Vilaça wrote:
> I'm searching for more detailed information about
> Language.Haskell.Syntax than the one provided by the Haddock
> documentation of the  Hierarchical Libraries.

Unfortunately, that's all there is.  The docs are sparse, but the types
do correspond fairly closely to the grammar in the Haskell 98 Report.
Do ask about anything that's unclear (maybe libraries or haskell-cafe
would be a more appropriate mailing list).  In extremis, there's always
the source of Language.Haskell.Parser.


More information about the Haskell mailing list