• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  2. NameAsSortOrderAll :: NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  3. NameAsSortOrderFirst :: NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  4. layoutSortKeys :: Layout a -> [SortKey a]

    citeproc Citeproc.Types

    No documentation available.

  5. nameAsSortOrder :: NameFormat -> Maybe NameAsSortOrder

    citeproc Citeproc.Types

    No documentation available.

  6. nameSortSeparator :: NameFormat -> Text

    citeproc Citeproc.Types

    No documentation available.

  7. forestCursorToggleCurrentForest :: ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  8. forestCursorToggleCurrentForestRecursively :: ForestCursor a b -> Maybe (ForestCursor a b)

    cursor Cursor.Forest

    No documentation available.

  9. mapCursorToggleSelected :: (kc -> k) -> (k -> kc) -> (vc -> v) -> (v -> vc) -> MapCursor kc vc k v -> MapCursor kc vc k v

    cursor Cursor.Map

    No documentation available.

  10. mapCursorTraverseKeyCase :: Applicative f => (kc -> v -> f (kc', v)) -> MapCursor kc vc k v -> f (MapCursor kc' vc k v)

    cursor Cursor.Map

    No documentation available.

Page 135 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete