Portability | non-portable (GHC extensions) |
---|---|
Stability | internal |
Maintainer | [email protected] |
Safe Haskell | Trustworthy |
GHC.Desugar
Description
Support code for desugaring in GHC
Documentation
data AnnotationWrapper Source
Constructors
forall a . Data a => AnnotationWrapper a |
toAnnotationWrapper :: Data a => a -> AnnotationWrapperSource