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
/
tactic_var_bug.lean
9 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
fix(tests/lean): adjust tests to modifications to standard library
2014-12-01 05:16:01 +00:00
--
fix(frontends/lean): tactic + variables bug, fixes #315
2014-11-09 22:43:22 +00:00
variable p : Prop
definition foo (q : Prop) : q → true :=
begin
intro r,
apply true.intro
end
Reference in a new issue
Copy permalink