purescript-0.14.0: tests/purs/warning/DeprecatedConstraintInForeignImport.js
exports.show = function (showDict) {
return function (a) {
return showDict.show(a);
};
};
exports.show = function (showDict) {
return function (a) {
return showDict.show(a);
};
};