Add support for BIND

This commit is contained in:
John J. Camilleri
2021-02-13 00:14:35 +01:00
parent 8cfaa69b6e
commit 98f6136ebd
8 changed files with 34 additions and 3 deletions

7
testsuite/lpgf/Bind.gf Normal file
View File

@@ -0,0 +1,7 @@
abstract Bind = {
cat S ; F ;
fun
FtoS : F -> S ;
f1 : F ;
f2 : F ;
}