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
57640ecf19
lean2
/
tests
/
lean
/
eq1.lean
6 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 20:05:08 +00:00
import Int.
variable i : Int
check i = 0
chore(frontends/lean): rename setoption and setopaque commands to set::option and set::opaque Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-06 05:45:31 +00:00
set::option pp::coercion true
feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 20:05:08 +00:00
check i = 0
Reference in a new issue
Copy permalink