forked from GitHub/gf-core
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 ;
|
|
|
|
|
|
} ;
|