ddc-core-flow-0.4.1.1: Disciplined Disciple Compiler data flow compiler.

Safe HaskellNone

DDC.Core.Flow.Transform.Melt

Synopsis

Documentation

data Info Source

Contains binders of variables that have been melted.

Constructors

Info (Set Name) 

Instances

meltModule :: Module () Name -> (Module () Name, Info)Source

Melt compound data structures in a module.