mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-26 11:26:28 -06:00
multi for Swe
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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 ;
|
||||
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user