Portability | non-portable (uses CPP) |
---|---|
Stability | provisional |
Maintainer | stefan@cs.uu.nl |
Safe Haskell | Safe-Inferred |
CCO.Component
Description
An arrow for constructing and composing compiler components.
Components
The Component
arrow.
A Component a b
takes input of type a
to output of type b
.