mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
error fix in Constructors documentation
This commit is contained in:
@@ -355,7 +355,7 @@ incomplete resource Constructors = open Grammar in {
|
|||||||
-- special case of a simple common noun ($N$) is always provided.
|
-- special case of a simple common noun ($N$) is always provided.
|
||||||
|
|
||||||
mkNP : overload {
|
mkNP : overload {
|
||||||
mkNP : Art -> NP ; -- 1. the man
|
mkNP : Art N -> NP ; -- 1. the man
|
||||||
mkNP : Art -> (Num) -> CN -> NP ; -- 2. the five old men
|
mkNP : Art -> (Num) -> CN -> NP ; -- 2. the five old men
|
||||||
mkNP : Quant -> N -> NP ; -- 3. this men
|
mkNP : Quant -> N -> NP ; -- 3. this men
|
||||||
mkNP : Quant -> (Num) -> CN -> NP; -- 4. these five old men
|
mkNP : Quant -> (Num) -> CN -> NP; -- 4. these five old men
|
||||||
|
|||||||
@@ -17,4 +17,6 @@ lin
|
|||||||
ImpV v = ImpVP (UseV v) ;
|
ImpV v = ImpVP (UseV v) ;
|
||||||
-- ImpV2 v o = ImpVP (ComplSlash (SlashV2a v) o) ;
|
-- ImpV2 v o = ImpVP (ComplSlash (SlashV2a v) o) ;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user