Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readMathML :: Text -> Either Text [Exp]texmath Text.TeXMath.Readers.MathML Parse a MathML expression to a list of Exp.
readOMML :: Text -> Either Text [Exp]texmath Text.TeXMath.Readers.OMML No documentation available.
readTeX :: Text -> Either Text [Exp]texmath Text.TeXMath.Readers.TeX Parse a formula, returning a list of Exp.
readLength :: Text -> Maybe Rationaltexmath Text.TeXMath.Shared Attempts to convert a string into
readMaybe :: Read a => String -> Maybe atidal-core Sound.Tidal.Utils No documentation available.
-
web-rep Web.Rep.SharedReps Parse from a textbox Uses focusout so as not to spam the reader.
-
web-rep Web.Rep.SharedReps Parse from a textbox Uses focusout so as not to spam the reader.
readDecimal :: MonadFail m => String -> m (Rational, String)what4 What4.Protocol.ReadDecimal Read decimal number, returning rational and rest of string, or a failure message if first character is not a digit. A decimal number has the form (-)([0..9])+([0..9])+.([0.9]'*(?)?
readCheckSatResponse :: Handle -> IO CheckSatResponsewhat4 What4.Protocol.SMTLib2.Parse Read the results of a (check-sat) request.
readGetModelResponse :: Handle -> IO GetModelResponsewhat4 What4.Protocol.SMTLib2.Parse This reads the model response from a "(get-model)" request.