#3089 caused the stage0 update to cause a number of tests to start failing because they were using the old instance names.
4 lines
123 B
Text
4 lines
123 B
Text
(100, 400)
|
|
(49, 576, 576)
|
|
def g : Int → Int → Int :=
|
|
fun (x y : Int) => @mul.{0} (@magmaOfMul.{0} Int Int.instMul) x y
|