This repository was archived by the owner on Oct 4, 2020. It is now read-only.
Commit 4900da6
committed
Don't use external API
The original implementation was based on code use external to this module.
Because of that, we had an additional constraint of `Ord k`—from `union`.
However, we know the implementation in this module.
So, we can use that knowledge to remove the `Ord k` constraint`.1 parent 079c2fb commit 4900da6
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
82 | 95 | | |
83 | 96 | | |
84 | 97 | | |
| |||
0 commit comments