forked from GitHub/gf-core
9 lines
49 B
Plaintext
9 lines
49 B
Plaintext
|
|
abstract MicroAbs = {
|
|
|
|
cat S;
|
|
|
|
fun vars : S;
|
|
|
|
}
|