summaryrefslogtreecommitdiff
path: root/examples/letter/LetterSwe.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-06-13 13:36:41 +0000
committerkrasimir <krasimir@chalmers.se>2009-06-13 13:36:41 +0000
commitc25d7be8773f2a2ee643d1d266b02bd2076f04be (patch)
tree2e429b18a3e7e45554c062722084d3cd45ff6325 /examples/letter/LetterSwe.gf
parentfb29ce7834822b3b61cbdc01b8e825d9fab36902 (diff)
use oper in examples
Diffstat (limited to 'examples/letter/LetterSwe.gf')
-rw-r--r--examples/letter/LetterSwe.gf16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/letter/LetterSwe.gf b/examples/letter/LetterSwe.gf
index e26bfb05b..f1c296323 100644
--- a/examples/letter/LetterSwe.gf
+++ b/examples/letter/LetterSwe.gf
@@ -8,8 +8,8 @@ concrete LetterSwe of Letter = {
flags lexer=textlit ; unlexer=textlit ;
-printname Letter = "Brev" ;
-printname MkLetter = "brevmall" ;
+printname cat Letter = "Brev" ;
+printname fun MkLetter = "brevmall" ;
param Sex = masc | fem ;
param Gen = en | ett ;
@@ -17,12 +17,12 @@ param Num = sg | pl ;
param Kas = nom | acc ;
param DepNum = depnum | cnum Num ;
-lintype SS = {s : Str} ;
-lintype SSDep = {s : Num => Sex => Str} ; -- needs Num and Sex
-lintype SSSrc = {s : Str ; n : Num ; x : Sex} ; -- gives Num and Sex
-lintype SSSrc2 = {s : Num => Sex => Str ; n : DepNum ; x : Sex} ; -- gives and needs
-lintype SSDep2 = {s : DepNum => Sex => Num => Sex => Str} ; -- needs Auth's & Recp's
-lintype SSSrcGen = {s : Str ; n : Num ; g : Gen} ; -- gives Num and Gen
+oper SS = {s : Str} ;
+oper SSDep = {s : Num => Sex => Str} ; -- needs Num and Sex
+oper SSSrc = {s : Str ; n : Num ; x : Sex} ; -- gives Num and Sex
+oper SSSrc2 = {s : Num => Sex => Str ; n : DepNum ; x : Sex} ; -- gives and needs
+oper SSDep2 = {s : DepNum => Sex => Num => Sex => Str} ; -- needs Auth's & Recp's
+oper SSSrcGen = {s : Str ; n : Num ; g : Gen} ; -- gives Num and Gen
oper