mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
abstract Binary = {
|
|
|
|
cat Bin;
|
|
|
|
fun End : Bin ;
|
|
fun Zero : Bin -> Bin ;
|
|
fun One : Bin -> Bin ;
|
|
|
|
|
|
} |