lean2/tests/lean/extra/597a.hlean
Floris van Doorn 5cacebcf86 feat(hott): replace assert by have and merge namespace equiv.ops into equiv
The coercion A ≃ B -> (A -> B) is now in namespace equiv. The notation ⁻¹ for symmetry of equivalences is not supported anymore. Use ⁻¹ᵉ
2016-03-03 10:13:21 -08:00

3 lines
81 B
Text

open equiv
constants (A B : Type₀) (f : A ≃ B)
definition foo : A → B := f