mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
10 lines
48 B
Plaintext
10 lines
48 B
Plaintext
|
|
abstract TestVarsA = {
|
|
|
|
cat S;
|
|
|
|
fun a : S;
|
|
|
|
}
|
|
|