(Som) Minor cleanup/typofix

This commit is contained in:
Inari Listenmaa
2019-08-14 13:52:45 +02:00
parent d0ae81832b
commit 2240335832
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ concrete PhraseSom of Phrase = CatSom ** open Prelude, ResSom in {
UttNP np = { s = np.s ! Abs} ;
UttVP vp = { s = infVP vp } ;
UttAdv adv = {s = linAdv adv} ;
UttCN n = {s = linCN n } ;
UttCN n = {s = linCN n} ;
UttCard n = {s = n.s ! Mid} ;
UttAP ap = { s = ap.s ! AF Sg Abs } ;
UttInterj i = i ;