HsAssocStruct is imported by: BaseSyntaxStruct, HsAssoc, HsAssocPretty, HsAssocUtil, HsDeclStruct, PFE0.
module HsAssocStruct where -- Formerly known as InfixAssoc... data HsFixity = HsFixity HsAssoc Int deriving (Eq,Show,Read) data HsAssoc = HsAssocNone | HsAssocLeft | HsAssocRight deriving (Eq, Show, Read)
(HTML for this module was generated on 2006-08-12. About the conversion tool.)