template-haskell-natural-1.0.0.0
Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.Natural.Syntax.Expr.Simple.Untyped

Synopsis

Builder

newExpr :: forall (step :: BuilderStep). SimpleExprBuilder step 'Ready () -> Q LamE Source #

Builds a lambda/let expression

State

Operations

arg :: forall {k} (curr :: k). SimpleExprBuilder curr curr Exp Source #

Add an argument to the lambda

Reexport

Orphan instances