summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_compile/T19641.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/numeric/should_compile/T19641.stderr')
-rw-r--r--testsuite/tests/numeric/should_compile/T19641.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/numeric/should_compile/T19641.stderr b/testsuite/tests/numeric/should_compile/T19641.stderr
index 8f6e3696be..7c1cf57b06 100644
--- a/testsuite/tests/numeric/should_compile/T19641.stderr
+++ b/testsuite/tests/numeric/should_compile/T19641.stderr
@@ -4,16 +4,16 @@ Result size of Tidy Core
= {terms: 22, types: 20, coercions: 0, joins: 0/0}
integer_to_int
- = \ x ->
- case x of {
+ = \ eta ->
+ case eta of {
IS ipv -> Just (I# ipv);
IP x1 -> Nothing;
IN ds -> Nothing
}
natural_to_word
- = \ x ->
- case x of {
+ = \ eta ->
+ case eta of {
NS x1 -> Just (W# x1);
NB ds -> Nothing
}