summaryrefslogtreecommitdiff
path: root/next-lib/src/english/ExtraEngAbs.gf
blob: f97f2551daca465d37b829b1896d494e64a9f5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
abstract ExtraEngAbs = Extra ** {

-- uncontracted negations; contracted are the default
  fun
    UncNegCl  : Temp -> Cl  -> S ;
    UncNegQCl : Temp -> QCl -> QS ;
    UncNegRCl : Temp -> RCl -> RS ;

    UncNegImpSg : Imp -> Utt;           -- do not help yourself
    UncNegImpPl : Imp -> Utt;           -- do not help yourselves

-- freely compounded nouns

    CompoundCN : CN -> CN -> CN ;       -- rock album

    that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")

}