mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 12:42:50 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
10
old-examples/numerals/Binary.gf
Normal file
10
old-examples/numerals/Binary.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract Binary = {
|
||||
|
||||
cat Bin;
|
||||
|
||||
fun End : Bin ;
|
||||
fun Zero : Bin -> Bin ;
|
||||
fun One : Bin -> Bin ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user