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
71cffd29a0
lean2
/
tests
/
lean
/
run
/
ind0.lean
8 lines
92 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
prelude
feat(frontends/lean): add inductive_cmd Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-18 20:55:48 +00:00
inductive nat : Type :=
feat(*): change inductive datatype syntax Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-22 22:46:10 +00:00
zero : nat,
succ : nat → nat
feat(frontends/lean): add inductive_cmd Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-18 20:55:48 +00:00
check nat
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 22:03:59 +00:00
check nat.rec.{1}
Reference in a new issue
Copy permalink