source:
Deliverables/D4.1/Matita/Compare.ma
@
330
Last change on this file since 330 was 248, checked in by , 10 years ago | |
---|---|
File size: 109 bytes |
Rev | Line | |
---|---|---|
[248] | 1 | include "Universes.ma". |
2 | ||
3 | ninductive Compare: Type[0] ≝ | |
4 | Equal: Compare | |
5 | | Greater: Compare | |
6 | | Less: Compare. |
Note: See TracBrowser
for help on using the repository browser.