Copyright | (c) 2008 Utrecht University |
---|---|
License | All rights reserved |
Maintainer | stefan@cs.uu.nl |
Stability | provisional |
Portability | non-portable (uses CPP) |
Safe Haskell | Safe |
Language | Haskell98 |
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
.