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

Safe HaskellNone

DDC.Driver.Command.Flow.Melt

Synopsis

Documentation

cmdFlowMeltSource

Arguments

:: Config

Driver config.

-> Source

Source of the code.

-> String

Program module text.

-> ErrorT String IO () 

Thread a state token through the given flow program. This can't be generic in the language fragment because we need to provide a specific type to use for the world token, and new types for the effectful combinators.