mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
refactoring to make it easier to add new conjuncts
This commit is contained in:
@@ -268,6 +268,11 @@ oper
|
||||
|
||||
noPrep : Prep = mkPrep [] Acc ;
|
||||
|
||||
--2 Conjunctions
|
||||
|
||||
mkConj : Str -> Number -> Conj =
|
||||
\s,n -> {s = s; sep = 3; n = n; lock_Conj = <>} ;
|
||||
|
||||
--2 Proper Names
|
||||
--
|
||||
mkPN : Str -> Gender -> PN ;
|
||||
|
||||
Reference in New Issue
Block a user