unboxed -> val, boxed -> box

This commit is contained in:
Dmitry Boulytchev 2021-01-31 21:07:17 +03:00
parent 919cda5556
commit 5ae88f820d
8 changed files with 16 additions and 16 deletions

View file

@ -20,8 +20,8 @@ public infix =?= at < (x, y) {
esac;
case r of
[#unboxed] -> r
| [x] -> walkrec (r, p1, x)
[#val] -> r
| [x] -> walkrec (r, p1, x)
esac
}