Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. _responseHeaders :: Response -> InsOrdHashMap HeaderName (Referenced Header)

    openapi3 Data.OpenApi.Internal

    Maps a header name to its definition.

  2. class HasHead s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  3. class HasHeaders s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  4. pemHeader :: PEM -> [(String, ByteString)]

    pem Data.PEM

    optionals key value pair header

  5. unsafeHead :: HasCallStack => [a] -> a

    protolude Protolude.Unsafe

    No documentation available.

  6. type MonadHeadlessApp t (m :: Type -> Type) = (Reflex t, Adjustable t m, MonadCatch m, MonadFix Performable m, MonadFix m, MonadHold t Performable m, MonadHold t m, MonadIO HostFrame t, MonadIO Performable m, MonadIO m, MonadMask m, MonadRef HostFrame t, MonadSample t Performable m, MonadSample t m, MonadThrow m, MonadThrow Performable m, NotReady t m, PerformEvent t m, PostBuild t m, PrimMonad HostFrame t, Ref HostFrame t ~ IORef, Ref m ~ IORef, ReflexHost t, TriggerEvent t m)

    reflex Reflex.Host.Headless

    No documentation available.

  7. runHeadlessApp :: (forall t (m :: Type -> Type) . MonadHeadlessApp t m => m (Event t a)) -> IO a

    reflex Reflex.Host.Headless

    Run a headless FRP network. Inside the action, you will most probably use the capabilities provided by the TriggerEvent and PerformEvent type classes to interface the FRP network with the outside world. Useful for testing. Each headless network runs on its own spider timeline.

  8. groupByHead :: Eq a => [NonEmpty a] -> [(a, NonEmpty [a])]

    reflex Reflex.Spider.Internal

    No documentation available.

  9. data DTypeFamilyHead

    th-desugar Language.Haskell.TH.Desugar

    Corresponds to TH's TypeFamilyHead type

  10. DTypeFamilyHead :: Name -> [DTyVarBndrVis] -> DFamilyResultSig -> Maybe InjectivityAnn -> DTypeFamilyHead

    th-desugar Language.Haskell.TH.Desugar

    No documentation available.

Page 200 of many | Previous | Next