BNFC-2.7.0.0: A compiler front-end generator.

Safe HaskellSafe-Inferred

Data.Pair

Documentation

data Pair a Source

Constructors

:/: 

Fields

leftOf :: a
 
rightOf :: a
 

Instances

Functor Pair 
Applicative Pair 
Show a => Show (Pair a) 
AbelianGroupZ a => AbelianGroupZ (Pair a) 
AbelianGroup a => AbelianGroup (Pair a) 
Matrix m => Matrix (O Pair m)