1
0
forked from GitHub/gf-core

English Ord to Order

This commit is contained in:
aarne
2005-12-07 22:27:16 +00:00
parent 59d1b1271b
commit e6fe9fc07a
3 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ resource ResEng = ParamEng ** open Prelude in {
} ;
VerbForms : Type =
Tense => Anteriority => Polarity => Ord => Agr => {fin, inf : Str} ;
Tense => Anteriority => Polarity => Order => Agr => {fin, inf : Str} ;
VP : Type = {
s : VerbForms ;
@@ -229,7 +229,7 @@ resource ResEng = ParamEng ** open Prelude in {
-- For $Sentence$.
Clause : Type = {
s : Tense => Anteriority => Polarity => Ord => Str
s : Tense => Anteriority => Polarity => Order => Str
} ;
mkClause : Str -> Agr -> VP -> Clause =