Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. parseBoundedEnumOfI :: (Bounded a, Enum a) => (a -> Text) -> Text -> Either Text a

    http-api-data Web.HttpApiData

    Case insensitive. Parse values case insensitively based on a precalculated mapping of their Text representations.

    >>> parseBoundedEnumOfI toUrlPiece "FALSE" :: Either Text Bool
    Right False
    
    For case sensitive parser see parseBoundedEnumOf.

  2. lookupBoundedEnumOf :: (Bounded a, Enum a, Eq b) => (a -> b) -> b -> Maybe a

    http-api-data Web.Internal.HttpApiData

    Lookup values based on a precalculated mapping of their representations.

  3. parseBoundedEnumOf :: (Bounded a, Enum a) => (a -> Text) -> Text -> Either Text a

    http-api-data Web.Internal.HttpApiData

    Parse values based on a precalculated mapping of their Text representation.

    >>> parseBoundedEnumOf toUrlPiece "true" :: Either Text Bool
    Right True
    
    For case insensitive parser see parseBoundedEnumOfI.

  4. parseBoundedEnumOfI :: (Bounded a, Enum a) => (a -> Text) -> Text -> Either Text a

    http-api-data Web.Internal.HttpApiData

    Case insensitive. Parse values case insensitively based on a precalculated mapping of their Text representations.

    >>> parseBoundedEnumOfI toUrlPiece "FALSE" :: Either Text Bool
    Right False
    
    For case sensitive parser see parseBoundedEnumOf.

  5. confNumFormat :: Config -> NumberFormat

    aeson-pretty Data.Aeson.Encode.Pretty

    No documentation available.

  6. MaxFileNumberExceeded :: Int -> RequestParseException

    wai-extra Network.Wai.Parse

    No documentation available.

  7. clearMaxRequestNumFiles :: ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Do not limit the maximum number of files per request.

  8. setMaxRequestNumFiles :: Int -> ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Set the maximum number of files per request.

  9. getNumCapabilities :: MonadBase IO m => m Int

    lifted-base Control.Concurrent.Lifted

    Generalized version of getNumCapabilities.

  10. setNumCapabilities :: MonadBase IO m => Int -> m ()

    lifted-base Control.Concurrent.Lifted

    Generalized version of setNumCapabilities.

Page 170 of many | Previous | Next