added mkMU

This commit is contained in:
Krasimir Angelov
2026-05-23 17:40:20 +02:00
parent cdeaf5a271
commit cab232a4f6

View File

@@ -301,6 +301,7 @@ oper
= \c -> lin Prep (ResHun.caseAdp c) ;
mkInterj : Str -> Interj = \s -> lin Interj {s = s} ;
--------------------------------------------------------------------------------
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
}