summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run/T2486.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_run/T2486.stderr')
-rw-r--r--testsuite/tests/simplCore/should_run/T2486.stderr24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_run/T2486.stderr b/testsuite/tests/simplCore/should_run/T2486.stderr
new file mode 100644
index 0000000000..968e8dbdb4
--- /dev/null
+++ b/testsuite/tests/simplCore/should_run/T2486.stderr
@@ -0,0 +1,24 @@
+
+==================== Tidy Core rules ====================
+"SPEC Main.fib [GHC.Types.Double]" [ALWAYS]
+ forall ($dNum :: GHC.Num.Num GHC.Types.Double)
+ ($dOrd :: GHC.Classes.Ord GHC.Types.Double).
+ Main.fib @ GHC.Types.Double $dNum $dOrd
+ = Main.fib_$sfib1
+"SPEC Main.fib [GHC.Types.Int]" [ALWAYS]
+ forall ($dNum :: GHC.Num.Num GHC.Types.Int)
+ ($dOrd :: GHC.Classes.Ord GHC.Types.Int).
+ Main.fib @ GHC.Types.Int $dNum $dOrd
+ = Main.fib_$sfib
+"SPEC Main.tak [GHC.Types.Double]" [ALWAYS]
+ forall ($dNum :: GHC.Num.Num GHC.Types.Double)
+ ($dOrd :: GHC.Classes.Ord GHC.Types.Double).
+ Main.tak @ GHC.Types.Double $dNum $dOrd
+ = Main.tak_$stak1
+"SPEC Main.tak [GHC.Types.Int]" [ALWAYS]
+ forall ($dNum :: GHC.Num.Num GHC.Types.Int)
+ ($dOrd :: GHC.Classes.Ord GHC.Types.Int).
+ Main.tak @ GHC.Types.Int $dNum $dOrd
+ = Main.tak_$stak
+
+