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

    csv-conduit Data.CSV.Conduit

    Settings for a CSV file. This library is intended to be flexible and offer a way to process the majority of text data files out there.

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

    csv-conduit Data.CSV.Conduit

    No documentation available.

  3. defCSVSettings :: CSVSettings

    csv-conduit Data.CSV.Conduit

    Default settings for a CSV file.

    csvSep = ','
    csvQuoteChar = Just '"'
    

  4. data CSVSettings

    csv-conduit Data.CSV.Conduit.Types

    Settings for a CSV file. This library is intended to be flexible and offer a way to process the majority of text data files out there.

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

    csv-conduit Data.CSV.Conduit.Types

    No documentation available.

  6. defCSVSettings :: CSVSettings

    csv-conduit Data.CSV.Conduit.Types

    Default settings for a CSV file.

    csvSep = ','
    csvQuoteChar = Just '"'
    

  7. defDontQuoteEmptyCSVSettings :: CSVSettings

    csv-conduit Data.CSV.Conduit.Types

    No documentation available.

  8. isProperSubsetOf :: IntegerInterval -> IntegerInterval -> Bool

    data-interval Data.IntegerInterval

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

  9. isSubsetOf :: IntegerInterval -> IntegerInterval -> Bool

    data-interval Data.IntegerInterval

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

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

    data-interval Data.Interval

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

Page 180 of many | Previous | Next