• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. readMVar' :: MVar' a -> IO a

    strict-mutable-base Control.Concurrent.MVar.Strict

    readMVar for an MVar'.

  2. readIORef' :: IORef' a -> IO a

    strict-mutable-base Data.IORef.Strict

    readIORef for IORef'.

  3. readPianoSample :: IO (Real, T Real)

    synthesizer-midi Synthesizer.MIDI.Example.Instrument

    No documentation available.

  4. readStringSample :: IO (Real, T Real)

    synthesizer-midi Synthesizer.MIDI.Example.Instrument

    No documentation available.

  5. readFileMaybe :: FilePath -> IO (Maybe ByteString)

    tasty-silver Test.Tasty.Silver.Advanced

    Read the file if it exists, else return Nothing. Useful for reading golden files.

  6. readFileMaybe :: FilePath -> IO (Maybe ByteString)

    tasty-silver Test.Tasty.Silver.Internal

    Read the file if it exists, else return Nothing. Useful for reading golden files.

  7. readMathML :: Text -> Either Text [Exp]

    texmath Text.TeXMath

    Parse a MathML expression to a list of Exp.

  8. readOMML :: Text -> Either Text [Exp]

    texmath Text.TeXMath

    No documentation available.

  9. readTeX :: Text -> Either Text [Exp]

    texmath Text.TeXMath

    Parse a formula, returning a list of Exp.

  10. readMathML :: Text -> Either Text [Exp]

    texmath Text.TeXMath.Readers.MathML

    Parse a MathML expression to a list of Exp.

Page 285 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete