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.

  1. 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.

  2. readM :: (MonadFail m, Read t) => String -> m t

    happstack-server Happstack.Server.Internal.Types

    Read in any monad.

  3. readCookieValue :: (Functor m, Monad m, HasRqData m, FromReqURI a) => String -> m a

    happstack-server Happstack.Server.RqData

    gets the named cookie as the requested Read type

  4. readRq :: FromReqURI a => String -> String -> Either String a

    happstack-server Happstack.Server.RqData

    use fromReqURI to convert a String to a value of type a

    look "key" `checkRq` (readRq "key")
    
    use with checkRq

  5. readDec' :: (Num a, Eq a) => String -> a

    happstack-server Happstack.Server.Types

    No documentation available.

  6. 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.

  7. readDef :: Read a => a -> String -> a

    hledger Hledger.Cli.Script

    No documentation available.

  8. readEitherSafe :: Read a => String -> Either String a

    hledger Hledger.Cli.Script

    This function provides a more precise error message than readEither from base.

  9. readMay :: Read a => String -> Maybe a

    hledger Hledger.Cli.Script

    No documentation available.

  10. readNote :: (Partial, Read a) => String -> String -> a

    hledger Hledger.Cli.Script

    readNote uses readEitherSafe for the error message.

Page 236 of many | Previous | Next