There was an error while loading. Please reload this page.
return pipe( Option\bindable(), Option\bind(num: fn() => Option\some(42)), // Should be warning here. With `object` typehint should not. Option\map(fn (Bindable $i) => $i->num), );