alightgoesout
02/08/2022, 4:40 PMEither<E, A>
is not used? In particular, this would be great in an either { … }
block when calling IO functions that return Either<Error, Unit>
to prevent forgetting to call bind()
on the result to propagate the error.Mervyn McCreight
02/08/2022, 5:01 PMsimon.vergauwen
02/08/2022, 5:40 PMEmil Kantis
02/08/2022, 6:15 PMMervyn McCreight
02/08/2022, 6:16 PMEmil Kantis
02/08/2022, 6:16 PMalightgoesout
02/08/2022, 6:41 PM#[must_use]
attribute in Rust. It's great to see that there are discussions around something similar.simon.vergauwen
02/08/2022, 7:01 PMEmil Kantis
02/08/2022, 7:03 PM