Skip to content
Snippets Groups Projects
Commit 8eab2d2c authored by Allan Blanchard's avatar Allan Blanchard Committed by Virgile Prevosto
Browse files

Linter

parent da1e2f34
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ val set_deprecated_extension_handler:
(typing_context -> location -> Logic_ptree.lexpr list ->
acsl_extension_kind) ->
unit) ->
unit
unit
(*
Local Variables:
......
......@@ -153,7 +153,7 @@ let printer _pp fmt ext =
| Some (hint_lval, hint_terms) ->
Format.fprintf fmt "%a%a, %a"
(Pretty_utils.pp_list ~sep:" " ~suf:":" Format.pp_print_string)
hint_lval.names pp_hvars hint_lval.vars
hint_lval.names pp_hvars hint_lval.vars
(Pretty_utils.pp_list ~sep:", " Printer.pp_term) hint_terms
| None ->
Format.fprintf fmt "<invalid widen_hints>"
......
......@@ -482,7 +482,7 @@ let specified =
let register () =
if Wp.Region.get () || Wp.Region_annot.get () ||
List.exists specified (Wp.Model.get ())
List.exists specified (Wp.Model.get ())
then
Acsl_extension.register_behavior
"region" typecheck ~printer:pp_extension false
......
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