base-4.7.0.0: Basic libraries

Copyright(c) The University of Glasgow, 2007
License(c) The University of Glasgow, 2007
Maintainercvs-ghc@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellTrustworthy

GHC.Desugar

Description

Support code for desugaring in GHC

Documentation

(>>>) :: forall arr. Arrow arr => forall a b c. arr a b -> arr b c -> arr a cSource

data AnnotationWrapper Source

Constructors

forall a . Data a => AnnotationWrapper a