@@ -31,7 +31,7 @@ extends View.View<A, ER, RR> {
|
||||
export const isLens = (u: unknown): u is Lens<unknown, unknown, unknown, unknown, unknown> => Predicate.hasProperty(u, LensTypeId)
|
||||
|
||||
|
||||
export const LensImplTypeId: unique symbol = Symbol.for("@effect-fc/Lens/v4/LensImpl")
|
||||
export const LensImplTypeId: unique symbol = Symbol.for("@effect-lens/Lens/LensImpl")
|
||||
export type LensImplTypeId = typeof LensImplTypeId
|
||||
|
||||
export declare namespace LensImpl {
|
||||
|
||||
@@ -13,7 +13,7 @@ export interface View<out A, out E = never, out R = never> extends Pipeable.Pipe
|
||||
export const isView = (u: unknown): u is View<unknown, unknown, unknown> => Predicate.hasProperty(u, ViewTypeId)
|
||||
|
||||
|
||||
export const ViewImplTypeId: unique symbol = Symbol.for("@effect-fc/Lens/v4/ViewImpl")
|
||||
export const ViewImplTypeId: unique symbol = Symbol.for("@effect-lens/Lens/ViewImpl")
|
||||
export type ViewImplTypeId = typeof ViewImplTypeId
|
||||
|
||||
export declare namespace ViewImpl {
|
||||
|
||||
Reference in New Issue
Block a user