source:
Deliverables/D4.1/Matita/Compare.ma
@
290
Last change on this file since 290 was 248, checked in by , 10 years ago | |
---|---|
File size: 109 bytes |
Line | |
---|---|
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.