Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. mapCursorSelectPrev :: MapCursor k v -> Maybe (MapCursor k v)

    cursor Cursor.Simple.Map

    No documentation available.

  2. mapCursorSelectValue :: MapCursor k v -> MapCursor k v

    cursor Cursor.Simple.Map

    No documentation available.

  3. mapCursorSelection :: MapCursor kc vc k v -> Int

    cursor Cursor.Simple.Map

    No documentation available.

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

    cursor Cursor.Simple.Map

    No documentation available.

  5. mapMapCursor :: (k -> l) -> (v -> w) -> MapCursor k v -> MapCursor l w

    cursor Cursor.Simple.Map

    No documentation available.

  6. mapKeyValueCursor :: (k -> l) -> (v -> w) -> KeyValueCursor k v -> KeyValueCursor l w

    cursor Cursor.Simple.Map.KeyValue

    No documentation available.

  7. mapTreeCursor :: (a -> b) -> TreeCursor a -> TreeCursor b

    cursor Cursor.Simple.Tree

    No documentation available.

  8. mapTreeCursor :: (a -> c) -> (b -> d) -> TreeCursor a b -> TreeCursor c d

    cursor Cursor.Tree.Base

    No documentation available.

  9. mapUnion :: forall (es :: [Effect]) (es' :: [Effect]) (f :: Type -> Type) a . (forall (e :: Effect) . () => Membership e es -> Membership e es') -> Union es f a -> Union es' f a

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  10. mapDeRef :: (MuRef a, Applicative f) => (forall b . (MuRef b, DeRef a ~ DeRef b) => b -> f u) -> a -> f (DeRef a u)

    data-reify Data.Reify

    No documentation available.

Page 219 of many | Previous | Next