1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/lpgf/unittests/Tables.gf

7 lines
102 B
Plaintext

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