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

Types.TypeInstance

Documentation

data ParamName Source #

Constructors

ParamName 

Fields

ParamSelf 

data TypeInstanceOrParam Source #

Instances

Instances details
Eq TypeInstanceOrParam Source # 
Instance details

Defined in Types.TypeInstance

Ord TypeInstanceOrParam Source # 
Instance details

Defined in Types.TypeInstance

Show TypeInstanceOrParam Source # 
Instance details

Defined in Types.TypeInstance

Show GeneralInstance Source # 
Instance details

Defined in Types.TypeInstance

ParseFromSource TypeInstanceOrParam Source # 
Instance details

Defined in Parser.TypeInstance

ParseFromSource GeneralInstance Source # 
Instance details

Defined in Parser.TypeInstance

class TypeResolver r where Source #