Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Types.Pragma
Documentation
data CodeVisibility Source #
Constructors
ModuleOnly | |
TestsOnly |
Instances
Show CodeVisibility Source # | |
Defined in Types.Pragma Methods showsPrec :: Int -> CodeVisibility -> ShowS # show :: CodeVisibility -> String # showList :: [CodeVisibility] -> ShowS # |
Constructors
PragmaVisibility | |
Fields
| |
PragmaExprLookup | |
Fields
| |
PragmaTracing | |
PragmaComment | |
Constructors
NoTrace | |
TraceCreation |
getPragmaContext :: Pragma c -> [c] Source #
isExprLookup :: Pragma c -> Bool Source #
isModuleOnly :: Pragma c -> Bool Source #
isTestsOnly :: Pragma c -> Bool Source #
isTraceCreation :: Pragma c -> Bool Source #