forked from GitHub/gf-core
12 lines
61 B
Plaintext
12 lines
61 B
Plaintext
|
|
abstract TestVarsA = {
|
|
|
|
cat S;
|
|
|
|
fun
|
|
f : S -> S;
|
|
a : S;
|
|
|
|
}
|
|
|