SBool

Singleton version of Bool
tag:yaml.org,2002:bool
Singleton for type level booleans.
A symbolic boolean/bit
Singleton Bool.
Declare a named SBool NB. For a version which generalizes over the underlying monad, see sBool
Generalization of sBool
A type "representationally equal" to SBool, used for simpler implementation of constraint-level functions that need to create instances of KnownBool
Declare an unnamed SBool NB. For a version which generalizes over the underlying monad, see sBool_
Declare a list of SBools NB. For a version which generalizes over the underlying monad, see sBools
Generalization of sBools
>>> sboolAnd STrue SFalse
SFalse
Useful combination of sbool and eqToRefl