• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. withBool :: String -> (Bool -> Parser a) -> Node Pos -> Parser a

    HsYAML Data.YAML

    Operate on tag:yaml.org,2002:bool node (or fail)

  2. encodeBool :: Bool -> Text

    HsYAML Data.YAML.Schema

    Encode Boolean

  3. class FromBool c

    equational-reasoning Proof.Equational

    No documentation available.

  4. fromBool :: FromBool c => HVec (Args c) -> c

    equational-reasoning Proof.Equational

    No documentation available.

  5. fromBool' :: forall proxy c . (KnownTypeList (Args c), FromBool c, Predicate c ~ 'True) => proxy c -> Args c :~> c

    equational-reasoning Proof.Equational

    No documentation available.

  6. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

  7. SqlBool :: SqlType

    esqueleto Database.Esqueleto

    No documentation available.

  8. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  9. SqlBool :: SqlType

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  10. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

Page 90 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete