Merge pull request #6 from XJIE6/post-historic

test for issue #3, closes #3
This commit is contained in:
danyaberezun 2019-08-22 12:16:18 +03:00 committed by GitHub
commit 4f0dbf3399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
0
3

8
regression/test055.expr Normal file
View file

@ -0,0 +1,8 @@
fun len(l) {
case l of
_ : xs -> return len(xs) + 1
|{} -> return 0
esac
}
write(len({}));
write(len({1, 2, 3}))

0
regression/test055.input Normal file
View file