Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. mapMaybe :: Num time => (body0 -> Maybe body1) -> T time body0 -> T time body1

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  2. catMaybes :: C time => T time (Maybe body) -> T time body

    event-list Data.EventList.Relative.TimeBody

    Adds times in a left-associative fashion. Use this if the time is a strict data type.

  3. mapMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> T time body1

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  4. partitionMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  5. catMaybes :: C time => T time (Maybe body) -> T time body

    event-list Data.EventList.Relative.TimeTime

    Adds times in a left-associative fashion. Use this if the time is a strict data type.

  6. catMaybesR :: C time => T time (Maybe body) -> T time body

    event-list Data.EventList.Relative.TimeTime

    Adds times in a right-associative fashion. Use this if the time is a data type like lazy Peano numbers or Numeric.NonNegative.Chunky.

  7. mapMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> T time body1

    event-list Data.EventList.Relative.TimeTime

    No documentation available.

  8. partitionMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)

    event-list Data.EventList.Relative.TimeTime

    No documentation available.

  9. partitionMaybeR :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)

    event-list Data.EventList.Relative.TimeTime

    Cf. catMaybesR

  10. type family CatMaybes (a1 :: [Maybe a]) :: [a]

    singletons-base Data.Maybe.Singletons

    No documentation available.

Page 170 of many | Previous | Next