HsFieldsStruct is imported by: BaseSyntaxStruct, HsExpStruct, HsFields, HsFieldsMaps, HsFieldsPretty, HsPatStruct, TiFields, SimpFieldLabels.
-- Labelled fields, used in patterns and expressions
module HsFieldsStruct where type HsFieldsI i e = [HsFieldI i e] data HsFieldI i e = HsField i e deriving (Eq, Show) fieldName (HsField n _) = n
(HTML for this module was generated on 2006-08-12. About the conversion tool.)