Module docstring
{"# Equivalences for Option α
We define
* Equiv.optionCongr: the Option α ≃ Option β constructed from e : α ≃ β by sending none to
  none, and applying e elsewhere.
* Equiv.removeNone: the α ≃ β constructed from Option α ≃ Option β by removing none from
  both sides.
"}