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.
readRq :: FromReqURI a => String -> String -> Either String ahappstack-server Happstack.Server.RqData use fromReqURI to convert a String to a value of type a
look "key" `checkRq` (readRq "key")
use with checkRqreadDec' :: (Num a, Eq a) => String -> ahappstack-server Happstack.Server.Types No documentation available.
readInputsBody :: Request -> IO (Maybe [(String, Input)])happstack-server Happstack.Server.Types read the request body inputs This will only work if the body inputs have already been decoded. Otherwise it will return Nothing.
readDef :: Read a => a -> String -> ahledger Hledger.Cli.Script No documentation available.
readEitherSafe :: Read a => String -> Either String ahledger Hledger.Cli.Script This function provides a more precise error message than readEither from base.
readMay :: Read a => String -> Maybe ahledger Hledger.Cli.Script No documentation available.
readNote :: (Partial, Read a) => String -> String -> ahledger Hledger.Cli.Script readNote uses readEitherSafe for the error message.
readPackageConfig :: DecodeOptions -> IO (Either String DecodeResult)hpack Hpack.Config No documentation available.
readPackageConfigWithError :: DecodeOptions -> IO (Either HpackError DecodeResult)hpack Hpack.Config No documentation available.
readColourPrefs :: IO ColourPrefshscolour Language.Haskell.HsColour.Colourise Read colour preferences from .hscolour file in the current directory, or failing that, from $HOME/.hscolour, and failing that, returns a default set of prefs.