"implement" use

This commit is contained in:
nora 2024-06-01 14:55:19 +02:00
parent d6123836e8
commit 8b33910aec
9 changed files with 66 additions and 6 deletions

View file

@ -1,3 +1,3 @@
function main() = (
let _l = list.new();
let _false, l = list.new();
);