compiling examples for doc started

This commit is contained in:
aarne
2006-10-18 09:54:17 +00:00
parent 7dea021ece
commit 6c0f599055
3 changed files with 61 additions and 3 deletions

View File

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