Data.ExactPi.TypeLevel
data ExactPi'
class KnownExactPi v
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
type MinCtxt v a
type family MinCtxt' (v :: ExactPi') :: * -> Constraint where ...
injMin