Closed emwap closed 9 years ago
This PR adds SPECIALIZE pragmas to most (all) class instances.
SPECIALIZE
With these instances most of the type level computations on the syntactic sum-types can be performed at compile time.
syntactic
The only remaining constructs that do not specialize completely are Tuple and Select.
Tuple
Select
This PR adds
SPECIALIZE
pragmas to most (all) class instances.With these instances most of the type level computations on the
syntactic
sum-types can be performed at compile time.The only remaining constructs that do not specialize completely are
Tuple
andSelect
.