HsFieldsStruct

Plain source file: base/AST/HsFieldsStruct.hs (2002-03-02)

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

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)