Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Utilities for working with KnownNat
constraints.
This module is only available on GHC 8.0 or later.
Documentation
minIsIdempotent :: forall n. Dict (Min n n ~ n) Source #
maxIsIdempotent :: forall n. Dict (Max n n ~ n) Source #
lcmIsIdempotent :: forall n. Dict (Lcm n n ~ n) Source #
gcdIsIdempotent :: forall n. Dict (Gcd n n ~ n) Source #