mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
16 lines
400 B
Plaintext
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 ;
|
|
|
|
} ;
|