| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Lsd.AST.Type.Enum
Documentation
newtype EnumFormat Source #
Constructors
| EnumFormat EnumItemFormat |
Instances
| Show EnumFormat Source # | |
Defined in Language.Lsd.AST.Type.Enum Methods showsPrec :: Int -> EnumFormat -> ShowS # show :: EnumFormat -> String # showList :: [EnumFormat] -> ShowS # | |
| Eq EnumFormat Source # | |
Defined in Language.Lsd.AST.Type.Enum | |
data EnumItemFormat Source #
Constructors
| EnumItemFormat IdentifierFormat EnumItemKeyFormat |
Instances
| Show EnumItemFormat Source # | |
Defined in Language.Lsd.AST.Type.Enum Methods showsPrec :: Int -> EnumItemFormat -> ShowS # show :: EnumItemFormat -> String # showList :: [EnumItemFormat] -> ShowS # | |
| Eq EnumItemFormat Source # | |
Defined in Language.Lsd.AST.Type.Enum Methods (==) :: EnumItemFormat -> EnumItemFormat -> Bool # (/=) :: EnumItemFormat -> EnumItemFormat -> Bool # | |