summaryrefslogtreecommitdiff
path: root/next-lib/src/french/MakeStructuralFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/french/MakeStructuralFre.gf')
-rw-r--r--next-lib/src/french/MakeStructuralFre.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/next-lib/src/french/MakeStructuralFre.gf b/next-lib/src/french/MakeStructuralFre.gf
deleted file mode 100644
index 5aa94dcfe..000000000
--- a/next-lib/src/french/MakeStructuralFre.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:../romance:../common:../abstract
-
-resource MakeStructuralFre = open CatFre, ParadigmsFre, MorphoFre, Prelude in {
-
-oper
- mkConj : Str -> Str -> Number -> Conj = \x,y,n ->
- {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ;
- mkSubj : Str -> Subj = \x ->
- {s = x ; m = Indic ; lock_Subj = <>} ;
- mkSubjSubj : Str -> Subj = \x ->
- {s = x ; m = Conjunct ; lock_Subj = <>} ;
-
- mkIQuant : Str -> IQuant = \s ->
- {s = \\_,_,c => prepCase c ++ s ; lock_IQuant = <>} ;
-
-}