a6e0dcc96c
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
133 B
Text
7 lines
133 B
Text
import cast
|
|
variable A : Type
|
|
variable B : Type
|
|
variable A' : Type
|
|
variable B' : Type
|
|
axiom H : (A -> B) = (A' -> B')
|
|
variable a : A
|