mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
8 lines
67 B
Plaintext
8 lines
67 B
Plaintext
abstract User = {
|
|
cat
|
|
Query ;
|
|
fun
|
|
QQuit : Query ;
|
|
} ;
|
|
|