Global definitions; regression tests fixed

This commit is contained in:
Dmitry Boulytchev 2019-09-19 18:37:08 +03:00
parent a3b12425fd
commit f5b802ebed
56 changed files with 121 additions and 10 deletions

View file

@ -1,3 +1,5 @@
global n, t;
fun insert (t, x) {
case t of
Leaf -> return Node (x, Leaf, Leaf)