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.
-
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.
CSVSettings :: Char -> !Maybe (Char, QuoteEmpty) -> CSVSettingscsv-conduit Data.CSV.Conduit No documentation available.
-
csv-conduit Data.CSV.Conduit Default settings for a CSV file.
csvSep = ',' csvQuoteChar = Just '"'
-
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.
CSVSettings :: Char -> !Maybe (Char, QuoteEmpty) -> CSVSettingscsv-conduit Data.CSV.Conduit.Types No documentation available.
-
csv-conduit Data.CSV.Conduit.Types Default settings for a CSV file.
csvSep = ',' csvQuoteChar = Just '"'
defDontQuoteEmptyCSVSettings :: CSVSettingscsv-conduit Data.CSV.Conduit.Types No documentation available.
isProperSubsetOf :: IntegerInterval -> IntegerInterval -> Booldata-interval Data.IntegerInterval Is this a proper subset? (i.e. a subset but not equal).
isSubsetOf :: IntegerInterval -> IntegerInterval -> Booldata-interval Data.IntegerInterval Is this a subset? (i1 `isSubsetOf` i2) tells whether i1 is a subset of i2.
isProperSubsetOf :: Ord r => Interval r -> Interval r -> Booldata-interval Data.Interval Is this a proper subset? (i.e. a subset but not equal).