e38b6fb824622269a34c651ab4e10be2e677f6f706b4f7c6cc7aaadb168fa1ab
Created: 2023-12-19 03:40:10.302489 UTC
Size: 322
Preview (limited to 512 bytes)
"-- Test for ticket #7936:\n-- https://ghc.haskell.org/trac/ghc/ticket/7936\n--\n-- Used to fail with:\n--\n-- $ cabal test T7936 --test-options=\"+RTS -M1M -RTS\"\n-- T7936: Heap exhausted;\n\nmodule T7936 where\n\nimport System.Random (newStdGen)\nimport Control.Monad (replicateM_)\n\nmain :: IO ()\nmain = replicateM_ 100000 newStdGen\n"
Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete