1
0
forked from GitHub/gf-rgl

(Ara) misc. small fixes and additions

This commit is contained in:
Inari Listenmaa
2018-11-27 17:36:23 +01:00
parent f2e9993425
commit 19129aa420
4 changed files with 13 additions and 8 deletions
+2 -4
View File
@@ -52,10 +52,8 @@ concrete SentenceAra of Sentence = CatAra ** open
SlashVP = predVPSlash ;
AdvSlash slash adv = slash ** { s2 = slash.s2 ++ adv.s } ;
-- SlashPrep : Cl -> Prep -> ClSlash
-- Will be awkward to implement in the way ClSlash is now.
-- ClSlash is implemented the way it is now for a good reason:
-- we need to support different word orders.
-- : Cl -> Prep -> ClSlash
-- SlashPrep cl prep = TODO
-- SlashVS np vs sslash = TODO