Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ Match.tst.ts
File
Match.tst.ts
packages/effect/dtslint/Match.tst.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Either, hole, Match, Option, pipe, Predicate } from
"effect"
2
import
{ describe, expect, it } from
"tstyche"
3
4
type
Value = { _tag:
"A"
; a: number } | { _tag:
"B"
; b: number }
Callers
nothing calls this directly
Calls
6
pipe
Function · 0.90
it
Function · 0.85
pipe
Method · 0.65
is
Method · 0.65
match
Function · 0.50
value
Method · 0.45
Tested by
no test coverage detected