diff options
Diffstat (limited to 'next-lib/src/slavic/ResSlavic.gf')
| -rw-r--r-- | next-lib/src/slavic/ResSlavic.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/next-lib/src/slavic/ResSlavic.gf b/next-lib/src/slavic/ResSlavic.gf new file mode 100644 index 000000000..1f86fbde5 --- /dev/null +++ b/next-lib/src/slavic/ResSlavic.gf @@ -0,0 +1,6 @@ +interface ResSlavic = DiffSlavic ** open CommonSlavic, Prelude in {
+
+oper
+ Preposition : Type = {s : Str; c : Case};
+
+}
|
