Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
bmap :: Monad m => (a' -> m (Maybe a)) -> (b -> m (Maybe b')) -> Box m a b -> Box m a' b'box Box.Box A profunctor dimapMaybe
-
citeproc Citeproc.Types No documentation available.
ReferenceMap :: Map ItemId (Reference a) -> ReferenceMap aciteproc Citeproc.Types No documentation available.
disambNameMap :: DisambiguationData -> Map Name NameHintsciteproc Citeproc.Types No documentation available.
makeReferenceMap :: [Reference a] -> ([Reference a], ReferenceMap a)citeproc Citeproc.Types Returns a pair consisting of the cleaned up list of references and a reference map. If the original reference list contains items with the same id, then the one that occurs last in the list is retained, and the others are omittedfrom the cleaned-up list.
unReferenceMap :: ReferenceMap a -> Map ItemId (Reference a)citeproc Citeproc.Types No documentation available.
-
country Country No documentation available.
-
country Country No documentation available.
foldMapCursor :: ([(k, v)] -> KeyValueCursor kc vc k v -> [(k, v)] -> c) -> MapCursor kc vc k v -> ccursor Cursor.Map No documentation available.
makeMapCursor :: (k -> kc) -> NonEmpty (k, v) -> MapCursor kc vc k vcursor Cursor.Map No documentation available.