This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b658bdb377
lean2
/
tests
/
lean
/
extra
/
597b.hlean
4 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
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 15:48:27 +00:00
-- open equiv
test(tests/lean/extra): add test for issue #597
2015-05-13 22:26:13 +00:00
constants (A B : Type₀) (f : A ≃ B)
definition foo : A → B := f -- should fail
Reference in a new issue
Copy permalink