1
0
forked from GitHub/gf-rgl

Add some prepositions, merge with pronouns (TODO: merge with articles too)

This commit is contained in:
Inari Listenmaa
2025-08-22 16:30:30 +02:00
parent a539db3d55
commit c85e7a514b
7 changed files with 87 additions and 42 deletions

View File

@@ -109,7 +109,7 @@ oper
-- hidden from the document.
Prep = CatGla.Prep ;
noPrep = mkPrep [] ;
noPrep = lin Prep ResGla.emptyPrep ;
-- Add more overload instances if needed for all categories!
@@ -178,12 +178,12 @@ oper
-----
-}
{-
-- If prepositions take case, add that as argument to mkPrep
mkPrep = overload {
mkPrep : Str -> Prep = \s -> lin Prep {s = s} ;
} ;
{-
mkConj = overload {
mkConj : (and : Str) -> Conj = \s -> …
mkConj : (either : Str) -> (or : Str) -> Conj = \s -> …