For ease of formalisation, would you recommend using List.maps can_fail xs or rather Option.these (map can_fail xs)?
List.maps can_fail xs
Option.these (map can_fail xs)
Last updated: Jun 26 2026 at 21:20 UTC