Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
GVboolean :: Bool -> GenericValueglib System.Glib.StoreValue No documentation available.
-
glib System.Glib.StoreValue No documentation available.
-
hackage-security Hackage.Security.JSON No documentation available.
-
hackage-security Text.JSON.Canonical No documentation available.
-
mysql Database.MySQL.Base.Types No documentation available.
assertBool :: HasCallStack => String -> Bool -> Assertionpersistent-test Init Asserts that the specified condition holds.
-
Type level booleans Type level booleans. singletons package provides similar functionality, but it has tight dependency constraints.
-
singleton-bool Data.Singletons.Bool No documentation available.
-
singleton-bool Data.Singletons.Bool No documentation available.
discreteBool :: forall (a :: Bool) (b :: Bool) . (SBoolI a, SBoolI b) => Dec (a :~: b)singleton-bool Data.Singletons.Bool Decidable equality.
>>> decShow (discreteBool :: Dec ('True :~: 'True)) "Yes Refl"