Language.Haskell.TH.Natural.Syntax.Utils
Description
QoL / Utility functions
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