Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readsTime :: ParseTime t => TimeLocale -> String -> ReadS t

    thyme Data.Thyme.Format

    Produce a ReadS to parse a string as a ParseTime instance value.

  2. readsEnum :: (Bounded a, Enum a, Render a) => Bool -> Bool -> ReadS a

    ttc Data.TTC

    Implement ReadS using parseEnum This implementation expects all of the input to be consumed.

  3. readsWithParse :: Parse a => ReadS a

    ttc Data.TTC

    Implement ReadS using a Parse instance This implementation expects all of the input to be consumed.

  4. readWaveFile :: MonadIO m => FilePath -> m Wave

    wave Codec.Audio.Wave

    Read a Wave record from a WAVE file found at given path. This action throws WaveException if the file is malformed and cannot be read. Vanilla WAVE and RF64 files are supported. The format is detected automatically from the contents of the file, not by extension. Only PCM with samples in the form of integers or floats are supported, see SampleFormat. Finally, if “fmt” chunk is not extensible, we try to guess the channel mask from the number of channels alone, here is how:

    • 1 channel: front center (C)
    • 2 channels: front left (L), front right (R)
    • 3 channels: L, R, C
    • 4 channels: L, R, back left (Lb), back right (Rb)
    • 5 channels: L, R, C, Lb, Rb
    • 6 channels: L, R, C, LFE, Lb, Rb
    • 7 channels: L, R, C, LFE, back center (Cb), side left (Ls), side right (Rs)
    • 8 channels: L, R, C, LFE, Lb, Rb, Ls, Rs
    • N channels: first N items are taken from [minBound..maxBound] of SpeakerPositions

  5. readFailure :: Text -> Either String (a, Text)

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  6. readSuccess :: a -> Either String (a, Text)

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  7. readSheet :: SheetIndex -> (SheetItem -> IO ()) -> XlsxM Bool

    xlsx Codec.Xlsx.Parser.Stream

    No documentation available.

  8. readListFormulas :: Formula -> Maybe ListOrRangeExpression

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

  9. readOpExpression2 :: Text -> Cursor -> [ValidationExpression]

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

  10. readValExpression :: Text -> [Formula] -> [ValidationExpression]

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

Page 240 of many | Previous | Next