ghc-internal-9.1001.0: Basic libraries
Copyright(c) The University of Glasgow 2007
Licensesee libraries/base/LICENSE
Maintainerghc-devs@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe
LanguageHaskell2010

GHC.Internal.Desugar

Description

Support code for desugaring in GHC

The API of this module is unstable and not meant to be consumed by the general public. If you absolutely must depend on it, make sure to use a tight upper bound, e.g., base < 4.X rather than base < 5, because the interface can change rapidly without much warning.

Documentation

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