Files
gf-core/testsuite/lpgf/Tables.gf
2021-02-10 13:55:38 +01:00

7 lines
95 B
Plaintext

abstract Tables = {
cat S ; F ;
fun
FtoS : F -> S ;
f1, f2, f3, f4, f5, f6 : F ;
}