Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printBoard :: (Int, Int) -> Map (Int, Int) Bool -> IO ()battleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
printState :: (Int, Int) -> State (ship, Map (Int, Int) Bool) set -> IO ()battleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
printDetailedStats :: Stats -> IO ()benchpress Test.BenchPress Prints detailed statistics. Printed statistics include min, mean, standard deviation, median, and max execution time. Also prints execution time percentiles. Writes output to standard output.
printStatsSummaries :: [(String, Stats)] -> IO ()benchpress Test.BenchPress Prints a summary row for each benchmark with an associated label. The summary contains the same statistics as in printDetailedStats except for the execution time percentiles. Writes output to standard output.
-
binaryen Binaryen.Module No documentation available.
-
board-games Game.Labyrinth No documentation available.
printAndWait :: String -> Map String String -> a -> abreakpoint Debug.Breakpoint No documentation available.
printAndWaitIO :: MonadIO m => String -> Map String String -> m ()breakpoint Debug.Breakpoint No documentation available.
printAndWaitM :: Applicative m => String -> Map String String -> m ()breakpoint Debug.Breakpoint No documentation available.
printForUserTcRn :: SDoc -> TcRn ()breakpoint Debug.Breakpoint.GhcFacade Like logInfoTcRn, but for user consumption