BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:singleton-bool-0.1.3@sha256:36b0374f54aacacafe63bf0bc83e401a8c8522ef5706491c33f13f971fe6fc72,1111

Module documentation for 0.1.3

Depends on 1 package(full list with versions):

singleton-bool

Build Status Hackage Stackage Nightly

Type level booleans

Changes

  • 0.1.3.0

    • Add reifyBool and reflectBool.
    • Drop GHC-7.4 support (broken PolyKinds)
  • 0.1.2.0

    • Enable PolyKinds on GHC >= 7.6
    • Add sboolEqRefl :: SBoolI (a == b) => Maybe (a :~: b)
  • 0.1.1.0

    • Add eqToRefl, eqCast, trivialRefl