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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. foldMaybe :: Monad m => (b -> a -> m (Maybe b)) -> b -> ListT m a -> m b

    list-t ListT

    A version of fold, which allows early termination.

  2. PersonMaybeAge :: Text -> !Maybe Int -> PersonMaybeAgeGeneric backend

    persistent-test PersistentTestModels

    No documentation available.

  3. type PersonMaybeAge = PersonMaybeAgeGeneric SqlBackend

    persistent-test PersistentTestModels

    No documentation available.

  4. data PersonMaybeAgeGeneric backend

    persistent-test PersistentTestModels

    No documentation available.

  5. type PersonMaybeAgeId = Key PersonMaybeAge

    persistent-test PersistentTestModels

    No documentation available.

  6. personMaybeAgeAge :: PersonMaybeAgeGeneric backend -> !Maybe Int

    persistent-test PersistentTestModels

    No documentation available.

  7. personMaybeAgeName :: PersonMaybeAgeGeneric backend -> !Text

    persistent-test PersistentTestModels

    No documentation available.

  8. mapMaybe :: Ord b => (a -> Maybe b) -> MaxQueue a -> MaxQueue b

    pqueue Data.PQueue.Max

    Maps a function over the elements of the queue, and collects the Just values.

  9. mapMaybe :: Ord b => (a -> Maybe b) -> MinQueue a -> MinQueue b

    pqueue Data.PQueue.Min

    Map elements and collect the Just results.

  10. mapMaybe :: Ord k => (a -> Maybe b) -> MaxPQueue k a -> MaxPQueue k b

    pqueue Data.PQueue.Prio.Max

    Map values and collect the Just results.

Page 221 of many | Previous | Next

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