mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
instance DemResEng of DemRes = open Prelude, ResourceEng, SyntaxEng in {
|
|
|
|
oper
|
|
msS : S -> Str = \x -> x.s ;
|
|
msQS : QS -> Str = \x -> x.s ! DirQ ;
|
|
msImp : Imp -> Str = \x -> x.s ! Sg ;
|
|
|
|
|
|
} ;
|