mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
abstract Tensed = Cat, Tense ** {
|
|
|
|
fun
|
|
UseCl : Tense -> Ant -> Pol -> Cl -> S ;
|
|
UseQCl : Tense -> Ant -> Pol -> QCl -> QS ;
|
|
UseRCl : Tense -> Ant -> Pol -> RCl -> RS ;
|
|
|
|
} |