mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Pes) Fix bug in mkPrep
This commit is contained in:
@@ -185,7 +185,7 @@ oper
|
|||||||
|
|
||||||
mkPrep = overload {
|
mkPrep = overload {
|
||||||
mkPrep : Str -> Prep -- Takes a string, returns a preposition.
|
mkPrep : Str -> Prep -- Takes a string, returns a preposition.
|
||||||
= \str -> lin Prep {s = str ; ra = [] ; mod = Bare} ;
|
= \str -> lin Prep (prepOrRa str) ;
|
||||||
mkPrep : Str -> Mod -> Prep -- Takes a string and Mod (so far only option is ezafe), returns a preposition.
|
mkPrep : Str -> Mod -> Prep -- Takes a string and Mod (so far only option is ezafe), returns a preposition.
|
||||||
= \str,m -> lin Prep {s = str ; ra = [] ; mod=m}
|
= \str,m -> lin Prep {s = str ; ra = [] ; mod=m}
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user