mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-29 09:58:54 -06:00
treating Int as PredefAbs.Int in lookup
This commit is contained in:
@@ -1083,6 +1083,8 @@ incomplete resource Constructors = open Grammar in {
|
|||||||
those_QuantPl : QuantPl = mkQuantPl that_Quant ;
|
those_QuantPl : QuantPl = mkQuantPl that_Quant ;
|
||||||
|
|
||||||
|
|
||||||
|
mkiNum : Int -> Num -- 51
|
||||||
|
= NumInt ;
|
||||||
|
|
||||||
mkNum = overload {
|
mkNum = overload {
|
||||||
mkNum : Numeral -> Num = NumNumeral ;
|
mkNum : Numeral -> Num = NumNumeral ;
|
||||||
|
|||||||
Reference in New Issue
Block a user