Removed codegen to compile, type seem to work for newly added example

This commit is contained in:
Rakarake 2023-03-27 20:11:49 +02:00
parent 0d23a59f0c
commit 4a6c72fce0
4 changed files with 33 additions and 26 deletions

5
sample-programs/mono.crf Normal file
View file

@ -0,0 +1,5 @@
const x y = x;
f x = (const x 'c');
main = f 5;