mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
factored out fun's for lifting RGL functions to Pred, and added some
This commit is contained in:
34
lib/src/experimental/NDLiftFunctor.gf
Normal file
34
lib/src/experimental/NDLiftFunctor.gf
Normal file
@@ -0,0 +1,34 @@
|
||||
incomplete concrete NDLiftFunctor of NDLift =
|
||||
RGLBase - [Pol,Tense]
|
||||
,NDPred
|
||||
|
||||
** open Lift in {
|
||||
|
||||
lin
|
||||
LiftV = Lift.LiftV ;
|
||||
LiftV2 = Lift.LiftV2 ;
|
||||
LiftVS = Lift.LiftVS ;
|
||||
LiftVQ = Lift.LiftVQ ;
|
||||
LiftVV = Lift.LiftVV ;
|
||||
LiftVA = Lift.LiftVA ;
|
||||
LiftVN = Lift.LiftVN ;
|
||||
|
||||
LiftV3 = Lift.LiftV3 ;
|
||||
LiftV2S = Lift.LiftV2S ;
|
||||
LiftV2Q = Lift.LiftV2Q ;
|
||||
LiftV2V = Lift.LiftV2V ;
|
||||
LiftV2A = Lift.LiftV2A ;
|
||||
LiftV2N = Lift.LiftV2N ;
|
||||
|
||||
LiftAP = Lift.LiftAP ;
|
||||
LiftA2 = Lift.LiftA2 ;
|
||||
LiftCN = Lift.LiftCN ;
|
||||
LiftN2 = Lift.LiftN2 ;
|
||||
|
||||
AppAPCN = Lift.AppAPCN ;
|
||||
|
||||
LiftAdv = Lift.LiftAdv ;
|
||||
LiftAdV = Lift.LiftAdV ;
|
||||
LiftPrep = Lift.LiftPrep ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user