Module Make.Stmt_exec_result

type t =
  1. | Normal
  2. | Continue
  3. | Break
  4. | Goto of Symbol_std.t
  5. | Case of T.sint Typed.t
  6. | Returned of Agv.t * Ctype.ctype
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string