mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
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 ;
|
|
|
|
|
|
} ;
|