generic-lexicographic-order

Derive Bounded and Enum for sum types and Enum for product types

https://github.com/friedbrice/generic-lexicographic-order

Stackage Nightly 2025-07-05:0.1.0.1
Latest on Hackage:0.1.0.1

See all snapshots generic-lexicographic-order appears in

BSD-3-Clause licensed by Daniel Brice
Maintained by [email protected]
This version can be pinned in stack with:generic-lexicographic-order-0.1.0.1@sha256:571b029c276a718587d9449f356dd0341dd7b940230110f8904e11ec63b3b6bf,1490

Module documentation for 0.1.0.1

Depends on 1 package(full list with versions):

Derive generic instances of Bounded and/or Enum for sums, and Enum instances for products, based on the instances of their components. These instances are designed to cohere with the stock-derived Ord instance.