Open conal opened 10 years ago
There's a good start already, as the expression E (in LambdaCCC.Lambda) and the conversion to biCCCs (LambdaCCC.ToCCC) are parametrized over a type constructor of primitives.
E
LambdaCCC.Lambda
LambdaCCC.ToCCC
How to specify what type of primitives?
There's a good start already, as the expression
E
(inLambdaCCC.Lambda
) and the conversion to biCCCs (LambdaCCC.ToCCC
) are parametrized over a type constructor of primitives.