added mkMU

This commit is contained in:
Krasimir Angelov
2024-10-22 21:49:22 +02:00
parent d44298a4ad
commit e99bdb6d1a
3 changed files with 6 additions and 0 deletions

View File

@@ -556,4 +556,6 @@ oper
mkInterj : Str -> Interj
= \s -> lin Interj {s = s} ;
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
} ;

View File

@@ -543,4 +543,6 @@ oper
mkInterj : Str -> Interj
= \s -> lin Interj {s = s} ;
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
} ;

View File

@@ -525,4 +525,6 @@ oper
mkInterj : Str -> Interj
= \s -> lin Interj {s = s} ;
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
} ;