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
eca3437388
lean2
/
tests
/
lean
/
run
/
bug5.lean
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
chore(*): minimize dependencies on tests Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-25 02:58:48 +00:00
import logic
test(tests/lean/run): add some 'lost' tests Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-23 15:22:53 +00:00
theorem symm2 {A : Type} {a b : A} (H : a = b) : b = a
refactor(library): add 'eq' and 'ne' namespaces Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-05 01:41:06 +00:00
:= eq.subst H (eq.refl a)
Reference in a new issue
Copy permalink