ddc-driver-0.4.3.1: Disciplined Disciple Compiler top-level driver.

Safe HaskellNone
LanguageHaskell98

DDC.Driver.Command.Flow.Rate

Synopsis

Documentation

cmdFlowRate Source #

Arguments

:: Config

Driver config.

-> Source

Source of the code.

-> String

Program module text.

-> ExceptT String IO () 

Perform rate inference to transform vector operations to series

cmdFlowRateLower Source #

Arguments

:: Config

Driver config.

-> Config

Config for the lowering transform.

-> Source

Source of the code.

-> String

Program module text.

-> ExceptT String IO () 

Perform rate inference, then lower