lean2/tests/lean/cast2.lean

8 lines
133 B
Text
Raw Normal View History

import cast
variable A : Type
variable B : Type
variable A' : Type
variable B' : Type
axiom H : (A -> B) = (A' -> B')
variable a : A