mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -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 ;
|
|
}
|