mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
instance DemResSwe of DemRes = open Prelude, ResourceSwe, SyntaxSwe in {
|
|
|
|
oper
|
|
msS : S -> Str = \x -> x.s ! Main ;
|
|
msQS : QS -> Str = \x -> x.s ! DirQ ;
|
|
msImp : Imp -> Str = \x -> x.s ! Sg ;
|
|
|
|
|
|
} ;
|