2015-02-11 12:49:27 -08:00
|
|
|
namespace nat
|
|
|
|
check induction_on -- ERROR
|
|
|
|
check rec_on -- ERROR
|
|
|
|
check nat.induction_on
|
2015-06-04 19:16:28 -04:00
|
|
|
check le.rec_on -- OK
|
|
|
|
check nat.le.rec_on
|
|
|
|
namespace le
|
2015-02-11 12:49:27 -08:00
|
|
|
check rec_on -- ERROR
|
2015-06-04 19:16:28 -04:00
|
|
|
check le.rec_on
|
|
|
|
end le
|
2015-02-11 12:49:27 -08:00
|
|
|
end nat
|