diff options
Diffstat (limited to 'testsuite/tests/numeric/should_compile/T14465.stdout')
-rw-r--r-- | testsuite/tests/numeric/should_compile/T14465.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/numeric/should_compile/T14465.stdout b/testsuite/tests/numeric/should_compile/T14465.stdout index b7c88c40ac..88ac5f70e0 100644 --- a/testsuite/tests/numeric/should_compile/T14465.stdout +++ b/testsuite/tests/numeric/should_compile/T14465.stdout @@ -71,10 +71,10 @@ minusOne = case M.minusOne1 of { NatS# ds1 -> case ds1 of { - __DEFAULT -> GHC.Natural.underflowError @ Natural; + __DEFAULT -> GHC.Natural.underflowError @Natural; 0## -> GHC.Natural.zero }; - NatJ# ipv -> GHC.Natural.underflowError @ Natural + NatJ# ipv -> GHC.Natural.underflowError @Natural } -- RHS size: {terms: 1, types: 0, coercions: 0, joins: 0/0} |