mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
abstract Params2 = {
|
|
flags startcat = MassKind ;
|
|
cat Quality ; MassKind ;
|
|
fun
|
|
Good : Quality;
|
|
SuchMassKind : Quality -> MassKind;
|
|
}
|