9 lines
122 B
Text
9 lines
122 B
Text
|
import data.int
|
||
|
open eq.ops int
|
||
|
variable A : Type
|
||
|
variables a b : A
|
||
|
variable H : a = b
|
||
|
check H⁻¹
|
||
|
check -1
|
||
|
check 1 + -2
|