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.
-
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.
-
ghc-typelits-knownnat GHC.TypeLits.KnownNat No documentation available.
class
KnownBoolNat2 (f :: Symbol) (a :: k) (b :: k)ghc-typelits-knownnat GHC.TypeLits.KnownNat Class for binary functions with a Boolean result. The Symbol f must correspond to the fully qualified name of the type-level operation. Use nameToSymbol to get the fully qualified TH Name as a Symbol
class
KnownNat2Bool (f :: Symbol) (a :: Bool) (b :: k) (c :: k)ghc-typelits-knownnat GHC.TypeLits.KnownNat Class for ternary functions with a Natural result. The Symbol f must correspond to the fully qualified name of the type-level operation. Use nameToSymbol to get the fully qualified TH Name as a Symbol
-
ghc-typelits-knownnat GHC.TypeLits.KnownNat Singleton version of Bool