Module Jsil_syntax.EProc

type t = {
  1. name : string;
  2. body : (Annot.t * string option * LabCmd.t) array;
  3. params : string list;
  4. spec : Spec.t option;
}
val pp : Stdlib.Format.formatter -> t -> unit