summaryrefslogtreecommitdiff
path: root/testdata/complex.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/complex.out')
-rw-r--r--testdata/complex.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/complex.out b/testdata/complex.out
index c6f9d2e8..ac8b1f96 100644
--- a/testdata/complex.out
+++ b/testdata/complex.out
@@ -1012,13 +1012,13 @@ toPolar
1012145:28-145:31 1012145:28-145:31
1013 Float 1013 Float
1014------------ warnings 1014------------ warnings
1015Uncovered pattern(s) at ./testdata/complex.lc:114:1: 1015Uncovered pattern(s) at testdata/complex.lc:114:1:
1016add @'Normal @'Normal (Complex a b) (Complex c d) = Complex (a + c) (b + d) 1016add @'Normal @'Normal (Complex a b) (Complex c d) = Complex (a + c) (b + d)
1017^^^ 1017^^^
1018Missing case(s): 1018Missing case(s):
1019 add Normal Polar _ _ 1019 add Normal Polar _ _
1020 add Polar _ _ _ 1020 add Polar _ _ _
1021Uncovered pattern(s) at ./testdata/complex.lc:129:1: 1021Uncovered pattern(s) at testdata/complex.lc:129:1:
1022mul @'Normal @'Normal (Complex a b) (Complex c d) = Complex (a*c - b*d) (b*c + a*d) 1022mul @'Normal @'Normal (Complex a b) (Complex c d) = Complex (a*c - b*d) (b*c + a*d)
1023^^^ 1023^^^
1024Missing case(s): 1024Missing case(s):