Skip to content

Commit

Permalink
fix: Tag is a function
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 28, 2022
1 parent 0c0f52e commit 2319e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type { Scope } from "@effect/io/Scope"
export type { Stream } from "@effect/stream/Stream"

export type { Chunk } from "@fp-ts/data/Chunk"
export type { Context, Tag } from "@fp-ts/data/Context"
export { Context, Tag } from "@fp-ts/data/Context"
export type { Duration } from "@fp-ts/data/Duration"
export type { Equal } from "@fp-ts/data/Equal"
export type { Either } from "@fp-ts/data/Either"
Expand Down
2 changes: 1 addition & 1 deletion src/global.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @tsplus global
*/
import type {
import {
Cause,
Effect,
Exit,
Expand Down

0 comments on commit 2319e08

Please sign in to comment.