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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. casesOrElse :: OperatorContext c => [(Predicate c, Record c a)] -> Record c a -> Record c a

    relational-schemas Database.Custom.PostgreSQL

    Same as caseSearch, but you can write like list casesOrElse clause.

  2. casesOrElse' :: OperatorContext c => (Record c a, [(Record c a, Record c b)]) -> Record c b -> Record c b

    relational-schemas Database.Custom.PostgreSQL

    Uncurry version of case', and you can write like ... casesOrElse' clause.

  3. casesOrElse :: OperatorContext c => [(Predicate c, Record c a)] -> Record c a -> Record c a

    relational-schemas Database.Custom.SQLServer

    Same as caseSearch, but you can write like list casesOrElse clause.

  4. casesOrElse' :: OperatorContext c => (Record c a, [(Record c a, Record c b)]) -> Record c b -> Record c b

    relational-schemas Database.Custom.SQLServer

    Uncurry version of case', and you can write like ... casesOrElse' clause.

  5. casesOrElse :: OperatorContext c => [(Predicate c, Record c a)] -> Record c a -> Record c a

    relational-schemas Database.Custom.SQLite3

    Same as caseSearch, but you can write like list casesOrElse clause.

  6. casesOrElse' :: OperatorContext c => (Record c a, [(Record c a, Record c b)]) -> Record c b -> Record c b

    relational-schemas Database.Custom.SQLite3

    Uncurry version of case', and you can write like ... casesOrElse' clause.

Page 6 of many | Previous | Next

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