Make.Stmt_exec_result
type t =
| Normal
| Continue
| Break
| Goto of Symbol_std.t
| Case of T.sint Typed.t
| 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