Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Parser.Procedure
Contents
Documentation
data PragmaExpr c Source #
Constructors
PragmaExprLookup | |
Fields
| |
PragmaSourceContext | |
Fields
|
Instances
Show c => Show (PragmaExpr c) Source # | |
Defined in Parser.Procedure Methods showsPrec :: Int -> PragmaExpr c -> ShowS # show :: PragmaExpr c -> String # showList :: [PragmaExpr c] -> ShowS # |
data PragmaStatement c Source #
Constructors
PragmaMarkVars | |
Fields
|
Instances
Show c => Show (PragmaStatement c) Source # | |
Defined in Parser.Procedure Methods showsPrec :: Int -> PragmaStatement c -> ShowS # show :: PragmaStatement c -> String # showList :: [PragmaStatement c] -> ShowS # |