mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
|
concrete TopEng of Top = UserEng, SystemEng ** open Prelude in {
|
|
lin
|
|
MUser q = q ;
|
|
MSystem r = r ;
|
|
}
|