mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 03:08:55 -06:00
trams with mm library
This commit is contained in:
9
lib/resource/french/DemResFre.gf
Normal file
9
lib/resource/french/DemResFre.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
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 ;
|
||||
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user