mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
8 lines
212 B
Text
8 lines
212 B
Text
error: expected `=`, found `,`
|
|
--> $DIR/module_not_found.nil:2
|
|
2 | let _false, l = list.new();
|
|
^
|
|
error: `main` function not found
|
|
--> $DIR/module_not_found.nil:1
|
|
1 | function main() = (
|
|
^
|