Skip to content

Commit edde446

Browse files
committed
Merge pull request #69 from nwolverson/ord-unused
Remove unused (moved) FFI function
2 parents ce82733 + 6aae6d6 commit edde446

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Data/Ord.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,3 @@ exports.ordArrayImpl = function (f) {
2727
};
2828
};
2929
};
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

Comments
 (0)