Module SCL/ProceduralModule

This module is undocumented. This is a list of its definitions.

valueDefinition :: Typeable a => String -> a -> ProceduralValueDefinition

valueDefinition name value is the definition that gives the procedural module a value called name. The type of the definition is the type value has at the call site, so it must be known there.