summaryrefslogtreecommitdiff
path: root/book/examples/chapter8/Geometry.gf
diff options
context:
space:
mode:
Diffstat (limited to 'book/examples/chapter8/Geometry.gf')
-rw-r--r--book/examples/chapter8/Geometry.gf7
1 files changed, 0 insertions, 7 deletions
diff --git a/book/examples/chapter8/Geometry.gf b/book/examples/chapter8/Geometry.gf
deleted file mode 100644
index 0b27d8714..000000000
--- a/book/examples/chapter8/Geometry.gf
+++ /dev/null
@@ -1,7 +0,0 @@
-abstract Geometry = Logic ** {
-fun
- Line, Point, Circle : Dom ;
- Intersect, Parallel : Ind -> Ind -> Atom ;
- Vertical : Ind -> Atom ;
- Centre : Ind -> Ind ;
-}