We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce82733 commit 6aae6d6Copy full SHA for 6aae6d6
src/Data/Ord.js
@@ -27,15 +27,3 @@ exports.ordArrayImpl = function (f) {
27
};
28
29
30
-
31
-exports.unsafeCompareImpl = function (lt) {
32
- return function (eq) {
33
- return function (gt) {
34
- return function (x) {
35
- return function (y) {
36
- return x < y ? lt : x > y ? gt : eq;
37
- };
38
39
40
41
-};
0 commit comments