Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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. printX :: ShowX a => a -> IO ()

    clash-prelude Clash.XException

    Like print, but values that normally throw an XException are converted to undefined, instead of error'ing out with an exception

  9. printDefn :: Defn -> IO ()

    code-conjure Conjure.Defn

    Pretty-prints a Defn to the screen.

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

  10. printThy :: Thy -> IO ()

    code-conjure Conjure.Reason

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

Page 58 of many | Previous | Next