Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapCursorTraverseValueCase :: Applicative f => (k -> vc -> f (k, vc')) -> MapCursor kc vc k v -> f (MapCursor kc vc' k v)

    cursor Cursor.Map

    No documentation available.

  2. keyValueCursorToggleSelected :: (kc -> k) -> (k -> kc) -> (vc -> v) -> (v -> vc) -> KeyValueCursor kc vc k v -> KeyValueCursor kc vc k v

    cursor Cursor.Map.KeyValue

    No documentation available.

  3. keyValueCursorTraverseKeyCase :: Applicative f => (kc -> v -> f (kc', v')) -> KeyValueCursor kc vc k v -> f (KeyValueCursor kc' vc k v')

    cursor Cursor.Map.KeyValue

    No documentation available.

  4. keyValueCursorTraverseValueCase :: Applicative f => (k -> vc -> f (k', vc')) -> KeyValueCursor kc vc k v -> f (KeyValueCursor kc vc' k' v)

    cursor Cursor.Map.KeyValue

    No documentation available.

  5. forestCursorToggleCurrentForest :: ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Simple.Forest

    No documentation available.

  6. forestCursorToggleCurrentForestRecursively :: ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Simple.Forest

    No documentation available.

  7. mapCursorToggleSelected :: MapCursor k v -> MapCursor k v

    cursor Cursor.Simple.Map

    No documentation available.

  8. keyValueCursorToggleSelected :: KeyValueCursor k v -> KeyValueCursor k v

    cursor Cursor.Simple.Map.KeyValue

    No documentation available.

  9. treeCursorToggleCurrentForest :: TreeCursor a b -> Maybe (TreeCursor a b)

    cursor Cursor.Simple.Tree

    No documentation available.

  10. treeCursorToggleCurrentForestRecursively :: TreeCursor a b -> Maybe (TreeCursor a b)

    cursor Cursor.Simple.Tree

    No documentation available.

Page 136 of many | Previous | Next