@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
9 lines • 296 B
JavaScript
// ets_tracing: off
import * as ST from "../../Structural/index.mjs";
export function sameAssertion_(self, that) {
return ST.equals(self.assertion, that.assertion);
}
export function sameAssertion(that) {
return self => sameAssertion_(self, that);
}
//# sourceMappingURL=sameAssertion.mjs.map