| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.GhclibParserEx.GHC.Hs.Dump
Documentation
showAstData :: Data a => BlankSrcSpan -> BlankEpAnnotations -> a -> SDoc #
data BlankSrcSpan #
Constructors
| BlankSrcSpan | |
| BlankSrcSpanFile | |
| NoBlankSrcSpan |
Instances
| Show BlankSrcSpan # | |
Defined in GHC.Hs.Dump Methods showsPrec :: Int -> BlankSrcSpan -> ShowS show :: BlankSrcSpan -> String showList :: [BlankSrcSpan] -> ShowS | |
| Eq BlankSrcSpan # | |
Defined in GHC.Hs.Dump | |
data BlankEpAnnotations #
Constructors
| BlankEpAnnotations | |
| NoBlankEpAnnotations |
Instances
| Show BlankEpAnnotations # | |
Defined in GHC.Hs.Dump Methods showsPrec :: Int -> BlankEpAnnotations -> ShowS show :: BlankEpAnnotations -> String showList :: [BlankEpAnnotations] -> ShowS | |
| Eq BlankEpAnnotations # | |
Defined in GHC.Hs.Dump Methods (==) :: BlankEpAnnotations -> BlankEpAnnotations -> Bool (/=) :: BlankEpAnnotations -> BlankEpAnnotations -> Bool | |