mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
abstract Untensed = Cat ** {
|
|
|
|
fun
|
|
PosCl, NegCl : Cl -> S ;
|
|
PosQCl, NegQCl : QCl -> QS ;
|
|
PosRCl, NegRCl : RCl -> RS ;
|
|
|
|
}
|