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. type SelectedMap = PMap Single

    greskell Data.Greskell.AsLabel

    A map keyed with AsLabel. Obtained from .select step, for example.

  2. pMapToFail :: MonadFail m => Either PMapLookupException a -> m a

    greskell Data.Greskell.Extra

    Convert the lookup result into a MonadFail. It fails with the description returned by pMapDecribeError.

  3. writePMapProperties :: forall (c :: Type -> Type) v e . (Foldable c, ToJSON v, Element e) => PMap c v -> Binder (Walk SideEffect e e)

    greskell Data.Greskell.Extra

    Make a series of .property steps to write all properties in the given PMap.

  4. gElementMap :: Element s => Keys s -> Walk Transform s (PMap Single GValue)

    greskell Data.Greskell.GTraversal

    .elementMap step.

  5. gFlatMap :: (Lift Transform c, Split cc c, ToGTraversal g, WalkType c, WalkType cc) => g cc s e -> Walk c s e

    greskell Data.Greskell.GTraversal

    .flatMap step. .flatMap step is at least as powerful as Transform, even if the child walk is Filter type. This is because .flatMap step always modifies the path of the Traverser.

  6. gFlatMap' :: ToGTraversal g => g Transform s e -> Walk Transform s e

    greskell Data.Greskell.GTraversal

    Monomorphic version of gFlatMap.

  7. gValueMap :: Element s => Keys s -> Walk Transform s (PMap (ElementPropertyContainer s) GValue)

    greskell Data.Greskell.GTraversal

    .valueMap step.

  8. gElementMap :: (Element s, WalkType c, Lift Transform c) => Keys s -> Walk c s (PMap Single GValue)

    greskell Data.Greskell.GTraversal.Gen

    No documentation available.

  9. gFlatMap :: (Lift Transform c, Split cc c, ToGTraversal g, WalkType c, WalkType cc) => g cc s e -> Walk c s e

    greskell Data.Greskell.GTraversal.Gen

    .flatMap step. .flatMap step is at least as powerful as Transform, even if the child walk is Filter type. This is because .flatMap step always modifies the path of the Traverser.

  10. gValueMap :: (Element s, WalkType c, Lift Transform c) => Keys s -> Walk c s (PMap (ElementPropertyContainer s) GValue)

    greskell Data.Greskell.GTraversal.Gen

    No documentation available.

Page 1169 of many | Previous | Next