Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readInputsBody :: Request -> IO (Maybe [(String, Input)])happstack-server Happstack.Server.Internal.Types read the request body inputs This will only work if the body inputs have already been decoded. Otherwise it will return Nothing.
readM :: (MonadFail m, Read t) => String -> m thappstack-server Happstack.Server.Internal.Types Read in any monad.
readCookieValue :: (Functor m, Monad m, HasRqData m, FromReqURI a) => String -> m ahappstack-server Happstack.Server.RqData gets the named cookie as the requested Read type
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.