BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:boring-0.1.2@sha256:800114c31483d305cdc9c46491ac8cbcfd6b6e55dd94a9d0f12b0e8c78151304,1926

Module documentation for 0.1.2

  • Boring types are isomorphic to ().

  • Absurd types are isomorphic to Void.

See What does () mean in Haskell -answer by Conor McBride

Changes

Revision history for boring

0.1.2

  • Add instances for ‘Boring’ instances for ‘SBool’, ‘SNat’ and ‘LE’.
  • Add ‘Boring (Dec a)’, ‘boringYes’ and ‘boringNo’.

0.1.1

  • Add GHC.Generics instances
  • Add :~~: and Coercion instances

0.1

  • streams, constraints, generics-sop instances.
  • Reversed dependency with vec, add fin instances.

0

  • First version. Released on an unsuspecting world.