add an explict lin Int do disambiguate the overloading

This commit is contained in:
Krasimir Angelov
2026-09-12 10:20:42 +02:00
parent 0f4dd88f9e
commit 0012630784
+1 -1
View File
@@ -51,7 +51,7 @@ lin
intYear = symb ;
-- : Int -> Monthday ; -- 31th (March)
intMonthday i = symb { s = i.s ++ "日" } ;
intMonthday i = symb (lin Int {s = i.s ++ "日"}) ;