This version can be pinned in stack with:singleton-bool-0.1.8@sha256:f2863c5109fae42d4df03b1e3270aac4e3336e725e0cbe9663e8ccfc515a6ec1,1244
Module documentation for 0.1.8
Type level booleans.
singletons
package provides similar functionality,
but it has tight dependency constraints.
-
0.1.8
-
0.1.7
- Add EqP and OrdP instances
-
0.1.6
- Add
boring
instances
- Add
some
(GEq
etc) instances
- Add
deepseq
instances
- Require GHC-7.8+
-
0.1.5
- Add
discreteBool :: Dec (a :~: b)
(GHC-7.8+)
- Add
Show
, Eq
, Ord
SBool b
instances.
-
0.1.4
- Add
fromSBool
and withSomeSBool
.
-
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