Skip to content

Commit

Permalink
remove spurious import
Browse files Browse the repository at this point in the history
  • Loading branch information
mccraigmccraig committed Dec 12, 2023
1 parent da76418 commit 3a96552
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cons_list.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

// a None element marking an empty cons list

import { as } from "npm:effect@^2.0.0-next.50/Cause";

// or the end of a cons list.
export const NoneTag: unique symbol = Symbol("ConsNone")
export type None = { readonly _tag: typeof NoneTag }
Expand Down

0 comments on commit 3a96552

Please sign in to comment.