mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
-- File name User/general.Abs.gf
|
|
|
|
abstract genUser = general ** {
|
|
|
|
fun
|
|
request : Action -> DMove ;
|
|
} |