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

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