Skip to content
Snippets Groups Projects
Commit cf9a6ffc authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-07-03 20:31:07 by panne]

Reverted my last change to this file: Constant folding should really
yield *excatly* the same result as runtime computation.
parent 8e9dd840
No related merge requests found
......@@ -3,9 +3,7 @@
import PrelGHC( Float# )
import PrelFloat
-- This test is a little bit numerically unstable, so compare only a small prefix.
-- Otherwise you get slightly different results with and without optimization.
main = putStrLn (take 6 (shows (selectee1 + selectee2) ""))
main = print (selectee1 + selectee2)
data Tfo = Tfo Float# Float# Float# Float# Float# Float# Float# Float# Float# Float# Float# Float#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment