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.

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

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

    happstack-server Happstack.Server.Types

    No documentation available.

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

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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

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

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

    hledger Hledger.Cli.Script

    No documentation available.

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

    hledger Hledger.Cli.Script

    readNote uses readEitherSafe for the error message.

  8. readPackageConfig :: DecodeOptions -> IO (Either String DecodeResult)

    hpack Hpack.Config

    No documentation available.

  9. readPackageConfigWithError :: DecodeOptions -> IO (Either HpackError DecodeResult)

    hpack Hpack.Config

    No documentation available.

  10. readColourPrefs :: IO ColourPrefs

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

Page 238 of many | Previous | Next