Safe Haskell | None |
---|---|
Language | Haskell2010 |
Feldspar.Transformation
Documentation
class Transformable t Module => Plugin t where Source
Associated Types
type ExternalInfo t Source
Methods
executePlugin :: t -> ExternalInfo t -> Module (From t) -> Module (To t) Source
Instances