1
0
forked from GitHub/gf-rgl

fix the lock field in mkPrep

This commit is contained in:
Krasimir Angelov
2025-11-17 14:01:14 +01:00
parent 5e6ee94baa
commit f715e393cb

View File

@@ -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 ;