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