Qit


TypeTemplate<'a> Type

Utility for mapping System.Type to type parameters of arbitrary functions.

Static members

Static member Description

TypeTemplate.create f

Full Usage: TypeTemplate.create f

Parameters:
    f : Expr<'a> - Generic function to apply type arguments to

Returns: Type list -> 'a

Constructs a function given a generic function and a list of Type arguments

f : Expr<'a>

Generic function to apply type arguments to

Returns: Type list -> 'a