base-4.16.4.0: Basic libraries
Copyright(c) The University of Glasgow 2007
Licensesee libraries/base/LICENSE
Maintainer[email protected]
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