feldspar-compiler-0.7: Compiler for the Feldspar language

Safe HaskellNone
LanguageHaskell2010

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