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.
regexReplaceAllBy :: Regexp -> (String -> String) -> String -> Stringhledger-lib Hledger.Utils.Regex No documentation available.
-
jose Crypto.JOSE.Error Key size is too small
_KeySizeTooSmall :: AsError r => Prism' r ()jose Crypto.JOSE.Error No documentation available.
-
jose Crypto.JWT Maximum allowed skew when validating the nbf, exp and iat claims.
jwtValidationSettingsAllowedSkew :: HasJWTValidationSettings c => Lens' c NominalDiffTimejose Crypto.JWT No documentation available.
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
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.breakOnAll' :: JSString -> JSString -> [(JSString, JSString)]jsaddle Data.JSString No documentation available.
fromJSValListOf :: FromJSVal a => JSVal -> JSM (Maybe [a])jsaddle GHCJS.Marshal No documentation available.
toJSValListOf :: ToJSVal a => [a] -> JSM JSValjsaddle GHCJS.Marshal No documentation available.
fromJSValListOf :: FromJSVal a => JSVal -> JSM (Maybe [a])jsaddle GHCJS.Marshal.Internal No documentation available.