mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
mathtext examples from Bonn
This commit is contained in:
15
examples/mathtext/LogicGer.gf
Normal file
15
examples/mathtext/LogicGer.gf
Normal file
@@ -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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user