5 lines
130 B
Text
5 lines
130 B
Text
100
|
|
(100, 400)
|
|
(49, 576, 576)
|
|
def g : Int → Int → Int :=
|
|
fun (x y : Int) => @mul.{0} (@magmaOfMul.{0} Int Int.instMulInt) x y
|