mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
abstract Tables = {
|
|
cat S ; F ;
|
|
fun
|
|
FtoS, FtoS2 : F -> S ;
|
|
f1, f2, f3, f4, f5, f6 : F ;
|
|
}
|