From 786c7fbc17c149996f2d9b6cc92800d459b3de9a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 29 Mar 2016 22:51:02 +0200 Subject: Fix seq; more readme --- test.icl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.icl') diff --git a/test.icl b/test.icl index 95f1276..54668f2 100644 --- a/test.icl +++ b/test.icl @@ -20,9 +20,10 @@ sqrt = 'z' := 0 :. 'o' := 'o' + 2 :. 's' := 's' + 'o' ) +//Start = toString (seq sqrt st) Start = toString (tree sqrt st) where st :: Var -> Int - st 'x' = 16 + st 'x' = 9 -- cgit v1.2.3