summaryrefslogtreecommitdiff
path: root/examples/mathtext/LexLogicGer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mathtext/LexLogicGer.gf')
-rw-r--r--examples/mathtext/LexLogicGer.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/mathtext/LexLogicGer.gf b/examples/mathtext/LexLogicGer.gf
deleted file mode 100644
index a2d8e8431..000000000
--- a/examples/mathtext/LexLogicGer.gf
+++ /dev/null
@@ -1,16 +0,0 @@
-instance LexLogicGer of LexLogic = open SyntaxGer, ParadigmsGer,
- (MS = MakeStructuralGer), Prelude in {
-
-oper
- case_N = mkN "Fall" "Fälle" masculine ;
- such_A = invarA "derart" ; ----
- by_Prep = mkPrep "durch" accusative ;
- all_Det = aPl_Det ;
- axiom_N = mkN "Axiom" ;
- theorem_N = mkN "Theorem" ;
- definition_N = mkN "Definition" ;
- define_V3 =
- mkV3 (mkV "definieren") (mkPrep [] accusative) (mkPrep "als" accusative) ;
- define_V2V = mkV2V (mkV "definieren") (mkPrep [] accusative) ;
- iff_Subj = MS.mkSubj "wenn und nur wenn" ;
-}