1
0
forked from GitHub/gf-core

started a testsuite

This commit is contained in:
krangelov
2021-08-05 20:45:08 +02:00
parent 36e87668e0
commit 87f1e24384
4 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
abstract basic = {
cat N ;
fun Z : N ;
S : N -> N ;
}