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.
GMapEntry :: Bool -> k -> v -> GMapEntry k vgreskell Data.Greskell No documentation available.
gElementMap :: Element s => Keys s -> Walk Transform s (PMap Single GValue)greskell Data.Greskell .elementMap step.
-
greskell Data.Greskell .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.
gFlatMap' :: ToGTraversal g => g Transform s e -> Walk Transform s egreskell Data.Greskell Monomorphic version of gFlatMap.
gValueMap :: Element s => Keys s -> Walk Transform s (PMap (ElementPropertyContainer s) GValue)greskell Data.Greskell .valueMap step.
gmapEntryFlat :: GMapEntry k v -> !Boolgreskell Data.Greskell No documentation available.
gmapEntryKey :: GMapEntry k v -> !kgreskell Data.Greskell No documentation available.
gmapEntryValue :: GMapEntry k v -> !vgreskell Data.Greskell No documentation available.
gmapFlat :: GMap (c :: Type -> Type -> Type) k v -> !Boolgreskell Data.Greskell If True, the map is encoded as an array. If False, it's encoded as a JSON Object.
gmapValue :: GMap (c :: Type -> Type -> Type) k v -> !c k vgreskell Data.Greskell Map implementation.