source:
src/common/Order.ma
@
1431
Last change on this file since 1431 was 1049, checked in by , 10 years ago | |
---|---|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[1049] | 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.