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

Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. suggestResponseOffsetLens :: Lens' SuggestResponse Int

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. suggestResponseText :: SuggestResponse -> Text

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. suggestResponseTextLens :: Lens' SuggestResponse Text

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. taskResponseTask :: TaskResponse a -> Task a

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  5. taskResponseTaskLens :: Lens' (TaskResponse a) (Task a)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  6. templateSettings :: IndexTemplate -> Maybe IndexSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. templateSettingsLens :: Lens' IndexTemplate (Maybe IndexSettings)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. Reset :: Colored a

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  9. adjacentEdgeSet :: (Edge e, Ord n) => Graph e n el nl -> n -> Set (e n)

    comfort-graph Data.Graph.Comfort

    No documentation available.

  10. deleteNodeSet :: forall (e :: Type -> Type) n el nl . (Edge e, Ord n) => Set n -> Graph e n el nl -> Graph e n el nl

    comfort-graph Data.Graph.Comfort

    Could be implemented more efficiently.

Page 181 of many | Previous | Next

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