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.
gmapEntryKey :: GMapEntry k v -> !kgreskell-core Data.Greskell.GMap No documentation available.
gmapEntryValue :: GMapEntry k v -> !vgreskell-core Data.Greskell.GMap No documentation available.
gmapFlat :: GMap (c :: Type -> Type -> Type) k v -> !Boolgreskell-core Data.Greskell.GMap 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-core Data.Greskell.GMap Map implementation.
-
greskell-core Data.Greskell.GMap General parser for FlattenedMap.
-
greskell-core Data.Greskell.GMap General parser for GMap.
-
greskell-core Data.Greskell.GMap General parser for GMapEntry.
unFlattenedMap :: FlattenedMap (c :: Type -> Type -> Type) k v -> c k vgreskell-core Data.Greskell.GMap No documentation available.
-
greskell-core Data.Greskell.GMap Get the map implementation from GMap.
unGMapEntry :: GMapEntry k v -> (k, v)greskell-core Data.Greskell.GMap Get the key-value pair from GMapEntry.