mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
abstract Top = User, System ** {
|
|
cat
|
|
Move ;
|
|
fun
|
|
MUser : Query -> Move ;
|
|
MSystem : Reply -> Move ;
|
|
}
|