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. pm_polyMap :: PathMap x -> PolyMap FromHttpApiData PathMap x

    reroute Web.Routing.SafeRouting

    No documentation available.

  2. pm_staticMap :: PathMap x -> HashMap Text (PathMap x)

    reroute Web.Routing.SafeRouting

    No documentation available.

  3. updatePathMap :: forall ctx (ts :: [Type]) x . (forall y . () => (ctx -> y) -> PathMap y -> PathMap y) -> PathInternal ts -> (HVect ts -> ctx -> x) -> PathMap x -> PathMap x

    reroute Web.Routing.SafeRouting

    No documentation available.

  4. class HasResourceMap env

    rio-orphans RIO.Orphans

    An environment with a ResourceMap

  5. type ResourceMap = IORef ReleaseMap

    rio-orphans RIO.Orphans

    A collection of all of the registered resource cleanup actions.

  6. resourceMapL :: HasResourceMap env => Lens' env ResourceMap

    rio-orphans RIO.Orphans

    No documentation available.

  7. withResourceMap :: MonadUnliftIO m => (ResourceMap -> m a) -> m a

    rio-orphans RIO.Orphans

    Perform an action with a ResourceMap

  8. eraseToHashMap :: forall c (r :: Row Type) s b . (IsString s, Eq s, Hashable s, Forall r c) => (forall a . c a => a -> b) -> Rec r -> HashMap s b

    row-types Data.Row.Records

    Turns a record into a HashMap from values representing the labels to the values of the record.

  9. fromDynamicMap :: forall (r :: Row Type) . (AllUniqueLabels r, Forall r (Typeable :: Type -> Constraint)) => HashMap Text Dynamic -> Maybe (Rec r)

    row-types Data.Row.Records

    Produces a Rec from a HashMap of Dynamics.

  10. toDynamicMap :: forall (r :: Row Type) . Forall r (Typeable :: Type -> Constraint) => Rec r -> HashMap Text Dynamic

    row-types Data.Row.Records

    Converts a Rec into a HashMap of Dynamics.

Page 1083 of many | Previous | Next