forked from GitHub/gf-core
8 lines
67 B
Plaintext
8 lines
67 B
Plaintext
abstract User = {
|
|
cat
|
|
Query ;
|
|
fun
|
|
QQuit : Query ;
|
|
} ;
|
|
|