mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
abstract Hello = {
|
|
|
|
cat Greeting ; Recipient ;
|
|
|
|
flags startcat = Greeting ;
|
|
|
|
fun
|
|
Hello : Recipient -> Greeting ;
|
|
World, Mum, Friends : Recipient ;
|
|
} |