Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ dropRightRefinement
Function
dropRightRefinement
packages/effect/src/ParseResult.ts:1607–1607 ·
view source on GitHub ↗
(ast: AST.AST)
Source
from the content-addressed store, hash-verified
1605
}
1606
1607
const
dropRightRefinement = (ast: AST.AST): AST.AST => AST.isRefinement(ast) ? dropRightRefinement(ast.from) : ast
1608
1609
const
handleForbidden = <A, R>(
1610
effect: Effect.Effect<A, ParseIssue, R>,
Callers
1
go
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected