Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. printAsmjs :: Module -> IO ()

    binaryen Binaryen.Module

    No documentation available.

  2. printBox :: Box -> IO ()

    board-games Game.Labyrinth

    No documentation available.

  3. printAndWait :: String -> Map String String -> a -> a

    breakpoint Debug.Breakpoint

    No documentation available.

  4. printAndWaitIO :: MonadIO m => String -> Map String String -> m ()

    breakpoint Debug.Breakpoint

    No documentation available.

  5. printAndWaitM :: Applicative m => String -> Map String String -> m ()

    breakpoint Debug.Breakpoint

    No documentation available.

  6. printForUserTcRn :: SDoc -> TcRn ()

    breakpoint Debug.Breakpoint.GhcFacade

    Like logInfoTcRn, but for user consumption

  7. printPlan :: Verbosity -> ProjectBaseContext -> ProjectBuildContext -> IO ()

    cabal-install Distribution.Client.ProjectOrchestration

    Print a user-oriented presentation of the install plan, indicating what will be built.

  8. printDefn :: Defn -> IO ()

    code-conjure Conjure.Defn

    Pretty-prints a Defn to the screen.

    > printDefn sumDefn
    sum []  =  0
    sum (x:xs)  =  x + sum xs
    

  9. printThy :: Thy -> IO ()

    code-conjure Conjure.Reason

    Prints a Thy (theory) on the console. (cf. showThy)

  10. printColored :: (a -> IO ()) -> Term -> Colored a -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

Page 58 of many | Previous | Next