forked from GitHub/gf-core
5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
abstract System = {
|
|
cat Reply ;
|
|
fun Bye : Reply ;
|
|
}
|