jasonkuhrt / alge

Type safe library for creating Algebraic Data Types (ADTs) in TypeScript. 🌱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strip tag from pattern matching

jasonkuhrt opened this issue · comments

Perceived Problem

Tag is implied from the method:

CleanShot 2022-08-07 at 12 20 06@2x

Ideas / Proposed Solution(s)

Update TS types to hide it.

closed by 3449d71