mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
typo in imports of SentencesPes corrected
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
concrete SentencesPes of Sentences = NumeralUrd ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with
|
concrete SentencesPes of Sentences = NumeralPes ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with
|
||||||
(Syntax = SyntaxPes),
|
(Syntax = SyntaxPes),
|
||||||
(Symbolic = SymbolicPes),
|
(Symbolic = SymbolicPes),
|
||||||
(Lexicon = LexiconPes) **
|
(Lexicon = LexiconPes) **
|
||||||
{
|
{
|
||||||
lin ObjPlural k = mkNP k ;
|
lin ObjPlural k = mkNP k ;
|
||||||
};;
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user