Skip to content

Commit 53932f6

Browse files
committed
Don't need the extra Oomph
1 parent 26932ee commit 53932f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06.unoptimized.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ p2 = p2A
3939
-- Unoptimized versions.
4040
--
4141
-- 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.
42+
-- complied with "-O", both these take around 0.5 seconds.
4343
--
4444
-- This is not too surprising because runghc runs the code using the interpreter
4545
-- without any optimizations. But still, mildly interesting to find an example

0 commit comments

Comments
 (0)