Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. foreverELiveProgram :: forall e (m :: Type -> Type) . (Data e, Monad m) => e -> LiveProgramExcept (ReaderT e m) e -> LiveProgram m

    essence-of-live-coding LiveCoding.LiveProgram.Except

    Run a LiveProgramExcept in a loop. In the additional 'ReaderT e' context, you can read the last thrown exception. (For the first iteration, e is set to the first argument to foreverELiveProgram.) This way, you can create an infinite loop, with the exception as the loop variable.

  2. foreground :: Monad m => LiveProgram m -> m ()

    essence-of-live-coding LiveCoding.RuntimeIO

    No documentation available.

  3. foreground :: Monad m => LiveProgram m -> m ()

    essence-of-live-coding LiveCoding.RuntimeIO.Launch

    Launch a LiveProgram in the foreground thread (blocking).

  4. foreignObjPrimTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  5. foreignTargetHints :: ForeignTarget -> ([ForeignHint], [ForeignHint])

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  6. forallSym :: Bool -> SDoc

    ghc-lib-parser GHC.Parser.Errors.Ppr

    No documentation available.

  7. foreignRefArgs :: ForeignJSRef -> ![FastString]

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

  8. foreignRefCConv :: ForeignJSRef -> !CCallConv

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

  9. foreignRefPattern :: ForeignJSRef -> !FastString

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

  10. foreignRefResult :: ForeignJSRef -> !FastString

    ghc-lib-parser GHC.StgToJS.Types

    No documentation available.

Page 77 of many | Previous | Next