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