resource examples in tutorial

This commit is contained in:
aarne
2006-06-01 16:16:18 +00:00
parent d2952f91f4
commit a5101ca349
9 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
concrete LexSwe of Lex = CatSwe ** open ParadigmsSwe in {
lin
zero_PN = regPN "noll" neutrum ;
successor_N2 =
mkN2 (mk2N "efterföljare" "efterföljare") (mkPreposition "till") ;
even_A = regA "jämn" ;
}