unison-core1-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.ConstructorType

Documentation

data ConstructorType Source #

Constructors

Data 
Effect 

Instances

Instances details
Enum ConstructorType Source # 
Instance details

Defined in Unison.ConstructorType

Generic ConstructorType Source # 
Instance details

Defined in Unison.ConstructorType

Associated Types

type Rep ConstructorType :: Type -> Type #

Show ConstructorType Source # 
Instance details

Defined in Unison.ConstructorType

Eq ConstructorType Source # 
Instance details

Defined in Unison.ConstructorType

Ord ConstructorType Source # 
Instance details

Defined in Unison.ConstructorType

type Rep ConstructorType Source # 
Instance details

Defined in Unison.ConstructorType

type Rep ConstructorType = D1 ('MetaData "ConstructorType" "Unison.ConstructorType" "unison-core1-0.0.0-Kp7ZcNnt5XdB8ImvFwyntI" 'False) (C1 ('MetaCons "Data" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Effect" 'PrefixI 'False) (U1 :: Type -> Type))