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.

  1. gmapEntryKey :: GMapEntry k v -> !k

    greskell-core Data.Greskell.GMap

    No documentation available.

  2. gmapEntryValue :: GMapEntry k v -> !v

    greskell-core Data.Greskell.GMap

    No documentation available.

  3. gmapFlat :: GMap (c :: Type -> Type -> Type) k v -> !Bool

    greskell-core Data.Greskell.GMap

    If True, the map is encoded as an array. If False, it's encoded as a JSON Object.

  4. gmapValue :: GMap (c :: Type -> Type -> Type) k v -> !c k v

    greskell-core Data.Greskell.GMap

    Map implementation.

  5. parseToFlattenedMap :: forall (c :: Type -> Type -> Type) k v s . (IsList (c k v), Item (c k v) ~ (k, v)) => (s -> Parser k) -> (s -> Parser v) -> Vector s -> Parser (FlattenedMap c k v)

    greskell-core Data.Greskell.GMap

    General parser for FlattenedMap.

  6. parseToGMap :: (IsList (c k v), Item (c k v) ~ (k, v)) => (s -> Parser k) -> (s -> Parser v) -> (KeyMap s -> Parser (c k v)) -> Either (KeyMap s) (Vector s) -> Parser (GMap c k v)

    greskell-core Data.Greskell.GMap

    General parser for GMap.

  7. parseToGMapEntry :: FromJSONKey k => (s -> Parser k) -> (s -> Parser v) -> Either (KeyMap s) (Vector s) -> Parser (GMapEntry k v)

    greskell-core Data.Greskell.GMap

    General parser for GMapEntry.

  8. unFlattenedMap :: FlattenedMap (c :: Type -> Type -> Type) k v -> c k v

    greskell-core Data.Greskell.GMap

    No documentation available.

  9. unGMap :: GMap c k v -> c k v

    greskell-core Data.Greskell.GMap

    Get the map implementation from GMap.

  10. unGMapEntry :: GMapEntry k v -> (k, v)

    greskell-core Data.Greskell.GMap

    Get the key-value pair from GMapEntry.

Page 984 of many | Previous | Next