mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
unboxed -> val, boxed -> box
This commit is contained in:
parent
919cda5556
commit
5ae88f820d
8 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue