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
46d418af3d
lean2
/
tests
/
lean
/
interactive
/
sorry2.lean
5 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
fix(frontends/lean): wrong displayed type in proof with multiple sorry's, fixes #112 Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-29 21:32:11 +00:00
import logic
theorem tst (A B : Prop) : A ∧ B :=
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 23:36:06 +00:00
and.intro sorry sorry
Reference in a new issue
Copy permalink