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

Safe HaskellSafe
LanguageHaskell98

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.