Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
tiffanyBlue :: AlphaColour Doublediagrams-contrib Diagrams.Color.XKCD No documentation available.
reportAnyErrorToEmacs :: Env -> SomeException -> IO (RawValue 'Unknown)emacs-module Emacs.Module.Errors No documentation available.
fromJSValueCustomMany :: MonadReader JSValue m => m (Maybe a) -> m (Maybe [a])fields-json Text.JSON.FromJSValue Runs parser on each element of underlaying json. Returns Just iff JSON is array.
-
fields-json Text.JSON.FromJSValue Runs parser on each element of underlying json. Returns Just iff JSON is an array. Note: This method has quadratic complexity. It is better to write less general matching algorithms that use Maps.
-
frisby Text.Parsers.Frisby Parse many of something. Behaves like * in regexes. This eats as much as it possibly can, if you want a minimal much rule, then use manyUntil which stops when a.
-
frisby Text.Parsers.Frisby Match one or more of something via maximal munch rule.
manyUntil :: P s b -> P s a -> PM s (P s [a])frisby Text.Parsers.Frisby Parse many of something via the minimal munch rule. behaves like *? in perl regexes. The final item is not consumed.
nameSetAny :: (TyCon -> Bool) -> TyConSet -> Boolghc-lib GHC.Core.TyCon.Set No documentation available.
matchAny :: Graph gr => gr a b -> GDecomp gr a bghc-lib GHC.Data.Graph.Inductive.Graph Decompose a graph into the Context for an arbitrarily-chosen Node and the remaining Graph.
-
ghc-lib GHC.Plugins No documentation available.