Portability | non-portable (non-standard instances) |
---|---|
Stability | experimental |
Maintainer | [email protected] |
Data.TypeLevel.Num.Sets
Description
Type-level numerical sets. Currently there is only support for Naturals and Positives.
Documentation
reifyIntegral :: Integral i => i -> (forall n. Nat n => n -> r) -> rSource
Reification function. In CPS style (best possible solution)