source:
src/utilities/adt/equal.ma
@
2226
Last change on this file since 2226 was 1208, checked in by , 9 years ago | |
---|---|
File size: 125 bytes |
Line | |
---|---|
1 | include "basics/types.ma". |
2 | include "basics/bool.ma". |
3 | |
4 | record equal (a: Type[0]): Type[1] ≝ |
5 | { |
6 | equal: a → a → bool |
7 | }. |
8 |
Note: See TracBrowser
for help on using the repository browser.