little more work

This commit is contained in:
Nathan Braswell
2015-12-06 18:44:04 -05:00
parent 803b415220
commit f753d4f421
3 changed files with 68 additions and 22 deletions

View File

@@ -1,6 +1,11 @@
def not_int int
adt maybe {
no_int,
an_int: int
}
fun main(): int {
return 0
}