base-4.14.0.0: Basic libraries
Copyright(c) The University of Glasgow 2007
Licensesee libraries/base/LICENSE
Maintainercvs-ghc@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellTrustworthy
LanguageHaskell2010

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 c Source #

data AnnotationWrapper Source #

Constructors

forall a.Data a => AnnotationWrapper a