We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26932ee commit 53932f6Copy full SHA for 53932f6
06.unoptimized.hs
@@ -39,7 +39,7 @@ p2 = p2A
39
-- Unoptimized versions.
40
--
41
-- These take longer than I'd expect. With runghc, they take 15 seconds. When
42
--- complied with "-O2", both these take around 0.5 seconds.
+-- complied with "-O", both these take around 0.5 seconds.
43
44
-- This is not too surprising because runghc runs the code using the interpreter
45
-- without any optimizations. But still, mildly interesting to find an example
0 commit comments