Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
first-class-families Fcf No documentation available.
data
UnBool (b :: Exp a) (c :: Exp a) (d :: Bool) (e :: a)first-class-families Fcf N.B.: The order of the two branches is the opposite of "if": UnBool ifFalse ifTrue bool. This mirrors the default order of constructors:
data Bool = False | True ----------- False < True
data
UnBool (b :: Exp a) (c :: Exp a) (d :: Bool) (e :: a)first-class-families Fcf.Data.Bool N.B.: The order of the two branches is the opposite of "if": UnBool ifFalse ifTrue bool. This mirrors the default order of constructors:
data Bool = False | True ----------- False < True
-
first-class-families Fcf.Utils No documentation available.
-
pandoc-types Text.Pandoc.Definition No documentation available.
ConsumeBool :: (Bool -> ST s (DecodeAction s a)) -> DecodeAction s aserialise Codec.Serialise.Decoding No documentation available.
-
serialise Codec.Serialise.Decoding No documentation available.
-
serialise Codec.Serialise.Decoding Decode a bool.
TkBool :: Bool -> Tokens -> Tokensserialise Codec.Serialise.Encoding No documentation available.
encodeBool :: Bool -> Encodingserialise Codec.Serialise.Encoding Encode a Bool.