Hoogle Search

Within Stackage Nightly 2025-10-12 (ghc-9.12.2)

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

  1. isSubsetOf :: Ord r => Interval r -> Interval r -> Bool

    data-interval Data.Interval

    Is this a subset? (i1 `isSubsetOf` i2) tells whether i1 is a subset of i2.

  2. keysSet :: Ord k => IntervalMap k a -> IntervalSet k

    data-interval Data.IntervalMap.Lazy

    The set of all keys of the map.

  3. keysSet :: Ord k => IntervalMap k a -> IntervalSet k

    data-interval Data.IntervalMap.Strict

    The set of all keys of the map.

  4. module Data.IntervalSet

    Interval datatype and interval arithmetic.

  5. data IntervalSet r

    data-interval Data.IntervalSet

    A set comprising zero or more non-empty, disconnected intervals. Any connected intervals are merged together, and empty intervals are ignored.

  6. isProperSubsetOf :: Ord r => IntervalSet r -> IntervalSet r -> Bool

    data-interval Data.IntervalSet

    Is this a proper subset? (i.e. a subset but not equal).

  7. isSubsetOf :: Ord r => IntervalSet r -> IntervalSet r -> Bool

    data-interval Data.IntervalSet

    Is this a subset? (is1 `isSubsetOf` is2) tells whether is1 is a subset of is2.

  8. plotSettings :: PlotConfig -> Plot

    dataframe DataFrame.Display.Terminal.Plot

    No documentation available.

  9. EmptyDataSetException :: Text -> DataFrameException

    dataframe DataFrame.Errors

    No documentation available.

  10. emptyDataSetError :: Text -> String

    dataframe DataFrame.Errors

    No documentation available.

Page 181 of many | Previous | Next