Module

Selda.Expr

Package
purescript-selda
Repository
Kamirus/purescript-selda

#Some Source

data Some a b

Constructors

#None Source

data None a b

Constructors

#BinOp Source

data BinOp i o

Constructors

#UnOp Source

data UnOp i o

Constructors

#BinExp Source

data BinExp o i

Constructors

#UnExp Source

data UnExp o i

Constructors

#Fn Source

data Fn o i

Constructors

#InArray Source

data InArray o i

Constructors

#primPGEscape Source

#showLiteral Source

showLiteral :: forall a. Literal a -> String

#showBinOp Source

showBinOp :: forall o i. BinOp i o -> String

#showExpr Source

showExpr :: forall a. Expr a -> String

#showBinExp Source

showBinExp :: forall i o. BinExp o i -> String

#showUnExp Source

showUnExp :: forall i o. UnExp o i -> String

#showFn Source

showFn :: forall i o. Fn o i -> String

#showInArray Source

showInArray :: forall i o. InArray o i -> String