diff options
Diffstat (limited to 'examples/mathtext/LogicGer.gf')
| -rw-r--r-- | examples/mathtext/LogicGer.gf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/mathtext/LogicGer.gf b/examples/mathtext/LogicGer.gf deleted file mode 100644 index 66e7c5001..000000000 --- a/examples/mathtext/LogicGer.gf +++ /dev/null @@ -1,15 +0,0 @@ -concrete LogicGer of Logic = SymbolsX ** LogicI - [Exist] with - (LexLogic = LexLogicGer), - (Lang = LangGer), - (Syntax = SyntaxGer), - (Symbolic = SymbolicGer) ** open SyntaxGer, (P = ParadigmsGer) in { - -lin - --- to get the extraposited clause in correct place - Exist xs A B = - Lang.SSubjS - (mkS (mkCl (indef xs.p2 - (mkCN (mkCN A xs.p1) (P.mkAdv "derart"))))) - that_Subj B ; - -} ; |
