Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. printBox :: Box -> IO ()

    board-games Game.Labyrinth

    No documentation available.

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

    breakpoint Debug.Breakpoint

    No documentation available.

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

    breakpoint Debug.Breakpoint

    No documentation available.

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

    breakpoint Debug.Breakpoint

    No documentation available.

  5. printForUserTcRn :: SDoc -> TcRn ()

    breakpoint Debug.Breakpoint.GhcFacade

    Like logInfoTcRn, but for user consumption

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

    cabal-install Distribution.Client.ProjectOrchestration

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

  7. 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

  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