source:
Deliverables/D4.1/DemoFinal/matita/Compare.ma
Last change on this file was 671, checked in by , 10 years ago | |
---|---|
File size: 110 bytes |
Line | |
---|---|
1 | include "logic/pts.ma". |
2 | |
3 | ninductive Compare: Type[0] ≝ |
4 | Equal: Compare |
5 | | Less: Compare |
6 | | Greater: Compare. |
Note: See TracBrowser
for help on using the repository browser.