GHC.TypeLits.Extra
Nat
type family Max (x :: Nat) (y :: Nat) :: Nat where ...
type family Min (x :: Nat) (y :: Nat) :: Nat where ...
type family Div (x :: Nat) (y :: Nat) :: Nat where ...
type family Mod (x :: Nat) (y :: Nat) :: Nat where ...
type DivMod n d
type DivRU n d
type family FLog (x :: Nat) (y :: Nat) :: Nat where ...
type family CLog (x :: Nat) (y :: Nat) :: Nat where ...
type family Log (x :: Nat) (y :: Nat) :: Nat where ...
type family GCD (x :: Nat) (y :: Nat) :: Nat where ...
type family LCM (x :: Nat) (y :: Nat) :: Nat where ...