debugging

This commit is contained in:
Nathan Braswell
2015-12-07 13:43:22 -05:00
parent f753d4f421
commit d63b680355
6 changed files with 174 additions and 169 deletions

View File

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