definitive-base-2.6.3: A small Prelude wrapper to simplify my own Haskell developments
Algebra.Subtractive
type (:*:) a b = (a, b) Source #
newtype a :+: b Source #
Constructors
newtype a :-: b Source #
type (:/:) a b = b -> a Source #