Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. ednMap :: QuasiQuoter

    hedn Data.EDN.QQ

    Quasiquoter for untagged Value wrapped in a Map.

    [ednMap| :key value |]
    ===
    Map [ (NoTag (Keyword "key"), NoTag (Symbol "" "value")) ]
    

  2. deferMap :: forall (n :: Type -> Type) a b . Monad n => (a -> RuntimeSplice n b) -> (RuntimeSplice n b -> Splice n) -> RuntimeSplice n a -> Splice n

    heist Heist.Compiled

    A version of defer which applies a function on the runtime value.

  3. mayDeferMap :: forall (n :: Type -> Type) a b . Monad n => (a -> RuntimeSplice n (Maybe b)) -> (RuntimeSplice n b -> Splice n) -> RuntimeSplice n a -> Splice n

    heist Heist.Compiled

    Like deferMap, but only runs the result if a Maybe function of the runtime value returns Just. If it returns Nothing, then no output is generated.

  4. _attrSpliceMap :: HeistState (m :: Type -> Type) -> HashMap Text (AttrSplice m)

    heist Heist.Internal.Types

    No documentation available.

  5. _compiledSpliceMap :: HeistState (m :: Type -> Type) -> HashMap Text (HeistT m IO (DList (Chunk m)))

    heist Heist.Internal.Types

    A mapping of splice names to splice actions

  6. _compiledTemplateMap :: HeistState (m :: Type -> Type) -> !HashMap TPath ([Chunk m], MIMEType)

    heist Heist.Internal.Types

    A mapping of template names to templates , _compiledTemplateMap :: HashMap TPath (m Builder, MIMEType)

  7. _spliceMap :: HeistState (m :: Type -> Type) -> HashMap Text (HeistT m m Template)

    heist Heist.Internal.Types

    A mapping of splice names to splice actions

  8. _templateMap :: HeistState (m :: Type -> Type) -> HashMap TPath DocumentFile

    heist Heist.Internal.Types

    A mapping of template names to templates

  9. mkMap :: Int -> Int -> DecsQ

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple.TH

    No documentation available.

  10. type LabelMap = Map LabelKey Text

    hetzner Hetzner.Cloud

    A label map maps label keys to values.

Page 1179 of many | Previous | Next