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.
readsTime :: ParseTime t => TimeLocale -> String -> ReadS tthyme Data.Thyme.Format Produce a ReadS to parse a string as a ParseTime instance value.
readsEnum :: (Bounded a, Enum a, Render a) => Bool -> Bool -> ReadS attc Data.TTC Implement ReadS using parseEnum This implementation expects all of the input to be consumed.
readsWithParse :: Parse a => ReadS attc Data.TTC Implement ReadS using a Parse instance This implementation expects all of the input to be consumed.
readWaveFile :: MonadIO m => FilePath -> m Wavewave 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
readFailure :: Text -> Either String (a, Text)xlsx Codec.Xlsx.Parser.Internal No documentation available.
readSuccess :: a -> Either String (a, Text)xlsx Codec.Xlsx.Parser.Internal No documentation available.
readSheet :: SheetIndex -> (SheetItem -> IO ()) -> XlsxM Boolxlsx Codec.Xlsx.Parser.Stream No documentation available.
readListFormulas :: Formula -> Maybe ListOrRangeExpressionxlsx Codec.Xlsx.Types.DataValidation No documentation available.
readOpExpression2 :: Text -> Cursor -> [ValidationExpression]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValExpression :: Text -> [Formula] -> [ValidationExpression]xlsx Codec.Xlsx.Types.DataValidation No documentation available.