This file contains simp lemmas for proofs about code that uses the do
notation together with Except and Option.
@[simp]
theorem
to_option_distr_map
{ε : Type u_1}
{α : Type u_2}
{β : Type u_3}
{x : Except ε α}
{f : α → β}
:
This file contains simp lemmas for proofs about code that uses the do
notation together with Except and Option.