summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T21261_pedantic.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T21261_pedantic.stderr')
-rw-r--r--testsuite/tests/simplCore/should_compile/T21261_pedantic.stderr26
1 files changed, 0 insertions, 26 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T21261_pedantic.stderr b/testsuite/tests/simplCore/should_compile/T21261_pedantic.stderr
deleted file mode 100644
index fdd7de05df..0000000000
--- a/testsuite/tests/simplCore/should_compile/T21261_pedantic.stderr
+++ /dev/null
@@ -1,26 +0,0 @@
-
-==================== Tidy Core ====================
-Result size of Tidy Core
- = {terms: 59, types: 63, coercions: 0, joins: 0/0}
-
-lvl = I# 2#
-
-lvl1 = I# 3#
-
-lvl2 = I# 1#
-
-f1 = \ c -> case c lvl2 of { __DEFAULT -> c lvl lvl1 }
-
-no2 = \ c -> f1 (\ x y -> c x y)
-
-lvl3 = I# 4#
-
-$wf2 = \ c -> (# case c lvl2 of { __DEFAULT -> c lvl1 lvl3 } #)
-
-f2 = \ c -> case $wf2 c of { (# ww #) -> Just ww }
-
-no2_lazy
- = \ c -> case $wf2 (\ x y -> c x y) of { (# ww #) -> Just ww }
-
-
-