diff options
Diffstat (limited to 'examples/mathtext/LogicGer.gf')
| -rw-r--r-- | examples/mathtext/LogicGer.gf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/mathtext/LogicGer.gf b/examples/mathtext/LogicGer.gf new file mode 100644 index 000000000..66e7c5001 --- /dev/null +++ b/examples/mathtext/LogicGer.gf @@ -0,0 +1,15 @@ +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 ; + +} ; |
