From a8534a038f3c9588243ff5ab940e974f10f66a19 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Jul 2017 12:59:53 +0000 Subject: Add while and ! to printer --- Sil/Syntax.icl | 1 + 1 file changed, 1 insertion(+) (limited to 'Sil/Syntax.icl') diff --git a/Sil/Syntax.icl b/Sil/Syntax.icl index c812508..0056618 100644 --- a/Sil/Syntax.icl +++ b/Sil/Syntax.icl @@ -37,6 +37,7 @@ where instance toString Op1 where toString Neg = "~" + toString Not = "!" instance toString Op2 where -- cgit v1.2.3