mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 02:18:55 -06:00
version of dualN which takes a string directly
This commit is contained in:
@@ -231,7 +231,15 @@ oper
|
||||
n.s ! NF Sg Def ;
|
||||
relPost = True;
|
||||
g = n.g
|
||||
}
|
||||
} ;
|
||||
|
||||
dualN : N -> Str -> N
|
||||
= \n,adv -> lin N { s = n.s;
|
||||
rel = \\_ => adv ;
|
||||
relPost = True;
|
||||
g = n.g
|
||||
}
|
||||
|
||||
} ;
|
||||
|
||||
relativeN : N -> A -> N = dualN ; -- deprecated
|
||||
|
||||
Reference in New Issue
Block a user