diff options
Diffstat (limited to 'examples/model/Math.gf')
| -rw-r--r-- | examples/model/Math.gf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/model/Math.gf b/examples/model/Math.gf deleted file mode 100644 index 036cab294..000000000 --- a/examples/model/Math.gf +++ /dev/null @@ -1,11 +0,0 @@ -abstract Math = { - - cat Prop ; Elem ; - - fun - And : Prop -> Prop -> Prop ; - Even : Elem -> Prop ; - Odd : Elem -> Prop ; - Zero : Elem ; - -} |
