1
0
forked from GitHub/gf-core
Files
gf-core/examples/mathtext/LogicGer.gf
2009-12-18 11:08:39 +00:00

16 lines
400 B
Plaintext

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 ;
} ;