lean4-htt/tests/lean/unifHintAndTC.lean.expected.out
Kyle Miller 036b5381f0
fix: make tests be aware of new instance names (#3936)
#3089 caused the stage0 update to cause a number of tests to start
failing because they were using the old instance names.
2024-04-17 16:14:51 +02:00

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