| Copyright | (c) The University of Glasgow 2007 | 
|---|---|
| License | see libraries/base/LICENSE | 
| Maintainer | cvs-ghc@haskell.org | 
| Stability | internal | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Trustworthy | 
| Language | Haskell2010 | 
GHC.Desugar
Description
Support code for desugaring in GHC
Documentation
data AnnotationWrapper #
Constructors
| forall a.Data a => AnnotationWrapper a | 
toAnnotationWrapper :: Data a => a -> AnnotationWrapper #