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
9dc86e3cf5
lean2
/
tests
/
lean
/
eq4.lean
5 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
fix(kernel/normalizer): equality between semantic attachments Given a heterogenous equality: a == b The normalizer will only reduce it if a and b are objects of the same kind. Now, 1 == true is not reduced to false anymore. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 03:06:28 +00:00
import Int
refactor(kernel): remove heterogeneous equality Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-16 23:07:51 +00:00
import Real
eval 1 = 1.0
eval 1 = nat_to_int 1
Reference in a new issue
Copy permalink