polyglot-0.1.1.0: Haskell to Purescript & Scala 3 transpiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

SyntaxTrees.Purescript.Type

Documentation

newtype TypeVar Source #

Constructors

TypeVar String 

Instances

Instances details
Show TypeVar Source # 
Instance details

Defined in SyntaxTrees.Purescript.Type

data TypeCtor Source #

Constructors

TypeCtor String 
Arrow 
TupleType 

Instances

Instances details
Show TypeCtor Source # 
Instance details

Defined in SyntaxTrees.Purescript.Type

data AnyKindedType Source #

Instances

Instances details
Show AnyKindedType Source # 
Instance details

Defined in SyntaxTrees.Purescript.Type

data QTypeVar Source #

Constructors

QTypeVar (Maybe Module) TypeVar 

Instances

Instances details
Show QTypeVar Source # 
Instance details

Defined in SyntaxTrees.Purescript.Type

data QTypeCtor Source #

Constructors

QTypeCtor (Maybe Module) TypeCtor 

Instances

Instances details
Show QTypeCtor Source # 
Instance details

Defined in SyntaxTrees.Purescript.Type