summaryrefslogtreecommitdiff
path: root/doc/tutorial/arithm/LexSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-27 11:27:40 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-27 11:27:40 +0000
commit032531c6a690edbb377ff11ee2a743a30c5bf500 (patch)
tree21842e9061dc8dd54e2666c65160d2616537dae7 /doc/tutorial/arithm/LexSwe.gf
parente4e64c13a69db6505df499a0c3445ada9b1b2d88 (diff)
rm old tutorials
Diffstat (limited to 'doc/tutorial/arithm/LexSwe.gf')
-rw-r--r--doc/tutorial/arithm/LexSwe.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/tutorial/arithm/LexSwe.gf b/doc/tutorial/arithm/LexSwe.gf
deleted file mode 100644
index 54d66b6e9..000000000
--- a/doc/tutorial/arithm/LexSwe.gf
+++ /dev/null
@@ -1,8 +0,0 @@
-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" ;
-
-}