mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
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