Skip to content
Snippets Groups Projects
Commit 992434d9 authored by Thibaut Benjamin's avatar Thibaut Benjamin Committed by Julien Signoles
Browse files

[e-acsl] typographic corrections

parent 5ce65794
No related branches found
No related tags found
No related merge requests found
......@@ -495,6 +495,10 @@ end = struct
Error.untypable msg
end
(******************************************************************************)
(** Syntactical analysis *)
(******************************************************************************)
(** [extract_constraint ctxt t1 r t2] populates the quantification context
[ctxt] with the constraint [t1 r t2], either adding a lower bound if [t2] is
a bounded variable or adding an upper bound if [t1] is a bounded variable.
......
......@@ -445,7 +445,7 @@ let transfer ~from env = match from.env_stack, env.env_stack with
type where = Before | Middle | After
let pop_and_get ?(split=false) env stmt ~global_clear where =
let split = split && stmt.labels = [] in
(* Options.feedback "pop_and_get from %a (%b)" Printer.pp_stmt stmt split;*)
(* Options.feedback "pop_and_get from %a (%b)" Printer.pp_stmt stmt split; *)
let local_env, tl = top env in
let clear =
if global_clear then begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment