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.
-
isocline System.Console.Isocline As readlinePrim but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D). See also readlineMaybe.
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.
readRawEvents :: ThrowsErrno e => Buffer Input -> ExceptionalT e IO [RawEvent]jack Sound.JACK.MIDI reads all available MIDI Events on the given PortBuffer
readRawEventsFromPort :: ThrowsErrno e => Port Input -> NFrames -> ExceptionalT e IO [RawEvent]jack Sound.JACK.MIDI No documentation available.
readJSArray :: GetJSON JSValuejson Text.JSON Read a list in JSON format
-
json Text.JSON Read the JSON Bool type
-
json Text.JSON Read the JSON null type
readJSON :: JSON a => JSValue -> Result ajson Text.JSON No documentation available.
readJSONs :: JSON a => JSValue -> Result [a]json Text.JSON No documentation available.
readJSObject :: GetJSON JSValuejson Text.JSON Read an object in JSON format