diff --git a/src/plugins/e-acsl/src/analyses/typing.ml b/src/plugins/e-acsl/src/analyses/typing.ml index b59e1c175936734b7b9001c8bfdb6e9feb453618..12ff23ceafff79ebd718dc413e35ed46bd84e492 100644 --- a/src/plugins/e-acsl/src/analyses/typing.ml +++ b/src/plugins/e-acsl/src/analyses/typing.ml @@ -191,11 +191,11 @@ end = struct useless. However: - type info of many terms are accessed several times - the translation of E-ACSL guarded quantifications generates - new terms (see module {!Quantif}) which must be typed. The term - corresponding to the bound variable [x] is actually used twice: once in the - guard and once for encoding [x+1] when incrementing it. The memoization is - only useful here and indeed prevent the generation of one extra variable in - some cases. *) + new terms (see module {!Quantif}) which must be typed. The term + corresponding to the bound variable [x] is actually used twice: once in the + guard and once for encoding [x+1] when incrementing it. The memoization is + only useful here and indeed prevent the generation of one extra variable in + some cases. *) let tbl = Misc.Id_term.Hashtbl.create 97 let get t = diff --git a/src/plugins/e-acsl/src/main.ml b/src/plugins/e-acsl/src/main.ml index c7546057321970e52c9e8e5c0bfa557c0964e0d5..99b4c04db36855c566c2e0b819e4f06035d24730 100644 --- a/src/plugins/e-acsl/src/main.ml +++ b/src/plugins/e-acsl/src/main.ml @@ -158,7 +158,7 @@ let generate_code = Options.feedback "translation done in project \"%s\"." (Options.Project_name.get ()); copied_prj) -()) + ()) let generate_code = Dynamic.register diff --git a/src/plugins/e-acsl/src/project_initializer/prepare_ast.ml b/src/plugins/e-acsl/src/project_initializer/prepare_ast.ml index cf20d89e609c207bc514010d6301a8963b83f973..a0ba3f2b740d16f8eb6dda3d00128b29ae06b443 100644 --- a/src/plugins/e-acsl/src/project_initializer/prepare_ast.ml +++ b/src/plugins/e-acsl/src/project_initializer/prepare_ast.ml @@ -245,9 +245,9 @@ let align_error s = raise (Alignment_error s) of [algn] or greater. Returns false otherwise. Throws an exception if - [attrs] contains several [align] attributes specifying different - alignments + alignments - [attrs] has a single align attribute with a value which is less than - [algn] *) + [algn] *) let sufficiently_aligned attrs algn = let alignment = List.fold_left diff --git a/src/plugins/e-acsl/src/project_initializer/prepare_ast.mli b/src/plugins/e-acsl/src/project_initializer/prepare_ast.mli index f9739a57ffa76851d44680d227dc146fff7bc05c..d09c270d2aeb91b8b0e682df20df946eaffaf316 100644 --- a/src/plugins/e-acsl/src/project_initializer/prepare_ast.mli +++ b/src/plugins/e-acsl/src/project_initializer/prepare_ast.mli @@ -29,7 +29,7 @@ statements to upper scopes; - storing what is necessary to translate in [Keep_status] - in case of temporal validity checks, adding the attribute "aligned" to - variables that are not sufficiently aligned. *) + variables that are not sufficiently aligned. *) val prepare: unit -> unit