Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 4, 2023
1 parent 94ade67 commit 6b00204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-hotels-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect-app/core": patch
---

cleanup
9 changes: 0 additions & 9 deletions packages/core/_src/_ext/ord.ext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ export function elem<A>(E: Equivalence<A>, value: A) {
}
}

/**
* @tsplus pipeable ReadonlyArray sortWithNonEmpty
*/
export function sortWithNonEmpty<A>(
...ords: NonEmptyArguments<Order<A>>
): (a: NonEmptyReadonlyArray<A>) => NonEmptyArray<A> {
return (a) => a.sortByNonEmpty(...ords)
}

/**
* @tsplus pipeable effect/data/Chunk partition
*/
Expand Down

0 comments on commit 6b00204

Please sign in to comment.