base-4.5.0.0: Basic libraries

Portabilitynon-portable (GHC extensions)
Stabilityinternal
Maintainercvs-ghc@haskell.org
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