From fe3909375bd0b200989b9d88158e8c3412b3d639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Mon, 8 Mar 2021 23:39:59 +0100 Subject: change how tuple comparison functions --- progs/tests/sub.sy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/tests/sub.sy') diff --git a/progs/tests/sub.sy b/progs/tests/sub.sy index e5d60f2..cca4f2c 100644 --- a/progs/tests/sub.sy +++ b/progs/tests/sub.sy @@ -1,3 +1,4 @@ start :: fn { - (1, -2, 3, -4) - (4, 3, -2, -1) <=> (-3, 1, 1, -5) + print (1, -2, 3, -4) - (4, 3, -2, -1) + (1, -2, 3, -4) - (4, 3, -2, -1) <=> (-3, -5, 5, -3) } -- cgit v1.2.1