2015-02-11 20:49:27 +00:00
|
|
|
namespace nat
|
|
|
|
check induction_on -- ERROR
|
|
|
|
check rec_on -- ERROR
|
|
|
|
check nat.induction_on
|
2015-06-04 23:16:28 +00:00
|
|
|
check le.rec_on -- OK
|
|
|
|
check nat.le.rec_on
|
|
|
|
namespace le
|
2015-02-11 20:49:27 +00:00
|
|
|
check rec_on -- ERROR
|
2015-06-04 23:16:28 +00:00
|
|
|
check le.rec_on
|
|
|
|
end le
|
2015-02-11 20:49:27 +00:00
|
|
|
end nat
|