X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=examples%2FcodeGen.spl;h=e5d938b915e10c70d60c7480b43daa9b73f07519;hb=39f7799760a30737f57fb2b8ccdb15074ee9ac45;hp=4062fb626d0eabd37e0b6b17c17b9cbdcf6057df;hpb=9b58e55e2be665d4e2274ea5af8b734e556d35a0;p=cc1516.git diff --git a/examples/codeGen.spl b/examples/codeGen.spl index 4062fb6..e5d938b 100644 --- a/examples/codeGen.spl +++ b/examples/codeGen.spl @@ -36,6 +36,8 @@ main() { (Bool, Int) z = (True, 2); var y = z.fst; var x = (True, 5) : (False,0) : []; + var sdaf = isE(x1); + var z = isEmpty(x1); x.hd.snd = 8; return; }