Dictionary fixes for Swe nd Fin

This commit is contained in:
aarne
2014-09-26 14:48:28 +00:00
parent 216281cd06
commit 5f4f1b30a3
4 changed files with 7 additions and 5 deletions

View File

@@ -22,6 +22,9 @@ concrete PhraseDut of Phrase = CatDut ** open Prelude, ResDut in
UttCard n = {s = n.s ! Utr ! Nom} ;
UttAP ap = {s = ap.s ! APred} ;
UttInterj i = i ;
UttAdV a = a ;
NoPConj = {s = []} ;
PConjConj conj = ss (conj.s2) ;