jon.recoil.org

Module Cfg_dataflow.Dataflow_result

type ('a, 'e) t =
  1. | Ok of 'a
  2. | Aborted of 'a * 'e
  3. | Max_iterations_reached