Effect CommunityEC
Effect Community2y ago
5 replies
Stephen Bluck

TypeScript Code Issue After Updating to 3.0

Since updating to 3.0 this no longer works:
export const taggedStruct = <Name extends AST.LiteralValue | symbol, Fields extends S.Struct.Fields>(
  name: Name,
  fields: Fields,
) => S.Struct(fields).pipe(S.attachPropertySignature("_tag", name));

any ideas what I need to change here?
Was this page helpful?