1
0
forked from GitHub/gf-core

extend the abstract syntax API

This commit is contained in:
krangelov
2021-08-06 12:43:30 +02:00
parent 87f1e24384
commit dc1644563f
11 changed files with 257 additions and 25 deletions

View File

@@ -1,8 +1,10 @@
abstract basic = {
cat N ;
cat N; S ;
fun Z : N ;
S : N -> N ;
fun z : N ;
s : N -> N ;
fun c : N -> S ;
}