pandora-0.2.3: A box of patterns and paradigms

Safe HaskellSafe
LanguageHaskell2010

Pandora.Paradigm.Structure.Cartesian

Documentation

class Cartesian (t :: * -> *) where Source #

Methods

(-:*:-) :: t a -> t b -> t (a :*: b) Source #