forked from GitHub/gf-core
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
resource ParamBasic = {
|
|
param Flag = ExistS NumQuant | ForallS NumQuant | NothingS ;
|
|
param SentForm = Indep | Attrib ;
|
|
param NumQuant = One | Many ;
|
|
} |