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. taskResponseTaskLens :: Lens' (TaskResponse a) (Task a)

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. templateSettings :: IndexTemplate -> Maybe IndexSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

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

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. Reset :: Colored a

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

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

    comfort-graph Data.Graph.Comfort

    No documentation available.

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

  7. edgeSet :: (Edge edge, Ord node) => Graph edge node edgeLabel nodeLabel -> Set (edge node)

    comfort-graph Data.Graph.Comfort

    No documentation available.

  8. insertEdgeSet :: (Edge e, Ord n) => Map (e n) el -> Graph e n el nl -> Graph e n el nl

    comfort-graph Data.Graph.Comfort

    In the current implementation existing edges are replaced with new labels. However, I think we should better have an extra function for this purpose and you should not rely on this behavior. It is an unchecked error if edges between non-existing nodes are inserted.

  9. nodeSet :: forall (e :: Type -> Type) n el nl . Graph e n el nl -> Set n

    comfort-graph Data.Graph.Comfort

    No documentation available.

  10. ResponseTimeout :: InetAddr -> ConnectionError

    cql-io Database.CQL.IO

    A timeout occurred while waiting for a response. See also setResponseTimeout. Retries are only safe for idempotent queries.

Page 181 of many | Previous | Next