summaryrefslogtreecommitdiff
path: root/doc/tutorial/arithm/LexSwe.gf
blob: 54d66b6e9bb3afd4072a91467a4e8a81c66fff47 (plain)
1
2
3
4
5
6
7
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" ;

}