jon.recoil.org

Module Select_utils.Or_never_returns

type 'a t =
  1. | Ok of 'a
  2. | Never_returns
module Syntax : sig ... end