treating Int as PredefAbs.Int in lookup

This commit is contained in:
aarne
2008-06-12 13:11:18 +00:00
parent abf7abde76
commit fee40b47a7

View File

@@ -1083,6 +1083,8 @@ incomplete resource Constructors = open Grammar in {
those_QuantPl : QuantPl = mkQuantPl that_Quant ;
mkiNum : Int -> Num -- 51
= NumInt ;
mkNum = overload {
mkNum : Numeral -> Num = NumNumeral ;