mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
12 lines
61 B
Plaintext
12 lines
61 B
Plaintext
|
|
abstract TestVarsA = {
|
|
|
|
cat S;
|
|
|
|
fun
|
|
f : S -> S;
|
|
a : S;
|
|
|
|
}
|
|
|