mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
Temp = Tense + Ant in next-resource
This commit is contained in:
@@ -46,11 +46,14 @@ abstract Common = {
|
||||
|
||||
--2 Tense, polarity, and anteriority
|
||||
|
||||
Temp ; -- temporal and aspectual features e.g. past anterior
|
||||
Tense ; -- tense e.g. present, past, future
|
||||
Pol ; -- polarity e.g. positive, negative
|
||||
Ant ; -- anteriority e.g. simultaneous, anterior
|
||||
|
||||
fun
|
||||
TTAnt : Tense -> Ant -> Temp ;
|
||||
|
||||
PPos, PNeg : Pol ; -- I sleep/don't sleep
|
||||
|
||||
TPres : Tense ;
|
||||
|
||||
Reference in New Issue
Block a user