Skip to content

Commit

Permalink
revert #1082
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 15, 2020
1 parent afe153d commit e23b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Array.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function getOrd<A>(O: Ord<A>): Ord<Array<A>> {
*
* @since 2.0.0
*/
export const empty: Array<never> = Object.freeze([]) as any
export const empty: Array<never> = []

/**
* Return a list of length `n` with element `i` initialized with `f(i)`
Expand Down

0 comments on commit e23b418

Please sign in to comment.