mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
resource StoneageResEng = open ResourceEng, ParadigmsEng in {
|
|
|
|
oper
|
|
PresV : V -> NP -> S = \v,s -> PresCl (SPredV s v) ;
|
|
PresV2 : V2 -> NP -> NP -> S = \v,s,o -> PresCl (SPredV2 s v o) ;
|
|
PresVasV2 : V -> NP -> NP -> S = \ v -> PresV2 (dirV2 v) ;
|
|
|
|
PresCl : Cl -> S = UseCl (PosTP TPresent ASimul) ;
|
|
|
|
ModPosA : ADeg -> CN -> CN = \a -> ModAP (PositADeg a) ;
|
|
ModA : A -> CN -> CN = \a -> ModAP (UseA a) ;
|
|
|
|
} |