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.

  1. 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

  2. newtype ReferenceMap a

    citeproc Citeproc.Types

    No documentation available.

  3. ReferenceMap :: Map ItemId (Reference a) -> ReferenceMap a

    citeproc Citeproc.Types

    No documentation available.

  4. disambNameMap :: DisambiguationData -> Map Name NameHints

    citeproc Citeproc.Types

    No documentation available.

  5. 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.

  6. unReferenceMap :: ReferenceMap a -> Map ItemId (Reference a)

    citeproc Citeproc.Types

    No documentation available.

  7. hashMapUtf16 :: Map

    country Country

    No documentation available.

  8. hashMapUtf8 :: Map

    country Country

    No documentation available.

  9. foldMapCursor :: ([(k, v)] -> KeyValueCursor kc vc k v -> [(k, v)] -> c) -> MapCursor kc vc k v -> c

    cursor Cursor.Map

    No documentation available.

  10. makeMapCursor :: (k -> kc) -> NonEmpty (k, v) -> MapCursor kc vc k v

    cursor Cursor.Map

    No documentation available.

Page 980 of many | Previous | Next