Data.ExactPi.TypeLevel

Type Level ExactPi Values

data ExactPi'

class KnownExactPi v

Arithmetic

type family (a :: ExactPi') * (b :: ExactPi') :: ExactPi' where ...

type family (a :: ExactPi') / (b :: ExactPi') :: ExactPi' where ...

type family Recip (a :: ExactPi') :: ExactPi' where ...

type ExactNatural n

type One

type Pi

Conversion to Term Level

type MinCtxt v a

type family MinCtxt' (v :: ExactPi') :: * -> Constraint where ...

injMin