From Jason Turner

[equalitycomparable]

Diff to HTML by rtfpessoa

tmp/tmpf5k79kgg/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
  **Table: `EqualityComparable` requirements** <a id="equalitycomparable">[equalitycomparable]</a>
2
 
3
- | | | |
4
- | -------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
5
  | `a == b` | convertible to `bool` | `==` is an equivalence relation, that is, it has the following properties: For all `a`, `a == a`.; If `a == b`, then `b == a`.; If `a == b` and `b == c`, then `a == c`. |
6
 
 
1
  **Table: `EqualityComparable` requirements** <a id="equalitycomparable">[equalitycomparable]</a>
2
 
3
+ | Expression | Return type |
4
+ | ---------- | ----------- |
5
  | `a == b` | convertible to `bool` | `==` is an equivalence relation, that is, it has the following properties: For all `a`, `a == a`.; If `a == b`, then `b == a`.; If `a == b` and `b == c`, then `a == c`. |
6