1
0
forked from GitHub/gf-rgl

TODO notes

This commit is contained in:
Inari Listenmaa
2025-08-28 15:47:14 +02:00
parent 8c25bdeacc
commit e14833217e

View File

@@ -77,9 +77,11 @@ oper
--2 Structural categories --2 Structural categories
-- If prepositions take case, add that as argument to mkPrep -- If prepositions take case, add that as argument to mkPrep
mkPrep : overload { -- mkPrep : overload {
mkPrep : Str -> Prep ; -- mkPrep : Str -> Prep ;
} ; -- } ;
-- TODO: should export the whole set of morphologically complex prepositions here and not let users construct them alone
-- but should include funs like "override complement case for existing preps"
mkConj : overload { mkConj : overload {
mkConj : (and : Str) -> Conj ; -- (coffee) and (tea) mkConj : (and : Str) -> Conj ; -- (coffee) and (tea)