FromResidual import { FromResidual } from "destack:ops"; Target protocol for rebuilding a carrier from a propagated residual. export newtype interface FromResidual { static fromResidual(residual: R): this; } language/library/src/ops/try.ds:31:34 Members static fromResidual(residual: R): this Construct this type from a propagated residual.