zeolite-lang-0.10.0.0: Zeolite is a statically-typed, general-purpose programming language.
Safe HaskellSafe
LanguageHaskell2010

Types.DefinedCategory

Documentation

data DefinedMember c Source #

Instances

Instances details
Show c => Show (DefinedMember c) Source # 
Instance details

Defined in Types.DefinedCategory

ParseFromSource (DefinedMember SourcePos) Source # 
Instance details

Defined in Parser.DefinedCategory

data VariableValue c Source #

Constructors

VariableValue 

Instances

Instances details
Show c => Show (VariableValue c) Source # 
Instance details

Defined in Compilation.CompilerState