1
0
forked from GitHub/gf-core

compiling examples for doc started

This commit is contained in:
aarne
2006-10-18 09:54:17 +00:00
parent aad745850b
commit 89c08228e6
3 changed files with 61 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
abstract Compex = {
cat Prop ; Ind ;
fun Even : Ind -> Prop ;
}

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