mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
mathtext examples from Bonn
This commit is contained in:
15
examples/mathtext/LogicFre.gf
Normal file
15
examples/mathtext/LogicFre.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
concrete LogicFre of Logic = SymbolsX ** LogicI - [Exist] with
|
||||
(LexLogic = LexLogicFre),
|
||||
(Lang = LangFre),
|
||||
(Syntax = SyntaxFre),
|
||||
(Symbolic = SymbolicFre) ** open SyntaxFre in {
|
||||
|
||||
lin
|
||||
--- to get the mood of the that clause correct
|
||||
Exist xs A B =
|
||||
Lang.SSubjS
|
||||
(mkS (mkCl (indef xs.p2
|
||||
(mkCN such_A (mkCN A xs.p1)))))
|
||||
that_Subj B ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user