mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
compiling examples for doc started
This commit is contained in:
8
examples/compiling/CompexEng.gf
Normal file
8
examples/compiling/CompexEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
concrete CompexEng of Compex = open MathematicalEng, ParadigmsEng, Prelude in {
|
||||
lincat
|
||||
Prop = {s : Bool => Str} ;
|
||||
Ind = NP ;
|
||||
lin
|
||||
Even : Ind -> Prop ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user