source:
src/common/Order.ma
@
2407
Last change on this file since 2407 was 1049, checked in by , 10 years ago | |
---|---|
File size: 117 bytes |
Line | |
---|---|
1 | include "basics/types.ma". |
2 | |
3 | inductive order: Type[0] ≝ |
4 | | order_lt: order |
5 | | order_eq: order |
6 | | order_gt: order. |
Note: See TracBrowser
for help on using the repository browser.