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

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. comap :: (s2 -> s1) -> RE s1 a -> RE s2 a

    regex-applicative Text.Regex.Applicative

    RE is a profunctor. This is its contravariant map. (A dependency on the profunctors package doesn't seem justified.)

  2. module Data.Registry.Internal.MultiMap

    No documentation available.

  3. findBestSpecializationFromApplicable :: SomeTypeRep -> Context -> Specializations -> Maybe Specialization

    registry Data.Registry.Internal.Registry

    Among all the applicable specializations take the most specific one if there exists any

  4. module Data.PolyMap

    No documentation available.

  5. data PolyMap (c :: Type -> Constraint) (f :: Type -> Type) a

    reroute Data.PolyMap

    No documentation available.

  6. data PathMap x

    reroute Web.Routing.SafeRouting

    No documentation available.

  7. PathMap :: [[Text] -> x] -> [x] -> HashMap Text (PathMap x) -> PolyMap FromHttpApiData PathMap x -> [Text -> x] -> PathMap x

    reroute Web.Routing.SafeRouting

    No documentation available.

  8. emptyPathMap :: PathMap x

    reroute Web.Routing.SafeRouting

    No documentation available.

  9. insertPathMap :: RouteHandle m a -> PathMap (m a) -> PathMap (m a)

    reroute Web.Routing.SafeRouting

    No documentation available.

  10. insertPathMap' :: forall (ts :: [Type]) x . PathInternal ts -> (HVect ts -> x) -> PathMap x -> PathMap x

    reroute Web.Routing.SafeRouting

    No documentation available.

Page 1082 of many | Previous | Next

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