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.
-
greskell Data.Greskell General parser for FlattenedMap.
-
greskell Data.Greskell General parser for GMap.
-
greskell Data.Greskell General parser for GMapEntry.
pathToPMap :: Path a -> PMap Multi agreskell Data.Greskell Convert a Path into PMap. In the result PMap, the keys are the labels in the Path, and the values are the objects associated with the labels. The values are stored in the same order in the Path. Objects without any label are discarded.
unFlattenedMap :: FlattenedMap (c :: Type -> Type -> Type) k v -> c k vgreskell Data.Greskell No documentation available.
-
greskell Data.Greskell Get the map implementation from GMap.
unGMapEntry :: GMapEntry k v -> (k, v)greskell Data.Greskell Get the key-value pair from GMapEntry.
-
greskell Data.Greskell.AsLabel PMapNoSuchKey :: Text -> PMapLookupExceptiongreskell Data.Greskell.AsLabel The PMap doesn't have the given key.
PMapParseError :: Text -> String -> PMapLookupExceptiongreskell Data.Greskell.AsLabel Failed to parse the value into the type that the PMapKey indicates. The Text is the key, and the String is the error message.