trams with mm library

This commit is contained in:
aarne
2005-11-07 21:45:22 +00:00
parent 50ccefe089
commit 1834f005e4
8 changed files with 72 additions and 46 deletions

View 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 ;
} ;