forked from GitHub/gf-rgl
version of dualN which takes a string directly
This commit is contained in:
@@ -231,7 +231,15 @@ oper
|
|||||||
n.s ! NF Sg Def ;
|
n.s ! NF Sg Def ;
|
||||||
relPost = True;
|
relPost = True;
|
||||||
g = n.g
|
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
|
relativeN : N -> A -> N = dualN ; -- deprecated
|
||||||
|
|||||||
Reference in New Issue
Block a user