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.
-
libyaml Text.Libyaml No documentation available.
EventMappingStart :: Tag -> MappingStyle -> Anchor -> Eventlibyaml Text.Libyaml No documentation available.
-
libyaml Text.Libyaml No documentation available.
reverseFileMap :: MonadLsp config m => m (FilePath -> FilePath)lsp Language.LSP.Server If the contents of a VFS has been dumped to a temporary file, map the temporary file name back to the original one.
reverseMap :: VFSData -> !Map FilePath FilePathlsp Language.LSP.Server No documentation available.
_vfsMap :: VFS -> !Map NormalizedUri VirtualFilelsp Language.LSP.VFS No documentation available.
vfsMap :: HasVfsMap s a => Lens' s alsp Language.LSP.VFS No documentation available.
-
machines Data.Machine.Process Like scan only uses supplied function to map and uses Monoid for associative operation Examples:
>>> run $ mapping getSum <~ scanMap Sum <~ source [1..5] [0,1,3,6,10,15]
-
machines Data.Machine.Runner Strict fold over a stream. Items are accumulated on the right:
... ((f o1 <> f o2) <> f o3) ...
Where this is expensive, use the dual monoid instead. ObjectMap :: Map Object Object -> Objectmessagepack Data.MessagePack No documentation available.