| Safe Haskell | Safe-Inferred |
|---|
Control.Compilation.Compile
Documentation
type FreshIndex = IntegerSource
type Indentation = StringSource
type ModuleName = StringSource
type NestingDepth = IntegerSource
Constructors
| State FreshIndex Indentation (Maybe ModuleName) NestingDepth a |
freshWithPrefix :: String -> Compile a StringSource