From b0bac6addd89fe2b013bfbdafe74b6990953ea3b Mon Sep 17 00:00:00 2001 From: pimjager Date: Fri, 20 May 2016 13:10:00 +0200 Subject: [PATCH] mend --- examples/codeGen.spl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/codeGen.spl b/examples/codeGen.spl index 05773b3..59e6b3c 100644 --- a/examples/codeGen.spl +++ b/examples/codeGen.spl @@ -35,7 +35,7 @@ main() { [Int] x1 = 8 : 2 : []; (Bool, Int) z = (True, 2); var y = z.fst; - var x = (True, 5); - x.snd = 8; + var x = (True, 5) : (False,0) : []; + x.hd.snd = 8; return; } -- 2.20.1