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. readlinePrimMaybe :: String -> Maybe (CompletionEnv -> String -> IO ()) -> Maybe (HighlightEnv -> String -> IO ()) -> IO (Maybe String)

    isocline System.Console.Isocline

    As readlinePrim but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D). See also readlineMaybe.

  2. readEventsFromPort :: ThrowsErrno e => Port Input -> NFrames -> ExceptionalT e IO (T NFrames T)

    jack Sound.JACK.MIDI

    Reads midi events from an input buffer and converts them to a high-level representation. Messages are simply ignored if they cannot be parsed.

  3. readRawEvents :: ThrowsErrno e => Buffer Input -> ExceptionalT e IO [RawEvent]

    jack Sound.JACK.MIDI

    reads all available MIDI Events on the given PortBuffer

  4. readRawEventsFromPort :: ThrowsErrno e => Port Input -> NFrames -> ExceptionalT e IO [RawEvent]

    jack Sound.JACK.MIDI

    No documentation available.

  5. readJSArray :: GetJSON JSValue

    json Text.JSON

    Read a list in JSON format

  6. readJSBool :: GetJSON JSValue

    json Text.JSON

    Read the JSON Bool type

  7. readJSNull :: GetJSON JSValue

    json Text.JSON

    Read the JSON null type

  8. readJSON :: JSON a => JSValue -> Result a

    json Text.JSON

    No documentation available.

  9. readJSONs :: JSON a => JSValue -> Result [a]

    json Text.JSON

    No documentation available.

  10. readJSObject :: GetJSON JSValue

    json Text.JSON

    Read an object in JSON format

Page 271 of many | Previous | Next