Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. regexReplaceAllBy :: Regexp -> (String -> String) -> String -> String

    hledger-lib Hledger.Utils.Regex

    No documentation available.

  2. KeySizeTooSmall :: Error

    jose Crypto.JOSE.Error

    Key size is too small

  3. _KeySizeTooSmall :: AsError r => Prism' r ()

    jose Crypto.JOSE.Error

    No documentation available.

  4. class HasAllowedSkew s

    jose Crypto.JWT

    Maximum allowed skew when validating the nbf, exp and iat claims.

  5. jwtValidationSettingsAllowedSkew :: HasJWTValidationSettings c => Lens' c NominalDiffTime

    jose Crypto.JWT

    No documentation available.

  6. breakOnAll :: JSString -> JSString -> [(JSString, JSString)]

    jsaddle Data.JSString

    O(n+m) Find all non-overlapping instances of needle in haystack. Each element of the returned list consists of a pair:

    • The entire string prior to the kth match (i.e. the prefix)
    • The kth match, followed by the remainder of the string
    Examples:
    breakOnAll "::" ""
    ==> []
    breakOnAll "/" "a/b/c/"
    ==> [("a", "/b/c/"), ("a/b", "/c/"), ("a/b/c", "/")]
    
    In (unlikely) bad cases, this function's time complexity degrades towards O(n*m). The needle parameter may not be empty.

  7. breakOnAll' :: JSString -> JSString -> [(JSString, JSString)]

    jsaddle Data.JSString

    No documentation available.

  8. fromJSValListOf :: FromJSVal a => JSVal -> JSM (Maybe [a])

    jsaddle GHCJS.Marshal

    No documentation available.

  9. toJSValListOf :: ToJSVal a => [a] -> JSM JSVal

    jsaddle GHCJS.Marshal

    No documentation available.

  10. fromJSValListOf :: FromJSVal a => JSVal -> JSM (Maybe [a])

    jsaddle GHCJS.Marshal.Internal

    No documentation available.

Page 533 of many | Previous | Next