summaryrefslogtreecommitdiff
path: root/examples/numerals/Binary.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/numerals/Binary.gf')
-rw-r--r--examples/numerals/Binary.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/numerals/Binary.gf b/examples/numerals/Binary.gf
deleted file mode 100644
index f053b64ba..000000000
--- a/examples/numerals/Binary.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-abstract Binary = {
-
-cat Bin;
-
-fun End : Bin ;
-fun Zero : Bin -> Bin ;
-fun One : Bin -> Bin ;
-
-
-} \ No newline at end of file