Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. CSVSettings :: Char -> !Maybe (Char, QuoteEmpty) -> CSVSettings

    csv-conduit Data.CSV.Conduit.Types

    No documentation available.

  2. defCSVSettings :: CSVSettings

    csv-conduit Data.CSV.Conduit.Types

    Default settings for a CSV file.

    csvSep = ','
    csvQuoteChar = Just '"'
    

  3. defDontQuoteEmptyCSVSettings :: CSVSettings

    csv-conduit Data.CSV.Conduit.Types

    No documentation available.

  4. isProperSubsetOf :: IntegerInterval -> IntegerInterval -> Bool

    data-interval Data.IntegerInterval

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

  5. isSubsetOf :: IntegerInterval -> IntegerInterval -> Bool

    data-interval Data.IntegerInterval

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

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

    data-interval Data.Interval

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

  7. 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.

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

    data-interval Data.IntervalMap.Lazy

    The set of all keys of the map.

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

    data-interval Data.IntervalMap.Strict

    The set of all keys of the map.

  10. module Data.IntervalSet

    Interval datatype and interval arithmetic.

Page 183 of many | Previous | Next