1
0
forked from GitHub/gf-rgl

Start working on mkClause for Turkish

This commit is contained in:
Ayberk Tosun
2017-08-22 11:56:11 +03:00
parent 6e9d4ac20e
commit a112b13d9f

View File

@@ -66,4 +66,7 @@ resource ResTur = ParamX ** open Prelude, Predef, HarmonyTur in {
no_Prep = mkPrep [] Acc; no_Prep = mkPrep [] Acc;
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} = \s,c -> lin Prep {s=s; c=c}; mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} = \s,c -> lin Prep {s=s; c=c};
mkClause : Str -> Verb -> {s : Str} =
\np, v -> ss "TODO" ;
} }