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.

  1. EventMappingEnd :: Event

    libyaml Text.Libyaml

    No documentation available.

  2. EventMappingStart :: Tag -> MappingStyle -> Anchor -> Event

    libyaml Text.Libyaml

    No documentation available.

  3. FlowMapping :: MappingStyle

    libyaml Text.Libyaml

    No documentation available.

  4. 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.

  5. reverseMap :: VFSData -> !Map FilePath FilePath

    lsp Language.LSP.Server

    No documentation available.

  6. _vfsMap :: VFS -> !Map NormalizedUri VirtualFile

    lsp Language.LSP.VFS

    No documentation available.

  7. vfsMap :: HasVfsMap s a => Lens' s a

    lsp Language.LSP.VFS

    No documentation available.

  8. scanMap :: forall (k :: Type -> Type -> Type) b a . (Category k, Monoid b) => (a -> b) -> Machine (k a) b

    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]
    

  9. foldMapT :: forall m r o (k :: Type -> Type) . (Monad m, Monoid r) => (o -> r) -> MachineT m k o -> m r

    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.

  10. ObjectMap :: Map Object Object -> Object

    messagepack Data.MessagePack

    No documentation available.

Page 987 of many | Previous | Next