Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ isPositive
Function
isPositive
packages/typeclass/test/data/Predicate.test.ts:8–8 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
6
7
describe.concurrent(
"Option"
, () => {
8
const
isPositive: Predicate.Predicate<number> = (n) => n > 0
9
const
isNegative: Predicate.Predicate<number> = (n) => n < 0
10
const
isLessThan2: Predicate.Predicate<number> = (n) => n < 2
11
Callers
1
Predicate.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected