Module docstring
{"# Lexicographic order
This file defines the lexicographic relation for pairs of orders, partial orders and linear orders.
Main declarations
Prod.Lex.<pre/partial/linear>Order: Instances lifting the orders onαandβtoα ×ₗ β.
Notation
α ×ₗ β:α × βequipped with the lexicographic order
See also
Related files are:
* Data.Finset.CoLex: Colexicographic order on finite sets.
* Data.List.Lex: Lexicographic order on lists.
* Data.Pi.Lex: Lexicographic order on Πₗ i, α i.
* Data.PSigma.Order: Lexicographic order on Σ' i, α i.
* Data.Sigma.Order: Lexicographic order on Σ i, α i.
"}