refactoring to make it easier to add new conjuncts

This commit is contained in:
Krasimir Angelov
2018-09-09 14:10:16 +02:00
parent 790d4bc04a
commit 285bca2ef5
8 changed files with 60 additions and 62 deletions
+5
View File
@@ -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 ;