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. mapKey :: MapType -> !Type

    web3-polkadot Network.Polkadot.Metadata.V9

    No documentation available.

  2. mapLinked :: MapType -> !Bool

    web3-polkadot Network.Polkadot.Metadata.V9

    No documentation available.

  3. mapValue :: MapType -> !Type

    web3-polkadot Network.Polkadot.Metadata.V9

    No documentation available.

  4. mapA :: Applicative m => (branch0 -> m branch1) -> (leaf0 -> m leaf1) -> T branch0 leaf0 -> m (T branch1 leaf1)

    wraxml Data.Tree.BranchLeaf

    No documentation available.

  5. mapCond :: (branch -> Bool) -> (branch -> branch) -> (leaf -> leaf) -> T branch leaf -> T branch leaf

    wraxml Data.Tree.BranchLeaf

    No documentation available.

  6. mapA :: Applicative m => (branch0 -> m branch1) -> (leaf0 -> m leaf1) -> T i branch0 leaf0 -> m (T i branch1 leaf1)

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  7. mapCond :: (branch -> Bool) -> (branch -> branch) -> (leaf -> leaf) -> T i branch leaf -> T i branch leaf

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  8. mapCondA :: Applicative m => (branch -> Bool) -> (branch -> m branch) -> (leaf -> m leaf) -> T i branch leaf -> m (T i branch leaf)

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  9. mapLabel :: (i -> j) -> T i branch leaf -> T j branch leaf

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  10. mapSubTrees :: (branch -> Bool) -> ((branch, [T i branch leaf]) -> (branch, [T i branch leaf])) -> T i branch leaf -> T i branch leaf

    wraxml Data.Tree.BranchLeafLabel

    Process the subtrees for which the predicate holds. If the predicate matches subtrees of a matching subtree, the sub-subtrees are not mapped.

Page 368 of many | Previous | Next