template-haskell-natural-1.0.0.0
Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.Natural.Syntax.Utils

Description

QoL / Utility functions

Synopsis

Documentation

apply :: (GenExpr f, GenExpr arg) => f -> [arg] -> Q Exp Source #

Applies the given list of arguments to the expression

applyT :: (GenType f, GenType arg) => f -> [arg] -> Q Type Source #

Applies the given list of type arguments to the type