forked from GitHub/gf-core
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
instance DemResFre of DemRes = open Prelude, ResourceFre, SyntaxFre in {
|
|
|
|
oper
|
|
msS : S -> Str = \x -> x.s ! Ind ;
|
|
msQS : QS -> Str = \x -> x.s ! DirQ ;
|
|
msImp : Imp -> Str = \x -> x.s ! Masc ! Sg ;
|
|
|
|
|
|
} ;
|