forked from GitHub/gf-rgl
fix the lock field in mkPrep
This commit is contained in:
@@ -124,7 +124,7 @@ oper
|
||||
mkConj : Str -> Coordinator -> Conjunction = \s,c -> mkConjunction [] s [] Sg c ;
|
||||
} ;
|
||||
|
||||
mkPrep : Str -> Case -> Preposition = mkPreposition ;
|
||||
mkPrep : Str -> Case -> Prep = \s,c -> lin Prep (mkPreposition s c) ;
|
||||
|
||||
mkPron = mkPronoun ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user