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.

  1. toFieldsMaybeFields :: Nullspec a b -> ToFields a b -> ToFields (Maybe a) (MaybeFields b)

    opaleye Opaleye.Internal.MaybeFields

    No documentation available.

  2. traverseMaybeFields :: SelectArr a b -> SelectArr (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.Internal.MaybeFields

    No documentation available.

  3. unpackspecMaybeFields :: Unpackspec a b -> Unpackspec (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.Internal.MaybeFields

    No documentation available.

  4. valuesspecMaybeFields :: Valuesspec a b -> Valuesspec (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.Internal.MaybeFields

    No documentation available.

  5. binaryspecMaybeFields :: WithNulls Binaryspec a b -> Binaryspec (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.MaybeFields

    No documentation available.

  6. catMaybeFields :: SelectArr i (MaybeFields a) -> SelectArr i a

    opaleye Opaleye.MaybeFields

    The Opaleye analogue of catMaybes. Most commonly you will want to use this at type

    catMaybeFields :: Select (MaybeFields a) -> Select a
    

  7. distinctspecMaybeFields :: WithNulls Distinctspec a b -> Distinctspec (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.MaybeFields

    No documentation available.

  8. fromFieldsMaybeFields :: FromFields fields haskells -> FromFields (MaybeFields fields) (Maybe haskells)

    opaleye Opaleye.MaybeFields

    No documentation available.

  9. fromMaybeFields :: Default IfPP b b => b -> MaybeFields b -> b

    opaleye Opaleye.MaybeFields

    The Opaleye analogue of fromMaybe

  10. fromMaybeFieldsExplicit :: IfPP b b -> b -> MaybeFields b -> b

    opaleye Opaleye.MaybeFields

    No documentation available.

Page 279 of many | Previous | Next