1
0
forked from GitHub/gf-rgl

Dictionary fixes for Swe nd Fin

This commit is contained in:
aarne
2014-09-26 14:48:28 +00:00
parent 38d02ecf9a
commit e5f48ade2b
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) ;