diff --git a/INSTALL.md b/INSTALL.md
index a23be4576a55c29525dcd1991c3af03e28613b2a..1aee10e1768f5042fa56a4bcc3b1652ce59a36cc 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -81,19 +81,17 @@ The following set of packages is known to be a working configuration for
 Frama-C 18 (Argon):
 
 - OCaml 4.05.0
-- alt-ergo.1.30 or, under a non-commercial license, alt-ergo.2.0.0 (pin recommended)
+- alt-ergo-free.2.0.0 (optional)
 - apron.20160125 (optional)
-- coq.8.7.2 (optional; pin recommended)
+- coq.8.9.0 (optional)
 - lablgtk.2.18.5
 - mlgmpidl.1.2.7 (optional)
 - ocamlgraph.1.8.8
-- why3.0.88.3
+- why3.1.2.0 (optional)
+- why3-coq.1.2.0 (optional)
 - yojson.1.4.1
 - zarith.1.7
 
-Note: *pin recommended* indicates packages likely to become incompatible in
-      future releases; `opam pin` is recommended to prevent them from breaking.
-
 ### Installing Custom Versions of Frama-C via opam
 
 If you have a **non-standard** version of Frama-C available
@@ -176,7 +174,7 @@ We recommend to rely on it for the installation of Frama-C.
 4. Install *optional* dependencies for Frama-C/WP:
 
     ```shell
-    opam install coq coqide
+    opam install coq coqide why3-coq
     ```
 
 5. Install Frama-C:
diff --git a/headers/close-source/MODIFIED_WHY3 b/headers/close-source/MODIFIED_WHY3
index a3af4fb4e569fc238f81f1b6981c08c659cd9c2d..8a26d2f1814d45492a65cf0ebf53fadd3d9addb6 100644
--- a/headers/close-source/MODIFIED_WHY3
+++ b/headers/close-source/MODIFIED_WHY3
@@ -1,6 +1,6 @@
 
 The Why3 Verification Platform   /   The Why3 Development Team
-Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University
+Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University
 
 This software is distributed under the terms of the GNU Lesser
 General Public License version 2.1, with the special exception
diff --git a/headers/close-source/UNMODIFIED_WHY3 b/headers/close-source/UNMODIFIED_WHY3
index 5d86a7e0f0035a76c9b9e0c5ce125608594ce15a..aa2704bc4d608128bdc9fe4d0a7fd00542aae960 100644
--- a/headers/close-source/UNMODIFIED_WHY3
+++ b/headers/close-source/UNMODIFIED_WHY3
@@ -1,7 +1,8 @@
 
 The Why3 Verification Platform   /   The Why3 Development Team
-Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University
+Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University
 
 This software is distributed under the terms of the GNU Lesser
 General Public License version 2.1, with the special exception
 on linking described in file LICENSE.
+
diff --git a/headers/header_spec.txt b/headers/header_spec.txt
index 3d8a8dee6fe8ad061d711211ac873aec08040a76..77d65e786310853aecf3d25fbb866511d83f5bee 100644
--- a/headers/header_spec.txt
+++ b/headers/header_spec.txt
@@ -1430,6 +1430,10 @@ src/plugins/wp/ProofScript.ml: CEA_WP
 src/plugins/wp/ProofScript.mli: CEA_WP
 src/plugins/wp/ProverCoq.ml: CEA_WP
 src/plugins/wp/ProverCoq.mli: CEA_WP
+src/plugins/wp/ProverDetect.ml: CEA_WP
+src/plugins/wp/ProverDetect.mli: CEA_WP
+src/plugins/wp/ProverDetect.Why3.ml: CEA_WP
+src/plugins/wp/ProverDetect.None.ml: CEA_WP
 src/plugins/wp/ProverErgo.ml: CEA_WP
 src/plugins/wp/ProverErgo.mli: CEA_WP
 src/plugins/wp/ProverScript.ml: CEA_WP
@@ -1799,6 +1803,7 @@ src/plugins/wp/share/coqwp/Cfloat.v: CEA_WP
 src/plugins/wp/share/coqwp/Cint.v: CEA_WP
 src/plugins/wp/share/coqwp/Cmath.v: CEA_WP
 src/plugins/wp/share/coqwp/ExpLog.v: CEA_WP
+src/plugins/wp/share/coqwp/HighOrd.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/Memory.v: CEA_WP
 src/plugins/wp/share/coqwp/Qed.v: CEA_WP
 src/plugins/wp/share/coqwp/Qedlib.v: CEA_WP
@@ -1809,8 +1814,10 @@ src/plugins/wp/share/coqwp/Zbits.v: CEA_WP
 src/plugins/wp/share/coqwp/bool/Bool.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/int/Abs.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/int/ComputerDivision.v: UNMODIFIED_WHY3
+src/plugins/wp/share/coqwp/int/Exponentiation.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/int/Int.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/int/MinMax.v: UNMODIFIED_WHY3
+src/plugins/wp/share/coqwp/int/Power.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/map/Map.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/map/Const.v: UNMODIFIED_WHY3
 src/plugins/wp/share/coqwp/real/Abs.v: UNMODIFIED_WHY3
diff --git a/headers/open-source/MODIFIED_WHY3 b/headers/open-source/MODIFIED_WHY3
index a3af4fb4e569fc238f81f1b6981c08c659cd9c2d..8a26d2f1814d45492a65cf0ebf53fadd3d9addb6 100644
--- a/headers/open-source/MODIFIED_WHY3
+++ b/headers/open-source/MODIFIED_WHY3
@@ -1,6 +1,6 @@
 
 The Why3 Verification Platform   /   The Why3 Development Team
-Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University
+Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University
 
 This software is distributed under the terms of the GNU Lesser
 General Public License version 2.1, with the special exception
diff --git a/headers/open-source/UNMODIFIED_WHY3 b/headers/open-source/UNMODIFIED_WHY3
index 5d86a7e0f0035a76c9b9e0c5ce125608594ce15a..aa2704bc4d608128bdc9fe4d0a7fd00542aae960 100644
--- a/headers/open-source/UNMODIFIED_WHY3
+++ b/headers/open-source/UNMODIFIED_WHY3
@@ -1,7 +1,8 @@
 
 The Why3 Verification Platform   /   The Why3 Development Team
-Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University
+Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University
 
 This software is distributed under the terms of the GNU Lesser
 General Public License version 2.1, with the special exception
 on linking described in file LICENSE.
+
diff --git a/nix/default.nix b/nix/default.nix
index e3ffbf9a26f43d2f950bc1b408a5c66b401a0ca2..985c13130cb2263a113625feb1286134e033b715 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -150,7 +150,7 @@ rec {
         name = "frama-c-wp-qualif";
         buildInputs = mk_buildInputs { opamPackages = [
                     { name = "alt-ergo"; constraint = "=2.0.0"; }
-                    { name = "why3" ; constraint = "=0.88.3"; }
+                    { name = "why3" ; constraint = "=1.1.1"; }
                ]; };
         build_dir = main.build_dir;
         src = main.build_dir + "/dir.tar";
diff --git a/opam/opam b/opam/opam
index e5bb63baad4b18b0d5d933d912fe9ef13a7e7e64..16ea05f0d3eb81cba33aaff3e84e8d87cac22374 100644
--- a/opam/opam
+++ b/opam/opam
@@ -100,14 +100,14 @@ depends: [
 depopts: [
   "coq" { build }
   "why3" { build }
+  "why3-coq" { build }
   "mlgmpidl" { build }
   "apron" { build }
 ]
 
 conflicts: [
-  "why3-base" { < "0.88" } #for WP plug-in
-  "why3"      { >= "1.0.0" } #for WP plug-in
-  "coq"      { < "8.4.6" } #for WP plug-in
+  "why3-base" #for WP plug-in
+  "why3" { < "1.0.0" } #for WP plug-in
   "lablgtk" { < "2.18.2" } #for ocaml >= 4.02.1
   "frama-c-e-acsl" #avoid mixing old releases of E-ACSL, it is already
                    #distributed with this version of Frama-C
diff --git a/src/plugins/wp/.gitignore b/src/plugins/wp/.gitignore
index 64d57997994ffaf2997d64019fcdec171b845ef8..10f95c8dc3900f200f332cc9cc902c707c0e7b8d 100644
--- a/src/plugins/wp/.gitignore
+++ b/src/plugins/wp/.gitignore
@@ -3,12 +3,13 @@
 /.make-wp-why3
 
 /Wp.mli
+/gui/Wp.mli
 /.WP_API_GENERATED
 /driver.ml
 /rformat.ml
 /script.ml
 /why3_xml.ml
-/gui/Wp.mli
+/ProverDetect.ml
 
 /tests/ptests_config
 /tests/*/result
diff --git a/src/plugins/wp/Changelog b/src/plugins/wp/Changelog
index 7ccb3f4c493234e7eacdf4b8c7922ab3e22e3f23..60844cd373c47d043f1eec8643ecc8a6bb88df39 100644
--- a/src/plugins/wp/Changelog
+++ b/src/plugins/wp/Changelog
@@ -20,15 +20,15 @@
 #   <Prover>: prover
 ###############################################################################
 
--  Wp         [2019/28/01] Now -wp-dynamic is set by default (annotation @calls)
-
- -  Wp         [2019/01/28] New floating-point model
- - WP          [2019/02/05] Auto filter properties with name "no_wp:"
- - Wp          [2019/01/28] New floating-point model
+ - Wp          [2019/04/24] Support for Why3 1.* and Coq 8.{7-9}
+ - Wp          [2019/02/26] Support for @check ACSL annotations
  - WP          [2018/02/16] Filter out some variables from separation
  - TIP         [2018/02/15] Extend bitwise-eq auto-strategy on hypotheses
  - TIP         [2018/02/15] Fix wrong reconciliation of sub-scripts during replay
  - Wp          [2018/02/15] Better naming convention, consistent with report-classify
+ - WP          [2019/02/05] Auto filter properties with name "no_wp:"
+ - Wp          [2019/01/28] Now -wp-dynamic is set by default (annotation @calls)
+ - Wp          [2019/01/28] New floating-point model
  - Wp          [2018/01/18] Auto-Search mode, see -wp-auto
  - TIP         [2018/01/18] Auto-Search mode from the GUI
  - TIP         [2018/01/18] New Strategies for bitwise and congruence operations
@@ -38,21 +38,8 @@
  - TIP         [2017/04/25] New tactical Congruence (divisions and products)
  - Qed         [2017/10/30] Extends simplifications for lsl,lsr and div
  - Wp          [2017/10/27] Fix soundness bug when assigning non-valid ranges
- - Qed         [2017/10/27] New simplifications for validirt and ranges
+ - Qed         [2017/10/27] New simplifications for validity and ranges
  - TIP         [2017/10/27] New tacticals for validity and ranges
- - TIP         [2017/04/25] Options -wp-time-{extra|margin} for more stability
- -* Gui        [2017/04/25] Fixed bug when running prover from the TIP
- - Wp          [2017/04/25] Improved model and simplifications of logical shifts
- - Wp          [2017/04/25] New simplification logic functions (-wp-reduce)
- - Wp          [2017/04/25] New simplification of unused variables (-wp-parasite)
- - Wp          [2017/04/25] New simplification for ground terms (-wp-ground)
- - Wp          [2017/04/25] Option -wp-prenex to normalize nested binders
- - Wp          [2017/04/25] Option -wp-overflows to add explicit assumptions
- - TIP         [2017/04/25] New tactical Overflow (to cope with modulus)
- - TIP         [2017/04/25] New tactical Bitwised, BitRange and Shift
- - TIP         [2017/04/25] New tactical Rewrite (two apply equalities)
- - Wp          [2017/03/12] Reduction of equalities with logic functions
- - Wp          [2017/03/12] More simplifications wrt integer domains
 
 ######################
 Plugin WP 18.0 (Argon)
diff --git a/src/plugins/wp/GuiConfig.ml b/src/plugins/wp/GuiConfig.ml
index 3b3a7c4f43e4201cfa2543e4e12f47581fd2f4d8..51eb58da11637ed283a1dc370c84aafbeadfe1e2 100644
--- a/src/plugins/wp/GuiConfig.ml
+++ b/src/plugins/wp/GuiConfig.ml
@@ -20,35 +20,50 @@
 (*                                                                        *)
 (**************************************************************************)
 
-open ProverWhy3
+open VCS
 
 (* ------------------------------------------------------------------------ *)
 (* ---  Prover List in Configuration                                    --- *)
 (* ------------------------------------------------------------------------ *)
 
-class provers config =
+class available () =
   object(self)
-    inherit [dp list] Wutil.selector []
+    val mutable dps = []
+    method get = dps
+    method detect =
+      try dps <- ProverDetect.detect ()
+      with exn ->
+        Wp_parameters.error "Why3 detection error:@\n%s"
+          (Printexc.to_string exn)
+    initializer self#detect
+  end
+
+class enabled key =
+  object(self)
+    inherit [string list] Wutil.selector []
 
     method private load () =
       let open Gtk_helper.Configuration in
       let rec collect w = function
-        | ConfString s -> ProverWhy3.parse s :: w
+        | ConfString s -> s :: w
         | ConfList fs -> List.fold_left collect w fs
         | _ -> w in
       try
-        let data = Gtk_helper.Configuration.find config in
-        self#set (List.rev (collect [] data))
-      with Not_found -> ()
+        let data = Gtk_helper.Configuration.find key in
+        List.rev (collect [] data)
+      with Not_found -> []
 
     method private save () =
       let open Gtk_helper.Configuration in
-      Gtk_helper.Configuration.set config
-        (ConfList (List.map (fun dp -> ConfString dp.dp_prover) self#get))
+      Gtk_helper.Configuration.set key
+        (ConfList (List.map (fun s -> ConfString s) self#get))
 
     initializer
       begin
-        self#load () ;
+        let settings = self#load () in
+        let cmdline = Wp_parameters.Provers.get () in
+        let selection = List.sort_uniq String.compare (settings @ cmdline) in
+        self#set selection ;
         self#on_event self#save ;
       end
 
@@ -60,8 +75,8 @@ class provers config =
 
 class dp_chooser
     ~(main:Design.main_window_extension_points)
-    ~(available:provers)
-    ~(enabled:provers)
+    ~(available:available)
+    ~(enabled:enabled)
   =
   let dialog = new Wpane.dialog
     ~title:"Why3 Provers"
@@ -70,7 +85,7 @@ class dp_chooser
   let array = new Wpane.warray () in
   object(self)
 
-    val mutable provers = []
+    val mutable selected = []
 
     method private enable dp e =
       let rec hook dp e = function
@@ -78,14 +93,14 @@ class dp_chooser
         | head :: tail ->
             if fst head = dp then (dp,e) :: tail
             else head :: hook dp e tail
-      in provers <- hook dp e provers
+      in selected <- hook dp e selected
 
     method private lookup dp =
-      try List.assoc dp provers
+      try List.assoc dp selected
       with Not_found -> false
 
     method private entry dp =
-      let text = Printf.sprintf "%s (%s)" dp.dp_name dp.dp_version in
+      let text = Pretty_utils.to_string VCS.pretty dp in
       let sw = new Widget.switch () in
       let lb = new Widget.label ~align:`Left ~text () in
       sw#set (self#lookup dp) ;
@@ -101,24 +116,30 @@ class dp_chooser
 
     method private configure dps =
       begin
-        available#set dps ;
         array#set dps ;
-        provers <- List.map (fun dp -> dp , self#lookup dp) dps ;
         array#update () ;
       end
 
-    method private detect () = ProverWhy3.detect_provers self#configure
+    method private detect () =
+      begin
+        available#detect ;
+        self#configure available#get ;
+      end
 
-    method private select () =
-      let dps = List.fold_right
-          (fun (dp,e) dps -> if e then dp :: dps else dps)
-          provers []
-      in enabled#set dps
+    method private apply () =
+      let rec choose = function
+        | ({dp_shortcuts=key::_},true)::dps -> key :: choose dps
+        | _::dps -> choose dps
+        | [] -> []
+      in enabled#set (choose selected)
 
     method run () =
-      available#send self#configure () ;
-      List.iter (fun dp -> self#enable dp true) enabled#get ;
-      array#update () ;
+      let dps = available#get in
+      let sel = enabled#get in
+      selected <- List.map
+          (fun dp -> dp,List.exists (fun k -> List.mem k sel) dp.dp_shortcuts)
+          dps ;
+      self#configure dps ;
       dialog#run ()
 
     initializer
@@ -128,7 +149,7 @@ class dp_chooser
         dialog#button ~action:(`APPLY) ~label:"Apply" () ;
         array#set_entry self#entry ;
         dialog#add_block array#coerce ;
-        dialog#on_value `APPLY self#select ;
+        dialog#on_value `APPLY self#apply ;
       end
 
   end
@@ -138,86 +159,63 @@ class dp_chooser
 (* ------------------------------------------------------------------------ *)
 
 type mprover =
-  | NoProver
-  | AltErgo
-  | Coq
-  | Why3ide
-  | Why3 of dp
+  | NONE
+  | ERGO
+  | COQ
+  | WHY of VCS.dp
 
-class dp_button ~(available:provers) ~(enabled:provers) =
+class dp_button ~(available:available) =
   let render = function
-    | NoProver -> "None"
-    | AltErgo -> "Alt-Ergo (native)"
-    | Coq -> "Coq (native,ide)"
-    | Why3ide -> "Why3 (ide)"
-    | Why3 dp -> Printf.sprintf "Why3: %s (%s)" dp.dp_name dp.dp_version
+    | NONE -> "(none)"
+    | ERGO -> "Alt-Ergo (native)"
+    | COQ -> "Coq (native)"
+    | WHY { dp_shortcuts = keys } when List.mem "alt-ergo" keys ->
+        "Alt-Ergo (why3)"
+    | WHY dp -> Pretty_utils.to_string VCS.pretty dp in
+  let select = function
+    | ERGO -> "alt-ergo"
+    | COQ -> "coq"
+    | WHY { dp_shortcuts=[] } | NONE -> "none"
+    | WHY { dp_shortcuts=key::_ } -> "why3:"^key in
+  let rec import = function
+    | [] -> ERGO
+    | spec::others ->
+        match VCS.prover_of_name spec with
+        | None | Some (Why3ide|Qed) -> NONE
+        | Some (AltErgo|Tactical) -> ERGO
+        | Some Coq -> COQ
+        | Some (Why3 s) ->
+            try
+              let dps = available#get in
+              WHY (List.find (fun dp -> List.mem s dp.dp_shortcuts) dps)
+            with Not_found -> import others
   in
-  let items = [ NoProver ; AltErgo ; Coq ; Why3ide ] in
-  let button = new Widget.menu ~default:AltErgo ~render ~items () in
+  let items = [ NONE ; ERGO ; COQ ] in
+  let button = new Widget.menu ~default:ERGO ~render ~items () in
   object(self)
     method coerce = button#coerce
     method widget = (self :> Widget.t)
     method set_enabled = button#set_enabled
     method set_visible = button#set_visible
 
-    method private import =
-      match Wp_parameters.Provers.get () with
-      | [] -> ()
-      | spec :: _ ->
-          match VCS.prover_of_name spec with
-          | Some (VCS.Why3 p) ->
-              let dps = available#get in
-              let dp = ProverWhy3.find p dps in
-              if not (List.mem dp dps) then available#set (dps @ [dp]) ;
-              let en = dp :: enabled#get in
-              enabled#set
-                (List.filter (fun q -> List.mem q en) available#get)
-          | _ -> ()
-
-    method private set_provers dps =
-      button#set_items (items @ List.map (fun dp -> Why3 dp) dps)
-
-    method private get_selection = function
-      | NoProver -> "none"
-      | AltErgo -> "alt-ergo"
-      | Coq -> "coqide"
-      | Why3ide -> "why3ide"
-      | Why3 dp -> "why3:" ^ dp.dp_prover
-
-    method private set_selection = function
-      | [] -> ()
-      | spec :: _ ->
-          match VCS.prover_of_name spec with
-          | None | Some VCS.Qed | Some VCS.Tactical -> button#set NoProver
-          | Some VCS.AltErgo -> button#set AltErgo
-          | Some VCS.Coq -> button#set Coq
-          | Some VCS.Why3ide -> button#set Why3ide
-          | Some (VCS.Why3 spec) ->
-              let dp = ProverWhy3.find spec enabled#get in
-              button#set (Why3 dp)
-
-    val mutable last = []
-    val mutable init = true
+    val mutable dps = []
 
     method update () =
+      (* called in polling mode *)
       begin
-        if init then self#import ;
-        let current = Wp_parameters.Provers.get () in
-        if current <> last then
-          self#set_selection (Wp_parameters.Provers.get ()) ;
-        last <- current ;
-        if init then
+        let avl = available#get in
+        if avl != dps then
           begin
-            self#set_provers enabled#get ;
-            enabled#connect self#set_provers ;
-            init <- false ;
-          end
-      end
-
-    initializer
-      begin
-        button#connect
-          (fun mp -> Wp_parameters.Provers.set [self#get_selection mp]) ;
+            dps <- avl ;
+            let items = [NONE;ERGO] @ List.map (fun p -> WHY p) dps @ [COQ] in
+            button#set_items items
+          end ;
+        let cur = Wp_parameters.Provers.get () |> import in
+        if cur <> button#get then button#set cur ;
       end
 
+    initializer button#connect
+        (fun s -> Wp_parameters.Provers.set [select s])
   end
+
+(* ------------------------------------------------------------------------ *)
diff --git a/src/plugins/wp/GuiConfig.mli b/src/plugins/wp/GuiConfig.mli
index 4bbb3b11ad16d4626299896161542ac9f2b5c524..4022d25f93e8f180d6c4a343c6819f723a20c804 100644
--- a/src/plugins/wp/GuiConfig.mli
+++ b/src/plugins/wp/GuiConfig.mli
@@ -24,21 +24,25 @@
 (* ---  WP Provers Configuration Panel                                  --- *)
 (* ------------------------------------------------------------------------ *)
 
-open ProverWhy3
+open VCS
 
-class provers : string -> [dp list] Widget.selector
+class available : unit ->
+  object
+    method detect : unit
+    method get : dp list
+  end
+
+class enabled : string -> [string list] Widget.selector
 
 class dp_chooser :
   main:Design.main_window_extension_points ->
-  available:provers ->
-  enabled:provers ->
+  available:available ->
+  enabled:enabled ->
   object
     method run : unit -> unit (** Edit enabled provers *)
   end
 
-class dp_button :
-  available:provers ->
-  enabled:provers ->
+class dp_button : available:available ->
   object
     inherit Widget.widget
     method update : unit -> unit
diff --git a/src/plugins/wp/GuiGoal.ml b/src/plugins/wp/GuiGoal.ml
index eb3a8695830e41ff49a3fc8090ca11a6556844fe..49c0b752406ac8137738748ad26fc7d5993a32b4 100644
--- a/src/plugins/wp/GuiGoal.ml
+++ b/src/plugins/wp/GuiGoal.ml
@@ -73,7 +73,7 @@ class iformat =
 (* --- Goal Panel                                                         --- *)
 (* -------------------------------------------------------------------------- *)
 
-class pane (proverpane : GuiConfig.provers) =
+class pane (enabled : GuiConfig.enabled) =
   let icon = new Widget.image GuiProver.no_status in
   let status = new Widget.label () in
   let text = new Wtext.text () in
@@ -126,8 +126,8 @@ class pane (proverpane : GuiConfig.provers) =
         provers <-
           VCS.([ new GuiProver.prover ~console:text ~prover:AltErgo ] @
                List.map
-                 (fun dp -> new GuiProver.prover text (ProverWhy3.prover dp))
-                 proverpane#get) ;
+                 (fun dp -> new GuiProver.prover text (Why3 dp))
+                 enabled#get) ;
         List.iter (fun p -> palette#add_tool p#tool) provers ;
         palette#add_tool strategies#tool ;
         Strategy.iter strategies#register ;
@@ -137,11 +137,11 @@ class pane (proverpane : GuiConfig.provers) =
              tactics <- gtac :: tactics ;
              palette#add_tool gtac#tool) ;
         tactics <- List.rev tactics ;
-        self#register_provers proverpane#get ;
+        self#register_provers enabled#get ;
         printer#on_selection (fun () -> self#update) ;
         scripter#on_click self#goto ;
         scripter#on_backtrack self#backtrack ;
-        proverpane#connect self#register_provers ;
+        enabled#connect self#register_provers ;
         delete#connect (fun () -> self#interrupt ProofEngine.reset) ;
         cancel#connect (fun () -> self#interrupt ProofEngine.cancel) ;
         forward#connect (fun () -> self#forward) ;
@@ -292,7 +292,7 @@ class pane (proverpane : GuiConfig.provers) =
     method private register_provers dps =
       begin
         (* register missing provers *)
-        let prvs = List.map ProverWhy3.prover dps in
+        let prvs = List.map (fun p -> VCS.Why3 p) dps in
         (* set visible provers *)
         List.iter
           (fun prover ->
diff --git a/src/plugins/wp/GuiGoal.mli b/src/plugins/wp/GuiGoal.mli
index fd60b80fa866f48cc812eca08b1de154985a3bad..4e64a05983eb9346d8a1e3fa97c4bd7f5abaf7c8 100644
--- a/src/plugins/wp/GuiGoal.mli
+++ b/src/plugins/wp/GuiGoal.mli
@@ -24,7 +24,7 @@
 (* --- PO Details View                                                    --- *)
 (* -------------------------------------------------------------------------- *)
 
-class pane : GuiConfig.provers ->
+class pane : GuiConfig.enabled ->
   object
 
     method select : Wpo.t option -> unit
diff --git a/src/plugins/wp/GuiList.ml b/src/plugins/wp/GuiList.ml
index 9fa9f6a98f4fd53c58649ca20bdf3472eb0df248..19e5a4fdd7ed853316e83b42b7dcbdae2a301329 100644
--- a/src/plugins/wp/GuiList.ml
+++ b/src/plugins/wp/GuiList.ml
@@ -72,7 +72,7 @@ let render_prover_result p =
         end
     | { verdict=r } , _ -> icon_of_verdict r
 
-class pane (enabled:GuiConfig.provers) =
+class pane (enabled:GuiConfig.enabled) =
   let model = new model in
   let list = new Wtable.list ~headers:true ~rules:true model#coerce in
   object(self)
@@ -111,31 +111,26 @@ class pane (enabled:GuiConfig.provers) =
     method private create_prover p =
       begin
         let title = VCS.title_of_prover p in
-        let column = list#add_column_pixbuf ~title [] (render_prover_result p) in
-        if p <> VCS.Qed then provers <- (p,column) :: provers
+        let column = list#add_column_pixbuf ~title [] (render_prover_result p)
+        in if p <> VCS.Qed then provers <- (p,column) :: provers
       end
 
     method private configure dps =
-      let open ProverWhy3 in
       begin
-        let rec wanted p = function
-          | [] -> false
-          | dp :: dps -> dp.dp_prover = p || dp.dp_name = p || wanted p dps
-        in
         (* Removing Useless Columns *)
         List.iter
           (fun (vcs,column) ->
              match vcs with
-             | VCS.Why3 p when not (wanted p dps) ->
+             | VCS.Why3 p when not (List.mem p dps) ->
                  ignore (list#view#remove_column column)
              | _ -> ()
           ) provers ;
         (* Installing Missing Columns *)
         List.iter
           (fun dp ->
-             let p = VCS.Why3 dp.dp_prover in
-             match self#column_of_prover p with
-             | None -> self#create_prover p
+             let prv = VCS.Why3 dp in
+             match self#column_of_prover prv with
+             | None -> self#create_prover prv
              | Some _ -> ()
           ) dps ;
       end
diff --git a/src/plugins/wp/GuiList.mli b/src/plugins/wp/GuiList.mli
index 7b34f43d5db14f6cc3080193182ca80fbc2ea9e9..e3db77b28d1fae378c63ab34ba7e434fc22d8cfb 100644
--- a/src/plugins/wp/GuiList.mli
+++ b/src/plugins/wp/GuiList.mli
@@ -24,7 +24,7 @@
 (* --- PO List View                                                       --- *)
 (* -------------------------------------------------------------------------- *)
 
-class pane : GuiConfig.provers ->
+class pane : GuiConfig.enabled ->
   object
 
     method show : Wpo.t -> unit
diff --git a/src/plugins/wp/GuiNavigator.ml b/src/plugins/wp/GuiNavigator.ml
index 0b97d0de9e790f28775d5e04d2d93fd736323ddd..28bb37c4c63cf8326a3e6cb7f56a4a5ff89b67e0 100644
--- a/src/plugins/wp/GuiNavigator.ml
+++ b/src/plugins/wp/GuiNavigator.ml
@@ -406,9 +406,8 @@ let make (main : main_window_extension_points) =
     (* --- Provers                                                            --- *)
     (* -------------------------------------------------------------------------- *)
 
-    let available = new GuiConfig.provers "wp.available" in
-    let enabled = new GuiConfig.provers "wp.enabled" in
-    if Wp_parameters.Detect.get () then ProverWhy3.detect_provers available#set ;
+    let available = new GuiConfig.available () in
+    let enabled = new GuiConfig.enabled "wp.enabled" in
 
     let dp_chooser = new GuiConfig.dp_chooser ~main ~available ~enabled in
 
@@ -504,7 +503,6 @@ let make (main : main_window_extension_points) =
     main#register_source_selector popup#register ;
     GuiPanel.register ~main
       ~available_provers:available
-      ~enabled_provers:enabled
       ~configure_provers:dp_chooser#run ;
   end
 
diff --git a/src/plugins/wp/GuiPanel.ml b/src/plugins/wp/GuiPanel.ml
index d9ee8c78e5e31502ce01a27098e6d9e0c137a41c..8597f4fdf7a39e3c8282b0b790fc133efd729b25 100644
--- a/src/plugins/wp/GuiPanel.ml
+++ b/src/plugins/wp/GuiPanel.ml
@@ -192,8 +192,7 @@ let wp_update_script label () =
 
 let wp_panel
     ~(main:Design.main_window_extension_points)
-    ~(available_provers:GuiConfig.provers)
-    ~(enabled_provers:GuiConfig.provers)
+    ~(available_provers:GuiConfig.available)
     ~(configure_provers:unit -> unit)
   =
   let vbox = GPack.vbox () in
@@ -222,9 +221,7 @@ let wp_panel
     ~label:"Provers..." ~tooltip:"Detect WP Provers" () in
   prover_cfg#connect configure_provers ;
   form#add_label_widget prover_cfg#coerce ;
-  let prover_menu = new GuiConfig.dp_button
-    ~available:available_provers
-    ~enabled:enabled_provers in
+  let prover_menu = new GuiConfig.dp_button ~available:available_provers in
   form#add_field prover_menu#coerce ;
   Gtk_form.register demon prover_menu#update ;
   (* End Form *)
@@ -317,8 +314,8 @@ let wp_panel
     "WP" , vbox#coerce , Some (Gtk_form.refresh demon) ;
   end
 
-let register ~main ~available_provers ~enabled_provers ~configure_provers =
+let register ~main ~available_provers ~configure_provers =
   main#register_panel
-    (fun main -> wp_panel ~main ~available_provers ~enabled_provers ~configure_provers)
+    (fun main -> wp_panel ~main ~available_provers ~configure_provers)
 
 (* -------------------------------------------------------------------------- *)
diff --git a/src/plugins/wp/GuiPanel.mli b/src/plugins/wp/GuiPanel.mli
index b5fe2af514a1af179b7f13cfedf2d38d03606829..e68cf891b88ff137021604dbb01866566f651f0a 100644
--- a/src/plugins/wp/GuiPanel.mli
+++ b/src/plugins/wp/GuiPanel.mli
@@ -31,6 +31,5 @@ val run_and_prove :
 
 val register :
   main:Design.main_window_extension_points ->
-  available_provers:GuiConfig.provers ->
-  enabled_provers:GuiConfig.provers ->
+  available_provers:GuiConfig.available ->
   configure_provers:(unit -> unit) -> unit
diff --git a/src/plugins/wp/Makefile.in b/src/plugins/wp/Makefile.in
index 2a924fd195d13dade963059d5cacda597be774d4..e746e10b60001afe004937150442acd0eefd39ba 100644
--- a/src/plugins/wp/Makefile.in
+++ b/src/plugins/wp/Makefile.in
@@ -34,8 +34,10 @@ ifneq ("$(FRAMAC_INTERNAL)","yes")
 include $(FRAMAC_SHARE)/Makefile.config
 endif
 
-# Coq Resources Installation
+# Why3 API Available
+WHY3API=@WHY3API@
 
+# Coq Resources Installation
 include $(PLUGIN_DIR)/share/Makefile.resources
 
 # Extension of the GUI for wp is compilable
@@ -87,7 +89,8 @@ PLUGIN_CMO:= \
 	TacCongruence TacOverflow Auto \
 	ProofSession ProofScript ProofEngine \
 	why3_xml \
-	ProverTask ProverErgo ProverCoq ProverWhy3 ProverWhy3ide \
+	ProverTask ProverErgo ProverCoq \
+	ProverDetect ProverWhy3 ProverWhy3ide \
 	driver prover ProverSearch ProverScript \
 	Generator Factory \
 	calculus cfgDump cfgWP \
@@ -100,7 +103,13 @@ PLUGIN_GENERATED:= \
    $(PLUGIN_DIR)/rformat.ml \
    $(PLUGIN_DIR)/driver.ml \
    $(PLUGIN_DIR)/why3_xml.ml \
+   $(PLUGIN_DIR)/ProverDetect.ml \
    $(PLUGIN_DIR)/Wp.mli
+
+ifeq ($(WHY3API),yes)
+PLUGIN_REQUIRES:= why3
+endif
+
 PLUGIN_DEPENDENCIES:= rtegen qed
 PLUGIN_UNDOC+=
 PLUGIN_INTRO:=$(PLUGIN_DIR)/intro_wp.txt
@@ -108,6 +117,8 @@ PLUGIN_DISTRIBUTED:=$(PLUGIN_ENABLE)
 PLUGIN_DISTRIB_EXTERNAL:= \
 	Changelog \
 	Makefile.in \
+	ProverDetect.Why3.ml \
+	ProverDetect.None.ml \
         MakeAPI \
 	configure.ac \
 	configure \
@@ -281,6 +292,23 @@ wp-coq-uninstall:
 	@rm -f $(FRAMAC_DATADIR)/wp/coqwp/*.vo
 	@rm -f $(FRAMAC_DATADIR)/wp/coqwp/*/*.vo
 
+# --------------------------------------------------------------------------
+# --- Provers Detection
+# --------------------------------------------------------------------------
+
+$(Wp_DIR)/ProverDetect.ml: config.status $(Wp_DIR)/Makefile.in
+
+ifeq ($(WHY3API),yes)
+$(Wp_DIR)/ProverDetect.ml: $(Wp_DIR)/ProverDetect.Why3.ml
+	$(PRINT_MAKING) "$@ (why3)"
+	@cp -f $< $@
+	$(CHMOD_RO) $@
+else
+$(Wp_DIR)/ProverDetect.ml: $(Wp_DIR)/ProverDetect.None.ml
+	$(PRINT_MAKING) "$@ (none)"
+	@cp -f $< $@
+	$(CHMOD_RO) $@
+endif
 
 # --------------------------------------------------------------------------
 # --- Why3 configuration
@@ -303,7 +331,6 @@ $(Wp_DIR)/share/why3/why3.conf:
 	@printf "option=\"--eval \\\\\"(setq coq-load-path (cons '(\\\\\\\\\\\\\"$(FRAMAC_DATADIR)/wp/why3\\\\\\\\\\\\\" \\\\\\\\\\\\\"\\\\\\\\\\\\\") coq-load-path))\\\\\"\"\n"  >> $@
 	@chmod u-w $@
 
-
 # --------------------------------------------------------------------------
 # --- Installation                                                       ---
 # --------------------------------------------------------------------------
diff --git a/src/plugins/wp/share/src/alt_ergo_why3_stdlib.drv b/src/plugins/wp/ProverDetect.None.ml
similarity index 66%
rename from src/plugins/wp/share/src/alt_ergo_why3_stdlib.drv
rename to src/plugins/wp/ProverDetect.None.ml
index c913ef7afd438b8c45c5d8c3fdb321452a272de9..6520404f80cffa63f1369272afe8c01db77ed79b 100644
--- a/src/plugins/wp/share/src/alt_ergo_why3_stdlib.drv
+++ b/src/plugins/wp/ProverDetect.None.ml
@@ -20,48 +20,12 @@
 (*                                                                        *)
 (**************************************************************************)
 
-theory int.Int
-  remove prop CompatOrderMult
-end
+# 23 "src/plugins/wp/ProverDetect.None.ml"
 
-theory int.Abs
-  meta "rename_logic" function abs, "abs_int"
-end
+(* -------------------------------------------------------------------------- *)
+(* --- Prover Detection (no why3)                                         --- *)
+(* -------------------------------------------------------------------------- *)
 
-theory int.MinMax
-  meta "rename_logic" function min, "min_int"
-  meta "rename_logic" function max, "max_int"
-end
+let detect () : VCS.dp list = []
 
-theory int.ComputerDivision
-  remove prop Div_mod
-  remove prop Mod_bound
-  remove prop Div_sign_pos
-  remove prop Div_sign_neg
-  remove prop Mod_sign_pos
-  remove prop Mod_sign_neg
-  remove prop Rounds_toward_zero
-end
-
-theory real.Real
-  remove prop CompatOrderMult
-end
-
-theory real.Abs
-  meta "rename_logic" function abs, "abs_real"
-end
-
-theory real.MinMax
-  meta "rename_logic" function min, "min_real"
-  meta "rename_logic" function max, "max_real"
-end
-
-theory map.Const
-
-end
-
-
-theory qed.Qed
-   syntax function pdiv "(%1 / %2)"
-   syntax function pmod "(%1 % %2)"
-end
+(**************************************************************************)
diff --git a/src/plugins/wp/share/src/cmath.why b/src/plugins/wp/ProverDetect.Why3.ml
similarity index 64%
rename from src/plugins/wp/share/src/cmath.why
rename to src/plugins/wp/ProverDetect.Why3.ml
index f5650834c9039ea7ab0207ef5f7b9c75f4f5e764..c2b6d1ac56437c762426fc791fd695c535a1da6f 100644
--- a/src/plugins/wp/share/src/cmath.why
+++ b/src/plugins/wp/ProverDetect.Why3.ml
@@ -20,54 +20,35 @@
 (*                                                                        *)
 (**************************************************************************)
 
+# 23 "src/plugins/wp/ProverDetect.Why3.ml"
+
 (* -------------------------------------------------------------------------- *)
-(* --- Mathematics for Why-3                                              --- *)
+(* --- Why3 Prover Detection                                              --- *)
 (* -------------------------------------------------------------------------- *)
 
-theory Cmath
-  use import int.Int
-  use import int.Abs
-  use import real.RealInfix
-
-  axiom abs_def :
-    forall x:int [abs(x)].
-    if x >= 0 then abs(x)=x else abs(x)=(-x)
-
-end
-
-theory Square
-
-  use import real.RealInfix
-  use import real.Square
-
-  axiom sqrt_lin1 : forall x:real [sqrt(x)]. 1. <. x -> sqrt(x) <. x
-  axiom sqrt_lin0 : forall x:real [sqrt(x)]. 0. <. x <. 1. -> x <. sqrt(x)
-  axiom sqrt_0 : sqrt(0.) = 0.
-  axiom sqrt_1 : sqrt(1.) = 1.
-
-end
-
-theory ExpLog
-
-  use import real.RealInfix
-  use import real.ExpLog
-
-  axiom exp_pos : forall x:real. exp x >. 0.
-
-end
-
-
-theory ArcTrigo
-
-  use import real.RealInfix
-  use import real.Trigonometry as Trigo
-
-  function atan (x : real) : real = Trigo.atan x
-  function asin real : real
-  function acos real : real
-
-  axiom Sin_asin: forall x:real. -. 1.0 <=. x <=. 1.0 -> sin (asin x) = x
-  axiom Cos_acos: forall x:real. -. 1.0 <=. x <=. 1.0 -> cos (acos x) = x
-
-end
+open Why3
+open Wstdlib
+open Whyconf
+
+let detect () =
+  let config = Whyconf.read_config None in
+  let provers = Whyconf.get_prover_shortcuts config in
+  let index = ref Mprover.empty in
+  Mstr.iter
+    (fun key dp ->
+       let keys = Mprover.find_def [] dp !index in
+       index := Mprover.add dp (key::keys) !index)
+    provers ;
+  let dps =
+    Mprover.fold
+      (fun dp keys dps ->
+         VCS.{
+           dp_name = dp.prover_name ;
+           dp_version = dp.prover_version ;
+           dp_altern = dp.prover_altern ;
+           dp_shortcuts = List.rev keys ;
+         } :: dps
+      ) !index []
+  in List.rev dps
 
+(**************************************************************************)
diff --git a/src/plugins/wp/share/src/BuiltIn/bool.mlw b/src/plugins/wp/ProverDetect.mli
similarity index 84%
rename from src/plugins/wp/share/src/BuiltIn/bool.mlw
rename to src/plugins/wp/ProverDetect.mli
index bc353e7c972a7510ab01195264c01812eb51017d..7a2cba28ff0c67c9c73f8de26677266489441c21 100644
--- a/src/plugins/wp/share/src/BuiltIn/bool.mlw
+++ b/src/plugins/wp/ProverDetect.mli
@@ -20,11 +20,10 @@
 (*                                                                        *)
 (**************************************************************************)
 
-logic match_bool : bool, 'a, 'a -> 'a
+(* -------------------------------------------------------------------------- *)
+(** Why3 Prover Detection *)
+(* -------------------------------------------------------------------------- *)
 
-axiom match_bool_True :
-  (forall z:'a. forall z1:'a. (match_bool(true, z, z1) = z))
-
-axiom match_bool_False :
-  (forall z:'a. forall z1:'a. (match_bool(false, z, z1) = z1))
+val detect : unit -> VCS.dp list
 
+(**************************************************************************)
diff --git a/src/plugins/wp/ProverWhy3.ml b/src/plugins/wp/ProverWhy3.ml
index 56cbd3f35d0ef00ad13a1781a3a94ceee09e6b34..38e73ded32b279bd105fbbd4848bc61e7ea326b5 100644
--- a/src/plugins/wp/ProverWhy3.ml
+++ b/src/plugins/wp/ProverWhy3.ml
@@ -133,21 +133,21 @@ class visitor fmt c =
     method add_import ?was thy =
       self#lines ;
       match was with
-      | None     -> Format.fprintf fmt "use import %s@\n" thy
-      | Some was -> Format.fprintf fmt "use import %s as %s@\n" thy was
+      | None     -> Format.fprintf fmt "use %s@\n" thy
+      | Some was -> Format.fprintf fmt "use %s as %s@\n" thy was
 
     method add_import2 file thy =
       self#lines ;
-      Format.fprintf fmt "use import %s.%s@\n" file thy
+      Format.fprintf fmt "use %s.%s@\n" file thy
 
     method add_import3 file thy name =
       self#lines ;
-      Format.fprintf fmt "use import %s.%s as %s@\n" file thy name
+      Format.fprintf fmt "use %s.%s as %s@\n" file thy name
 
     method on_cluster c =
       self#lines ;
       let name = (cluster_id c) in
-      Format.fprintf fmt "use import %s.%s@\n"
+      Format.fprintf fmt "use %s.%s@\n"
         name (Transitioning.String.capitalize_ascii name) ;
       deps <- (D_cluster c) :: deps
 
@@ -348,7 +348,7 @@ let assemble_goal ~id ~title ~theory ?axioms prop fmt =
     engine#set_goal true ;
     engine#global
       begin fun () ->
-        v#printf "@[<hv 2>goal %s \"expl:%s\":@ %a@]@\n@\n"
+        v#printf "@[<hv 2>goal %s[@expl:%s]:@ %a@]@\n@\n"
           why3_goal_name
           title
           engine#pp_prop (F.e_prop prop) ;
@@ -469,11 +469,11 @@ let assemble_goal wpo =
 
 open ProverTask
 
-let p_goal = p_until_space ^ " " ^ p_until_space ^ " " ^ p_until_space ^ " : "
+let p_goal = ".* [a-zA-Z0-9_]+: "
 let p_valid = p_goal ^ "Valid (" ^ p_float ^ "s\\(,[^)]*\\)?)"
 let p_limit = p_goal ^ "Timeout"
 let p_error = "File " ^ p_string ^ ", line " ^ p_int ^ ", characters "
-              ^ p_int ^ "-" ^ p_int ^ ":\n\\(warning:\\)?"
+              ^ p_int ^ "-" ^ p_int ^ ":\nsyntax error"
 
 let re_valid = Str.regexp p_valid
 let re_limit = Str.regexp p_limit
@@ -515,17 +515,13 @@ class why3 ~timeout ~prover ~pid ~file ~includes ~logout ~logerr =
     method private time t = time <- t
 
     method private error (a : pattern) =
-      try
-        let _warning = a#get_string 5 in
-        ()
-      with Not_found ->
-        let lpos = ProverTask.location (a#get_string 1) (a#get_int 2) in
-        error <- Error_Generated ( lpos , a#get_after ~offset:1 4 )
+      let lpos = ProverTask.location (a#get_string 1) (a#get_int 2) in
+      error <- Error_Generated ( lpos , "why3 " ^ a#get_after ~offset:1 4 )
 
     method private valid (a : pattern) =
       begin
         valid <- true ;
-        time <- a#get_float 4 ;
+        time <- a#get_float 1 ;
       end
 
     method private limit (_a : pattern) =
@@ -541,10 +537,10 @@ class why3 ~timeout ~prover ~pid ~file ~includes ~logout ~logerr =
         match error with
         | Error_Generated(pos,message) ->
             let source = Cil_datatype.Position.of_lexing_pos pos in
-            Wp_parameters.error ~source "Why3 error:@\n%s" message ;
+            Wp_parameters.error ~source "%s" message ;
             VCS.failed ~pos message
         | Error_No ->
-            if r = 0 then
+            if r = 0 || r = 1 then
               let verdict =
                 if valid then VCS.Valid else
                 if limit then VCS.Timeout else
@@ -616,74 +612,4 @@ let prove_prop ~timeout ~prover ~wpo =
 let prove ?timeout ~prover wpo =
   Task.todo (fun () -> prove_prop ~timeout ~wpo ~prover)
 
-(* -------------------------------------------------------------------------- *)
-(* --- Why3-Config                                                        --- *)
-(* -------------------------------------------------------------------------- *)
-
-type dp = {
-  dp_name : string ;
-  dp_version : string ;
-  dp_prover : string ;
-}
-
-let prover dp = Why3 dp.dp_prover
-
-let find name dps =
-  try List.find (fun d -> d.dp_prover = name) dps
-  with Not_found ->
-    let name = Transitioning.String.lowercase_ascii name in
-    try
-      List.find
-        (fun d -> Transitioning.String.lowercase_ascii d.dp_name = name) dps
-    with Not_found ->
-      { dp_prover = name ; dp_name = name ; dp_version = "default" }
-
-let parse spec =
-  try
-    let k = String.index spec ':' in
-    let dp_name = String.sub spec 0 k in
-    let dp_version = String.sub spec (succ k) (String.length spec - k - 1)
-                     |> String.map (fun c -> if c =':' then ' ' else c) in
-    { dp_prover = spec ; dp_name ; dp_version }
-  with Not_found ->
-    { dp_prover = spec ; dp_name = spec ; dp_version = "default" }
-
-let pe_prover = Str.regexp "\\([^ ]+\\) (\\([^)]+\\))"
-
-class why3detect job =
-  object(why)
-
-    inherit ProverTask.command "why3"
-
-    val mutable dps = []
-
-    method result st =
-      job (if st = 0 then Some (List.rev dps) else None)
-
-    method prover p =
-      begin
-        let dp_name = p#get_string 1 in
-        let dp_version = p#get_string 2 in
-        Wp_parameters.debug ~level:1
-          "Prover %S, version %s detected." dp_name dp_version ;
-        let dp_prover = Printf.sprintf "%s:%s" dp_name dp_version
-                        |> String.map
-                          (fun c -> if c = ' ' || c = ',' then ':' else c) in
-        dps <- { dp_name ; dp_version ; dp_prover } :: dps
-      end
-
-    method detect : unit task =
-      begin
-        why#add [ "--list-provers" ] ;
-        why#validate_pattern ~repeat:true ~logs:`OUT pe_prover why#prover ;
-        why#run ~echo:true () >>= Task.call why#result
-      end
-
-  end
-
-let detect_why3 job =
-  let task = (new why3detect job)#detect in
-  Task.run (Task.thread task)
-
-let detect_provers job =
-  detect_why3 (function None -> job [] | Some dps -> job dps)
+(* ------------------------------------------------------------------------- *)
diff --git a/src/plugins/wp/ProverWhy3.mli b/src/plugins/wp/ProverWhy3.mli
index bab64eec2e2a1e150f9c44b5e766031f49c3408f..d6a9f5bc755d3a2fe72de42fb78b86f2f6c864ae 100644
--- a/src/plugins/wp/ProverWhy3.mli
+++ b/src/plugins/wp/ProverWhy3.mli
@@ -39,22 +39,7 @@ val assemble_goal: Wpo.t -> (string list (* includes *) * goal) option
 
 val prove : ?timeout:int -> prover:string -> Wpo.t -> result task
 (** The string must be a valid why3 prover identifier
-    Return NoResult if it is already proved by Qed
-*)
-
-type dp = {
-  dp_name : string ;
-  dp_version : string ;
-  dp_prover : string ;
-}
-
-val prover : dp -> prover
-
-val detect_why3 : (dp list option -> unit) -> unit
-val detect_provers : (dp list -> unit) -> unit
-
-val find : string -> dp list -> dp
-val parse : string -> dp
+    Return NoResult if it is already proved by Qed *)
 
 (* -------------------------------------------------------------------------- *)
 (* --- Why3 Multi-Theorem Prover                                          --- *)
@@ -66,3 +51,5 @@ sig
   val compare : t -> t -> int
   val pretty : Format.formatter -> t -> unit
 end
+
+(* -------------------------------------------------------------------------- *)
diff --git a/src/plugins/wp/VCS.ml b/src/plugins/wp/VCS.ml
index a06e4d093ddddfbe589c8c1c73955f0f2611cf8f..55503473e6756ac20edb0b964c66418b6cb230f0 100644
--- a/src/plugins/wp/VCS.ml
+++ b/src/plugins/wp/VCS.ml
@@ -71,8 +71,11 @@ let name_of_prover = function
   | Tactical -> "script"
 
 let title_of_prover = function
-  | Why3ide -> "Why3"
-  | Why3 s -> s
+  | Why3 "cvc4" -> "CVC4"
+  | Why3 "z3" -> "Z3"
+  | Why3 ("alt-ergo" | "altergo") -> "Alt-Ergo (why3)"
+  | Why3 s -> Printf.sprintf "Why3 (%s)" s
+  | Why3ide -> "Why3 (ide)"
   | AltErgo -> "Alt-Ergo"
   | Coq -> "Coq"
   | Qed -> "Qed"
@@ -105,13 +108,6 @@ let filename_for_prover = function
   | Qed -> "Qed"
   | Tactical -> "Tactical"
 
-let language_of_name = function
-  | "" | "none" -> None
-  | "alt-ergo" | "altgr-ergo" -> Some L_altergo
-  | "coq" | "coqide"-> Some L_coq
-  | "why" -> Some L_why3
-  | s -> Wp_parameters.abort "Language '%s' unknown" s
-
 let language_of_prover = function
   | Why3 _ -> L_why3
   | Why3ide -> L_why3
@@ -176,6 +172,37 @@ module P = struct type t = prover let compare = cmp_prover end
 module Pset = Set.Make(P)
 module Pmap = Map.Make(P)
 
+(* -------------------------------------------------------------------------- *)
+(* --- Why3 Provers                                                       --- *)
+(* -------------------------------------------------------------------------- *)
+
+type dp = {
+  dp_name : string ;
+  dp_version : string ;
+  dp_altern : string ;
+  dp_shortcuts : string list ;
+}
+
+let pp_altern fmt a = if a<>"" then Format.fprintf fmt " (%s)" a
+
+let pp_shortcut fmt = function
+  | ("alt-ergo" | "coq" | "tip" | "script") as p ->
+      Format.fprintf fmt "why3:%s" p
+  | p -> Format.pp_print_string fmt p
+
+let pp_shortcuts =
+  Pretty_utils.pp_list ~pre:"[" ~sep:"," ~suf:"]" ~empty:"(disabled)"
+    pp_shortcut
+
+let pretty fmt dp =
+  Format.fprintf fmt "%s %s%a"
+    dp.dp_name dp.dp_version
+    pp_altern dp.dp_altern
+
+let prover_of_dp = function
+  | { dp_shortcuts = key::_ } -> Why3 key
+  | _ -> Why3 "none"
+
 (* -------------------------------------------------------------------------- *)
 (* --- Config                                                             --- *)
 (* -------------------------------------------------------------------------- *)
diff --git a/src/plugins/wp/VCS.mli b/src/plugins/wp/VCS.mli
index 7bdf8aa1df538e993d74501a54e8cef622c8f5e3..7d9eb27c8d224079b9b15ff9d151f0b8fce7b1fd 100644
--- a/src/plugins/wp/VCS.mli
+++ b/src/plugins/wp/VCS.mli
@@ -44,15 +44,10 @@ type language =
   | L_coq
   | L_altergo
 
-(* -------------------------------------------------------------------------- *)
-(* --- Prover Names                                                       --- *)
-(* -------------------------------------------------------------------------- *)
-
 module Pset : Set.S with type elt = prover
 module Pmap : Map.S with type key = prover
 
 val language_of_prover : prover -> language
-val language_of_name : string -> language option
 val name_of_prover : prover -> string
 val title_of_prover : prover -> string
 val filename_for_prover : prover -> string
@@ -67,9 +62,29 @@ val pp_mode : Format.formatter -> mode -> unit
 
 val cmp_prover : prover -> prover -> int
 
+(* -------------------------------------------------------------------------- *)
+(** {2 Why3 Provers} *)
+(* -------------------------------------------------------------------------- *)
+
+type dp = {
+  dp_name : string ;
+  dp_version : string ;
+  dp_altern : string ;
+  dp_shortcuts : string list ;
+}
+
+val prover_of_dp : dp -> prover
+
+(** Without shortcuts *)
+val pretty : Format.formatter -> dp -> unit
+val pp_shortcut : Format.formatter -> string -> unit
+val pp_shortcuts : Format.formatter -> string list -> unit
+
+(* -------------------------------------------------------------------------- *)
 (** {2 Config}
     [None] means current WP option default.
     [Some 0] means prover default. *)
+(* -------------------------------------------------------------------------- *)
 
 type config = {
   valid : bool ;
diff --git a/src/plugins/wp/configure.ac b/src/plugins/wp/configure.ac
index 34e1e4f5c31bd0867370339e34434154a520a7ae..706451a1ab2c3d712a0c0f8d3e8f5a3b8e8b00da 100644
--- a/src/plugins/wp/configure.ac
+++ b/src/plugins/wp/configure.ac
@@ -64,16 +64,16 @@ if test "$ENABLE_WP" != "no"; then
     if test "$COQC" = "yes" ; then
       COQVERSION=`coqc -v | sed -n -e 's|.*version* *\([[^ ]]*\) .*$|\1|p' `
       case $COQVERSION in
-        8.5*|8.6*|8.7*|trunk)
+        8.7*|8.8*|8.9*|trunk)
           AC_MSG_RESULT(coqc version $COQVERSION found)
           ;;
-        *) 
+        *)
           AC_MSG_RESULT(unsupported coqc version $COQVERSION)
           COQC="no"
           ;;
       esac
     else
-      AC_MSG_NOTICE(rerun configure to make wp using coq 8.5+)
+      AC_MSG_NOTICE(rerun configure to make wp using coq 8.7.2 or higher)
     fi
   else
     COQC="no"
@@ -86,7 +86,7 @@ if test "$ENABLE_WP" != "no"; then
     if test "$WHY3COQC" = "yes" ; then
       WHY3VERSION=`why3 --version | sed -n -e 's|.*version *\([[^ ]]*\)$|\1|p' `
       case $WHY3VERSION in
-        0.88*)
+        1.*)
           AC_MSG_RESULT(why3 version $WHY3VERSION found)
 	  WHY3LIB=`why3 --print-libdir`
 	  if test -f $WHY3LIB/coq/BuiltIn.vo ; then
@@ -102,13 +102,27 @@ if test "$ENABLE_WP" != "no"; then
           ;;
       esac
     else
-      AC_MSG_NOTICE(rerun configure to make wp using why3 0.88)
+      AC_MSG_NOTICE(rerun configure to make wp using why3 (1.0.0+))
     fi
   else
     WHY3COQC="no"
   fi
   AC_SUBST(WHY3COQC)
 
+  ## Configuring for WHY3-API
+  WHY3API_VERSION=$($OCAMLFIND query why3 -format %v)
+  case $WHY3API_VERSION in
+    1.*)
+        AC_MSG_RESULT(why3 api $WHY3API_VERSION found)
+        WHY3API="yes"
+        ;;
+    *)
+        AC_MSG_RESULT(why3 api not found (no why3 prover detection))
+        WHY3API="no"
+        ;;
+  esac
+  AC_SUBST(WHY3API)
+
 fi
 
 write_plugin_config(Makefile)
diff --git a/src/plugins/wp/doc/manual/wp_plugin.tex b/src/plugins/wp/doc/manual/wp_plugin.tex
index 478983a60bd6a1333dc9277ff6a8aba7587e828a..f1970bf98877f1dcc5e6182448ce166f374bc115 100644
--- a/src/plugins/wp/doc/manual/wp_plugin.tex
+++ b/src/plugins/wp/doc/manual/wp_plugin.tex
@@ -1,7 +1,7 @@
 \chapter{Using the WP Plug-in}
 \label{wp-plugin}
 
-The \textsf{WP} plug-in can be used from the \textsf{Frama-C} command line 
+The \textsf{WP} plug-in can be used from the \textsf{Frama-C} command line
 or within its graphical user interface. It is a
 dynamically loaded plug-in, distributed with the kernel since the
 \textsf{Carbon} release of \textsf{Frama-C}.
@@ -29,21 +29,27 @@ plug-in with the load and save commands of \textsf{Frama-C} and/or the
 %-----------------------------------------------------------------------------
 
 The \textsf{WP} plug-in requires external provers to work.
-The natively supported provers are:
+The recommended versions for external provers are:
 \begin{center}
   \begin{tabular}{crlc}
-    Prover & Version & Download &\\
+    Prover & Versions & Download &\\
     \hline
-    \textsf{Alt-Ergo} & \verb|0.99.1| to \verb|2.0.0| & 
+    \textsf{Alt-Ergo} & \verb|2.0.0|  &
     \url{http://alt-ergo.ocamlpro.com} & \cite{AltErgo2006}\\
-    \textsf{Coq} & \verb|8.5|, \verb|8.6| or \verb|8.7| & 
+    \textsf{Coq} & \verb|8.9.0| &
     \url{http://coq.inria.fr} & \cite{Coq84}\\
-    \textsf{Why3} & \verb|0.88+| & 
+    \textsf{Why3} & \verb|1.2.0| &
     \url{http://why3.lri.fr} & \cite{Why3}\\
   \end{tabular}
 \end{center}
 
 Recent \textsf{OPAM}-provided versions should work smoothly.
+Other versions might be supported as well, typically, as far as we know:
+\begin{itemize}
+\item \textsf{Alt-Ergo} \verb+2.2.0+ and \verb+2.3.0+, although distributed under a non-commercial licence.
+\item \textsf{Coq} \verb+8.7.2+ and \verb+8.8.2+, although proof scripts compatibility can be an issue.
+\item \textsf{Why3} \verb+1.0.0+ and \verb+1.1.1+, although only \verb+1.2.0+ is provided with Coq support.
+\end{itemize}
 
 Other provers, like \textsf{Gappa}, \textsf{Z3}, \textsf{CVC3},
 \textsf{CVC4}, \textsf{PVS}, and many others, are accessible from
@@ -55,7 +61,7 @@ of \textsf{Frama-C/WP}. However, when using \textsf{Coq} and
 \textsf{Why-3}, it is better to install them before, or to
 re-configure and re-install \textsf{WP}, as explained below.
 
-\paragraph{Configuration.} When using \textsf{Coq} and \textsf{Why-3}, pre-compiled 
+\paragraph{Configuration.} When using \textsf{Coq} and \textsf{Why-3}, pre-compiled
 libraries are built during the compilation of \textsf{Frama-C}, which
 speed up the proof process in a significant way. This behavior can be
 turned on/off at configure time, typically:
@@ -63,14 +69,14 @@ turned on/off at configure time, typically:
 # configure --disable-wp-coq --disable-wp-why3
 \end{logs}
 
-\paragraph{Compilation.} If you want to compile the \textsf{Coq} and \textsf{Why-3} 
-libraries manually, you can still run:
+\paragraph{Compilation.} If you want to compile the \textsf{Coq} and \textsf{Why-3}
+libraries manually, you can still run the following commands:
 \begin{logs}
 # make wp-coq wp-why3
 # [sudo] make wp-coq-install
 \end{logs}
 
-\paragraph{Remark.} The \textsf{Why}~\cite{Filliatre2003} prover is no longer supported 
+\paragraph{Remark.} The \textsf{Why}~\cite{Filliatre2003} prover is no longer supported
 since \textsf{WP} version \verb+0.7+ (Fluorine).
 
 \clearpage
@@ -128,7 +134,7 @@ for more details. In the graphical user interface, there are also
 specific panels that display more details related to the \textsf{WP} plug-in,
 that we shortly describe below.
 
-\paragraph{Source Panel.} On the center of the \textsf{Frama-C} window, the status 
+\paragraph{Source Panel.} On the center of the \textsf{Frama-C} window, the status
 of each code annotation is reported in the left margin. The meaning of
 icons is the same for all plug-ins in \textsf{Frama-C} and more precisely described
 in the general user's manual of the platform. The status emitted by the \textsf{WP} plug-in are:
@@ -155,7 +161,7 @@ as proof-script editing for \textsf{Coq}.
 \paragraph{Interactive Proof Editor.}
 From the Goals Panel view, you can double-click on a row and open the \emph{interactive proof editor} panel as described in section~\ref{wp-proof-editor}.
 
-\paragraph{Properties Panel.} This panel summarizes the consolidated 
+\paragraph{Properties Panel.} This panel summarizes the consolidated
 status of properties, from various plug-ins. This panel is not
 automatically refreshed. You should press the \texttt{Refresh} button
 to update it. This panel is described in more details in the general
@@ -220,7 +226,7 @@ With memory model unmangled, the encoding in logic formulae is revealed and no l
 
 \subsection{Tactics}
 
-The right panel display a palette of tactics to be applied on the current goal. Tooltips are provided to help the user understanding how to configure and run tactics. 
+The right panel display a palette of tactics to be applied on the current goal. Tooltips are provided to help the user understanding how to configure and run tactics.
 
 Only applicable tactics are displayed, with respect to current term or clause selected. Many tactics can be configured by the user to tune their effect. Click on the tactic button to toggle its control panel. Once a tactic is correctly configured, it can be applied by clicking its « Play » button.
 
@@ -300,7 +306,7 @@ Any number of phase a. and b. can be executed and interleaved. This incrementall
 
 c. Consolidating the Bench.
 \begin{logs}
-  frama-c [...] -wp-prover script,alt-ergo    
+  frama-c [...] -wp-prover script,alt-ergo
 \end{logs}
 
 This mode replays the automated proofs and the interactive ones, re-running Alt-Ergo on every WP goals and every proof tactic sub-goals. The user scripts are never modified — this is a replay mode only.
@@ -448,12 +454,12 @@ the equality is decomposed into $N$ bit-tests equalities:
 \[\TACTIC{\Delta\models G}{%
 \begin{array}[t]{rcl}
 \Delta\phantom{)} &\models & 0 \leq a,b < 2^N \\
-\sigma(\Delta) & \models & \sigma(G) 
+\sigma(\Delta) & \models & \sigma(G)
 \end{array}
 }\]
 where $\sigma$ is the following subsitution:
-\[ \sigma \equiv 
-\left[ a=b \quad \leftarrow 
+\[ \sigma \equiv
+\left[ a=b \quad \leftarrow
 \bigwedge_{k\in 0..N-1} \mathtt{bit\_test}(a,k) = \mathtt{bit\_test}(b,k)
 \right]
 \]
@@ -464,14 +470,14 @@ to the \textsf{ACSL} expression \lstinline{(a & (1 << k)) != 0}. The
 such patterns, and the a tactic is good way to reason over bits.
 
 \paragraph{Shift} Transform logical shifts into arithmetics\\
-For positive integers, logical shifts such as \lstinline{a << k} 
+For positive integers, logical shifts such as \lstinline{a << k}
 and \lstinline{a >> k} where \lstinline$k$ is a constant can be interpreted into a multiplication or a division by $2^k$.
 
 When selecting a logical-shift, the tactic performs:
 \[\TACTIC{\Delta\models G}{%
 \begin{array}[t]{rcl}
 \Delta\phantom{)} &\models& 0 \leq a \\
-\sigma(\Delta) &\models& \sigma(G) 
+\sigma(\Delta) &\models& \sigma(G)
 \end{array}
 }\]
 where:
@@ -520,7 +526,7 @@ k|n, & a = n/k &\Longleftrightarrow& k.a = n \\
 \neg(k|n), & k.a = n & \Longrightarrow & \mathtt{false} \\
 0<k, & a < k.(b+1) &\Longrightarrow& a/k < b \\
 0<k, 0<k', & k'.a < k.b &\Longrightarrow& a/k < b/k' \\
-n|k, n|k', & (k/n).a = (k'/n).b &\Longleftrightarrow& k.a = k'.b 
+n|k, n|k', & (k/n).a = (k'/n).b &\Longleftrightarrow& k.a = k'.b
 \end{array}
 \]
 
@@ -533,7 +539,7 @@ with pattern $\mathtt{to\_iota(e)}$ where \texttt{iota} is a a machine-integer n
 \[\TACTIC{\Delta\models G}{%
 \begin{array}[t]{rcl}
 \Delta\phantom{)} &\models & a \leq e \leq b \\
-\sigma(\Delta) & \models & \sigma(G) 
+\sigma(\Delta) & \models & \sigma(G)
 \end{array}
 }\]
 where $\sigma = [ \mathtt{to\_iota}(e) \mapsto e ]$ and $[a..b]$ is the range
@@ -616,13 +622,13 @@ let () = Strategy.register (new dummy)
 
 Then, simply extend your command line with the following options to make your strategy available from the interactive proof editor:
 \begin{logs}
-> frama-c-gui -load-module dummy.ml [...]   
+> frama-c-gui -load-module dummy.ml [...]
 \end{logs}
 
 \paragraph{Note:} Loading custom strategies is only required when running the graphical user interface (\texttt{frama-c-gui}). When replaying scripts from the command line (\texttt{frama-c}), only custom tactics and custom composers actually involved in proofs are required to be loaded.
 
 The example custom strategy above is structured as follows. First we open the module \lstinline$Wp$ to simplify
-access to the API. A custom strategy must be an instance of class-type \lstinline$Strategy.heuristic$, and we use a coercion here to explicit types. Methods \lstinline$#id$, \lstinline$#title$ and \lstinline$#descr$ are required and describes the strategy, making it available from the tactic panel in the graphical user interface. 
+access to the API. A custom strategy must be an instance of class-type \lstinline$Strategy.heuristic$, and we use a coercion here to explicit types. Methods \lstinline$#id$, \lstinline$#title$ and \lstinline$#descr$ are required and describes the strategy, making it available from the tactic panel in the graphical user interface.
 
 The actual heuristic code takes place in method \lstinline$#search$ which has the following type (consult the html API for details):
 \begin{lstlisting}[language=ocaml]
@@ -630,12 +636,12 @@ The actual heuristic code takes place in method \lstinline$#search$ which has th
 \end{lstlisting}
 
 This method takes two parameters: a strategy registration callback and the sequent to prove. Each heuristic
-is supposed to register any number of strategies to be tried on the provided sequent. In turn, each strategy 
+is supposed to register any number of strategies to be tried on the provided sequent. In turn, each strategy
 is a record consisting of a priority, a tactic, a target selection for the tactic and its arguments.
 It is possible to build such a record by hand, using custom or predefined tactics. However, it is much more convenient
 to use the helper functions from module \lstinline$Auto$ that directly build strategies.
 
-In the example above, we inspect the structure of the goal, and when a conjunction is detected (\lstinline$And _$), 
+In the example above, we inspect the structure of the goal, and when a conjunction is detected (\lstinline$And _$),
 we decide to register a split tactic, thanks to the helper function \lstinline$Auto.split$. Default priority is \lstinline$1.0$ by convention. Pre-installed strategies would only use range $[0.5\ldots2.0]$ of priorities. You can use any value you want inside or outside this range. In the example below, we assign a high priority to the split of goal conjunctions, meaning that such a split should be tried first.
 
 \paragraph{Using Selections.} Tactics always need a \lstinline$selection$ target. Moreover, some tactics require additional parameters, also to be provided as \lstinline$selection$ values. Typically, consider the \lstinline$Auto.range$ tactic:
@@ -758,9 +764,9 @@ interface of the programmatic API.
     \texttt{@invariant}, \texttt{@variant}, \texttt{@breaks},
     \texttt{@continues}, \texttt{@returns}, \\
     \texttt{\mbox{@complete\_behaviors}}, \texttt{\mbox{@disjoint\_behaviors}}.
-    \\ 
+    \\
     Properties can be prefixed with a minus sign to \emph{skip} the associated annotations.
-    For example \texttt{-wp-prop="-@assigns"} removes all \texttt{assigns} 
+    For example \texttt{-wp-prop="-@assigns"} removes all \texttt{assigns}
     and \texttt{loop assigns} properties from the selection.
     \\
     \textbf{Remark:} properties with name \verb+no_wp:+ are always and automatically
@@ -792,7 +798,7 @@ are taken into account by \textsf{WP} plug-in as follows:
 These options impact the generation of proof-obligations for the
 ``\texttt{requires}'' contract of the main entry point. More precisely, if there
 is a main entry point, \emph{and} \texttt{-lib-entry} is not set:
-\begin{itemize} 
+\begin{itemize}
 \item the global variables are set to their initial values at the
   beginning of the main entry point for all its properties to be established;
 \item special proof obligations are generated for the preconditions of the
@@ -949,7 +955,7 @@ controlled by the following options:
 \begin{description}
 \item[\tt -wp-(no)-simpl] simplifies constant
   expressions and tautologies (default is: \texttt{yes}).
-\item[\tt -wp-(no)-let] propagates equalities by substitutions 
+\item[\tt -wp-(no)-let] propagates equalities by substitutions
   and let-bindings (default is: \texttt{yes}).
 \item[\tt -wp-(no)-core] factorize common properties between branches
   (default is: \texttt{yes}).
@@ -967,7 +973,7 @@ controlled by the following options:
   (default is: \texttt{yes}).
 \item[\tt -wp-(no)-init-summarize-array] summarize contiguous initializers
   with quantified formulae (default: \texttt{yes}).
-\item[\tt -wp-(no)-simplify-is-cint] eliminates redundant constraints on integers 
+\item[\tt -wp-(no)-simplify-is-cint] eliminates redundant constraints on integers
   (default: \texttt{yes}).
 \item[\tt -wp-(no)-simplify-land-mask] tight constants in logical-and with
   unsigned integers (default: \texttt{yes}).
@@ -1040,15 +1046,15 @@ version \verb+0.99+ of the prover, but more recent versions \verb+1.01+ or
 \item[\tt -wp-prover alt-ergo] selects \textsf{Alt-Ergo}.
 \item[\tt -wp-prover altgr-ergo] opens the graphical interface of
   \textsf{Alt-Ergo} when the goal is not proved.
-\item[\tt -wp-steps <$n$>] sets the maximal number of \textsf{Alt-Ergo} 
+\item[\tt -wp-steps <$n$>] sets the maximal number of \textsf{Alt-Ergo}
   steps. This can be used as a machine-independent alternative to timeout.
 \item[\tt -wp-depth <$n$>] sets '\textit{stop}' and
   '\textit{age-limit}' parameters of \textsf{Alt-Ergo} such that $n$ cycles of
   quantifier instantiations are enabled.
 \item[\tt -wp-alt-ergo-opt <opt,...>] passes additional options to \textsf{Alt-Ergo}
   (default: none).
-\item[\tt -wp-alt-ergo='<cmd>'] override the \verb+alt-ergo+ command.  
-\item[\tt -wp-altgr-ergo='<cmd>'] override the \verb+altgr-ergo+ command.  
+\item[\tt -wp-alt-ergo='<cmd>'] override the \verb+alt-ergo+ command.
+\item[\tt -wp-altgr-ergo='<cmd>'] override the \verb+altgr-ergo+ command.
 \end{description}
 
 \hrule
@@ -1095,7 +1101,7 @@ then save the proof scripts in order to replay them in batch mode.
   This conforms to Proof General 4.3 settings.
   The project file can be changed (see below).
 \item[\tt -wp-coq-project='<name>'] override the \verb+_CoqProject+ file name
-  for Emacs and Proof General. 
+  for Emacs and Proof General.
 \end{description}
 
 \hrule
@@ -1168,9 +1174,9 @@ procedures.  This support is provided for \textsf{Alt-Ergo},
   libraries and driver files are looked for.
   The current directory (implicitly added to that list) is always looked up
   first.
-  Relative directory names are relative to the current directory except 
-  for names prefixed by the characters \texttt{++}. 
-  In such a name, the directory is relative to the main \texttt{FRAMAC\_SHARE} 
+  Relative directory names are relative to the current directory except
+  for names prefixed by the characters \texttt{++}.
+  In such a name, the directory is relative to the main \texttt{FRAMAC\_SHARE}
   directory.
 \item[\tt -wp-alt-ergo-lib <f,\ldots>] (\textbf{deprecated} use altergo.file
   in driver instead) looks for \textsf{Alt-Ergo}
@@ -1214,13 +1220,13 @@ Each driver file contains a list of bindings with the following syntax:
   \textit{group}.\textit{field} &\texttt{:=} \textit{string} \\
   \textit{group}.\textit{field} &\texttt{+=} \textit{string} \\
   \texttt{type} & \textit{symbol} & \verb'=' \user{link} \verb';' \\
-  \texttt{ctor} & \textit{type} \textit{symbol} 
+  \texttt{ctor} & \textit{type} \textit{symbol}
                    \verb'(' \textit{type}\ccc\textit{type} \verb')'
                  & \verb'=' \user{link} \verb';' \\
-  \texttt{logic} & \textit{type} \textit{symbol} 
+  \texttt{logic} & \textit{type} \textit{symbol}
                    \verb'(' \textit{type}\ccc\textit{type} \verb')'
                  & \verb'=' \textit{property-tags} \user{link} \verb';' \\
-  \texttt{predicate} & \textit{symbol} 
+  \texttt{predicate} & \textit{symbol}
                    \verb'(' \textit{type}\ccc\textit{type} \verb')'
                  & \verb'=' \user{link} \verb';'
   \end{tabular}
@@ -1253,10 +1259,10 @@ each existing signature. The same \user{link} symbol is used for all provers,
 and must be defined in the specified libraries, or in the external
 ones (see~\ref{prooflibs}).
 
-It is also possible to specify different names 
+It is also possible to specify different names
 for each prover, with the following syntax:
 \texttt{\{coq=\user{a};altergo=\user{b};why3=\user{c}\}}.
-Alternatively, a link-name can be an arbitrary string 
+Alternatively, a link-name can be an arbitrary string
 with patterns substituted by arguments, \verb="(%1+%2)"= for instance.
 
 When a library \user{lib} is specified, the loaded module depends on the
@@ -1357,9 +1363,9 @@ We only discuss \textit{WP reports} in this section.
 
 Reports are generated with the following command-line options:
 \begin{description}
-\item[\tt -wp-report <Rspec$_1$,...,Rspec$_n$>] specifies the list of 
+\item[\tt -wp-report <Rspec$_1$,...,Rspec$_n$>] specifies the list of
   reports to export.
-  Each value \texttt{Rspec$_i$} is a \textit{WP report} specification file 
+  Each value \texttt{Rspec$_i$} is a \textit{WP report} specification file
   (described below).
 \item[\tt -wp-report-basename <name>] set the basename for exported
   reports (described below).
@@ -1394,28 +1400,28 @@ among:
   where \textit{base} can be set with \texttt{-wp-report-basename} option.
 \item[\tt @ZERO "<\textit{text}>"] text to be printed for $0$-numbers. Default is \verb+"-"+.
 
-\item[\tt @GLOBAL\_SECTION "<\textit{text}>"] text to be printed for the chapter name about globals 
-\item[\tt @AXIOMATIC\_SECTION "<\textit{text}>"] text to be printed for the chapter name about axiomatics 
+\item[\tt @GLOBAL\_SECTION "<\textit{text}>"] text to be printed for the chapter name about globals
+\item[\tt @AXIOMATIC\_SECTION "<\textit{text}>"] text to be printed for the chapter name about axiomatics
 \item[\tt @FUNCTION\_SECTION "<\textit{text}>"] text to be printed for the chapter name about functions
 
-\item[\tt @AXIOMATIC\_PREFIX "<\textit{text}>"] text to be printed before axiomatic names. 
+\item[\tt @AXIOMATIC\_PREFIX "<\textit{text}>"] text to be printed before axiomatic names.
   Default is \verb+"Axiomatic"+ (with a trailing space).
 \item[\tt @FUNCTION\_PREFIX "<\textit{text}>"] text to be printed before function names. Default is empty.
 \item[\tt @GLOBAL\_PREFIX "<\textit{text}>"] text to be printed before global property names.
   Default is \verb+"(Global)"+ (with a trailing space).
-\item[\tt @LEMMA\_PREFIX "<\textit{text}>"] text to be printed before lemma names. 
+\item[\tt @LEMMA\_PREFIX "<\textit{text}>"] text to be printed before lemma names.
   Default is \verb+"Lemma"+ (with a trailing space).
-\item[\tt @PROPERTY\_PREFIX "<\textit{text}>"] text to be printed before other property names. 
+\item[\tt @PROPERTY\_PREFIX "<\textit{text}>"] text to be printed before other property names.
 \end{description}
 
 The generated report consists of several optional parts, corresponding
-to Head, Chapter and Tail sections of the wp-report specification file.  
-First, the head contents lines are produced. 
-Then the chapters and their sections are produced. 
+to Head, Chapter and Tail sections of the wp-report specification file.
+First, the head contents lines are produced.
+Then the chapters and their sections are produced.
 Finally, the Tail content lines are printed.
 
 The different chapters are about globals, axiomatics and functions.
-Outputs for these chapters can be specified using these directives: 
+Outputs for these chapters can be specified using these directives:
 \begin{description}
 \item[\tt @CHAPTER] <\textit{chapter header...>}
 \item[\tt @GLOBAL] <\textit{global section contents...>}
@@ -1435,7 +1441,7 @@ several categories of formatters (PO stands for \emph{Proof Obligations}):
 \begin{center}
   \begin{tabular}{ll}
     \textbf{Formatters} & \textbf{Description} \\
-    \hline\hline    
+    \hline\hline
     \verb+&<+{\it col}\verb+>:+ & insert spaces up to column \textit{col} \\
     \verb+&&+ & prints a \verb+"&"+ \\
     \verb+%%+ & prints a \verb+"%"+ \\
@@ -1454,7 +1460,7 @@ several categories of formatters (PO stands for \emph{Proof Obligations}):
 \begin{center}
   \begin{tabular}{ll}
     \hline
-    \textbf{Provers} \\ 
+    \textbf{Provers} \\
     (\verb+<+{\it prover}\verb+>+) & A prover name (see \texttt{-wp-prover}) \\
     \hline
     \hline
@@ -1484,7 +1490,7 @@ current names:
 \begin{center}
   \begin{tabular}{ll}
    \textbf{Names} & \textbf{Description} \\
-    \hline\hline    
+    \hline\hline
     \verb+%chapter+ & current chapter name \\
     \verb+%section+ & current section name \\
     \verb+%global+ & current global name (under the chapter about globals)\\
@@ -1524,18 +1530,17 @@ options, the user should be aware of the following precisions:
   \textsf{WP} plug-in generate proof-obligations for the selected
   properties. The values of theses options are never saved and they are
   cleared by \texttt{-then}. Hence, running \texttt{-wp-prop A}
-  \texttt{-then} \texttt{-wp-fct F} does what you expect: 
+  \texttt{-then} \texttt{-wp-fct F} does what you expect:
   properties tagged by \texttt{A} are proved only once.
 \item[\tt -wp-print, -wp-prover, -wp-gen, -wp-detect.] These options do not
   generate new proof-obligations, but run other actions on all
   previously generated ones. For the same reasons, they are not saved
   and cleared by \texttt{-then}.
 \item[\tt -wp-xxx.] All other options are tunings that can be easily
-  turned on and off or set to the desired value. 
+  turned on and off or set to the desired value.
   They are saved and kept across \texttt{-then} commands.
 \end{description}
 
 %-----------------------------------------------------------------------------
 
 % vim: spell spelllang=en
-
diff --git a/src/plugins/wp/register.ml b/src/plugins/wp/register.ml
index 62ce27941daa6c58ff77d1538a52671eee6a3d87..ad824c977d63875b53b78de4814e3d564ae4d038 100644
--- a/src/plugins/wp/register.ml
+++ b/src/plugins/wp/register.ml
@@ -843,17 +843,19 @@ let () = Cmdline.run_after_setting_files
 
 let do_prover_detect () =
   if not !Config.is_gui && Wp_parameters.Detect.get () then
-    ProverWhy3.detect_why3
-      begin function
-        | None -> Wp_parameters.error ~current:false "Why3 not found"
-        | Some dps ->
-            List.iter
-              (fun dp ->
-                 let open ProverWhy3 in
-                 Wp_parameters.result "Prover %10s %-10s [%s]"
-                   dp.dp_name dp.dp_version dp.dp_prover
-              ) dps
-      end
+    begin
+      let open ProverDetect in
+      let dps = detect () in
+      let pp_provers fmt dps =
+        List.iter (fun dp ->
+            Format.fprintf fmt "@\n - %a %a"
+              VCS.pretty dp VCS.pp_shortcuts dp.VCS.dp_shortcuts
+          ) dps in
+      if dps = [] then
+        Wp_parameters.result "No Why3 provers detected."
+      else
+        Wp_parameters.result "Why3 provers detected:%a" pp_provers dps
+    end
 
 (* ------------------------------------------------------------------------ *)
 (* ---  Main Entry Point                                                --- *)
diff --git a/src/plugins/wp/share/Makefile b/src/plugins/wp/share/Makefile
index c4adc837f46a4ccf1f637fef636155f891c86489..6f2822825dd825475ed80058a402d03e84071705 100644
--- a/src/plugins/wp/share/Makefile
+++ b/src/plugins/wp/share/Makefile
@@ -53,6 +53,10 @@ $(WPLSHARE)/why3/%.vo: $(WPLSHARE)/why3/%.v
 	echo "Coqc         $@"
 	@coqc -w none $(WHY3INCLUDES) $<
 
+$(WPLSHARE)/why3/%.ide: $(WPLSHARE)/why3/%.v
+	echo "Coqide       $@"
+	@coqide $(WHY3INCLUDES) $<
+
 $(WPLSHARE)/why3/.depend: $(addprefix $(WPLSHARE)/, $(WHY3_COQ_SOURCES))
 	echo "Coqdep for $(WPLSHARE)/why3"
 	@coqdep $(WHY3INCLUDES) $(WPLSHARE)/why3/*.v $(WPLSHARE)/why3/**/*.v > $@
@@ -84,6 +88,10 @@ $(WPLSHARE)/coqwp/%.vo: $(WPLSHARE)/coqwp/%.v
 	echo "Coqc         $<"
 	coqc -w none $(COQWPINCLUDES) $<
 
+$(WPLSHARE)/coqwp/%.ide: $(WPLSHARE)/coqwp/%.v
+	echo "Coqide       $<"
+	coqide $(COQWPINCLUDES) $<
+
 $(WPLSHARE)/coqwp/.depend: $(addprefix $(WPLSHARE)/, $(WP_COQ_SOURCES))
 	echo "Coqdep for $(WPLSHARE)/coqwp"
 	@coqdep $(COQWPINCLUDES) $(WPLSHARE)/coqwp/*.v $(WPLSHARE)/coqwp/**/*.v > $@
diff --git a/src/plugins/wp/share/Makefile.resources b/src/plugins/wp/share/Makefile.resources
index ea63e1e894360f056b5fc4133a0d97cf40ab1b01..fdd317b4ee803a3fbe387668efd5106193f34333 100644
--- a/src/plugins/wp/share/Makefile.resources
+++ b/src/plugins/wp/share/Makefile.resources
@@ -64,11 +64,14 @@ COQ_LIBS_CEA:=	\
 ## Used in share/coqwp only
 COQ_LIBS_INRIA:=\
  BuiltIn.v 	\
+ HighOrd.v 	\
  bool/Bool.v 	\
  int/Abs.v 	\
  int/ComputerDivision.v	\
+ int/Exponentiation.v	\
  int/Int.v 	\
  int/MinMax.v 	\
+ int/Power.v 	\
  map/Map.v 	\
  map/Const.v 	\
  real/Abs.v 	\
diff --git a/src/plugins/wp/share/coqwp/Bits.v b/src/plugins/wp/share/coqwp/Bits.v
index 0381e15181d8c41bcc35734f624d9fe24be8dfa4..624a253f499923ab9206ce27fe7bd78ca4313ce8 100644
--- a/src/plugins/wp/share/coqwp/Bits.v
+++ b/src/plugins/wp/share/coqwp/Bits.v
@@ -587,7 +587,7 @@ Qed.
 (** {@integer:} *)
 (** * Bits of Integers *)
 
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 (** The bits representation of an integer consists of a bit function,
     packed with its trailing property. 
diff --git a/src/plugins/wp/share/coqwp/BuiltIn.v b/src/plugins/wp/share/coqwp/BuiltIn.v
index bd09b95be72e13a5a840e6baa8ca140d9805ecdc..c7b225032cbc6eedc8072332692b66d1f4c313ab 100644
--- a/src/plugins/wp/share/coqwp/BuiltIn.v
+++ b/src/plugins/wp/share/coqwp/BuiltIn.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 Require Export ZArith.
diff --git a/src/plugins/wp/share/coqwp/Cbits.v b/src/plugins/wp/share/coqwp/Cbits.v
index aff75e9b1e9667a2d0cf74393c4fae83a97721f2..c32a1cf32a5ab401e78c78dae72c60082d138dfd 100644
--- a/src/plugins/wp/share/coqwp/Cbits.v
+++ b/src/plugins/wp/share/coqwp/Cbits.v
@@ -167,7 +167,7 @@ Proof.
 Qed.
 
 Require Import Qedlib.
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 (** * Bit extraction *)
 (** Tacticals *)
diff --git a/src/plugins/wp/share/coqwp/Cint.v b/src/plugins/wp/share/coqwp/Cint.v
index 3a7c0ab7042f7c00f5b022ea1231af44ac2904d5..1f80f9e6d3254d795bbfa37f0ff06dfb57d97db2 100644
--- a/src/plugins/wp/share/coqwp/Cint.v
+++ b/src/plugins/wp/share/coqwp/Cint.v
@@ -117,7 +117,7 @@ Proof.
 intros x. unfold to_bool. induction (Z.eqb_spec x 0%Z) ; intuition.
 Qed.
 
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 Definition to_range a b z := a + (z-a) mod (b-a).
 
@@ -328,7 +328,6 @@ Proof. to_range.
 Qed.
 
 (** * C-Integer Conversions are identity when in-range *)
-Open Local Scope Z_scope.
 
 Remark mod_kn_mod_n:  forall (k:Z) (n:Z) (x:Z), k>0 -> n>0 -> (x mod (k*n)) mod n = x mod n.
 Proof.
diff --git a/src/plugins/wp/share/coqwp/HighOrd.v b/src/plugins/wp/share/coqwp/HighOrd.v
new file mode 100644
index 0000000000000000000000000000000000000000..4e75e9efbdb316ceeffb7d5dcf5a94ed714a5af1
--- /dev/null
+++ b/src/plugins/wp/share/coqwp/HighOrd.v
@@ -0,0 +1,25 @@
+(**************************************************************************)
+(*                                                                        *)
+(*  The Why3 Verification Platform   /   The Why3 Development Team        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
+(*                                                                        *)
+(*  This software is distributed under the terms of the GNU Lesser        *)
+(*  General Public License version 2.1, with the special exception        *)
+(*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
+(**************************************************************************)
+
+Require Import BuiltIn.
+
+Definition func : forall (a:Type) (b:Type), Type.
+intros a b.
+exact (a -> b).
+Defined.
+
+Definition infix_at: forall {a:Type} {a_WT:WhyType a}
+  {b:Type} {b_WT:WhyType b}, (a -> b) -> a -> b.
+intros a aWT b bWT f x.
+exact (f x).
+Defined.
+
+Definition pred (a: Type) := func a bool.
diff --git a/src/plugins/wp/share/coqwp/Memory.v b/src/plugins/wp/share/coqwp/Memory.v
index a8aa1ff53a88bac2c385d7bc61603d29ac53173f..a586724d831b0224f3aedf8d52b4c80f9f1549ed 100644
--- a/src/plugins/wp/share/coqwp/Memory.v
+++ b/src/plugins/wp/share/coqwp/Memory.v
@@ -143,7 +143,7 @@ Definition separated (p:addr) (a:Z) (q:addr) (b:Z): Prop := (a <= 0%Z)%Z \/
 (* Why3 assumption *)
 Definition eqmem {a:Type} {a_WT:WhyType a} (m1:(map.Map.map addr a))
   (m2:(map.Map.map addr a)) (p:addr) (a1:Z): Prop := forall (q:addr),
-  (included q 1%Z p a1) -> ((map.Map.get m1 q) = (map.Map.get m2 q)).
+  (included q 1%Z p a1) -> ((m1 q) = (m2 q)).
 
 (* Why3 goal *)
 Definition havoc: forall {a:Type} {a_WT:WhyType a}, (map.Map.map addr a) ->
@@ -160,16 +160,16 @@ Definition fhavoc {A : Type}
 (* Why3 assumption *)
 Definition valid_rw (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
   (0%Z < n)%Z -> ((0%Z < (base p))%Z /\ ((0%Z <= (offset p))%Z /\
-  (((offset p) + n)%Z <= (map.Map.get m (base p)))%Z)).
+  (((offset p) + n)%Z <= (m (base p)))%Z)).
 
 (* Why3 assumption *)
 Definition valid_rd (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
   (0%Z < n)%Z -> ((~ (0%Z = (base p))) /\ ((0%Z <= (offset p))%Z /\
-  (((offset p) + n)%Z <= (map.Map.get m (base p)))%Z)).
+  (((offset p) + n)%Z <= (m (base p)))%Z)).
 
 (* Why3 assumption *)
 Definition invalid (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
-  (0%Z < n)%Z -> (((map.Map.get m (base p)) <= (offset p))%Z \/
+  (0%Z < n)%Z -> (((m (base p)) <= (offset p))%Z \/
   (((offset p) + n)%Z <= 0%Z)%Z).
 
 (* Why3 goal *)
@@ -184,7 +184,7 @@ Qed.
 (* Why3 goal *)
 Lemma valid_string : forall (m:(map.Map.map Z Z)), forall (p:addr),
   ((base p) < 0%Z)%Z -> (((0%Z <= (offset p))%Z /\
-  ((offset p) < (map.Map.get m (base p)))%Z) -> ((valid_rd m p 1%Z) /\
+  ((offset p) < (m (base p)))%Z) -> ((valid_rd m p 1%Z) /\
   ~ (valid_rw m p 1%Z))).
 Proof.
   intros m p.
@@ -251,7 +251,7 @@ Admitted.
 
 (* Why3 assumption *)
 Definition framed (m:(map.Map.map addr addr)): Prop := forall (p:addr),
-  ((region (base (map.Map.get m p))) <= 0%Z)%Z.
+  ((region (base (m p))) <= 0%Z)%Z.
 
 (* Why3 goal *)
 Lemma separated_included : forall (p:addr) (q:addr), forall (a:Z) (b:Z),
@@ -318,9 +318,9 @@ Admitted.
 (* Why3 goal *)
 Lemma havoc_access : forall {a:Type} {a_WT:WhyType a},
   forall (m0:(map.Map.map addr a)) (m1:(map.Map.map addr a)), forall (q:addr)
-  (p:addr), forall (a1:Z), ((separated q 1%Z p a1) -> ((map.Map.get (havoc m0
-  m1 p a1) q) = (map.Map.get m1 q))) /\ ((~ (separated q 1%Z p a1)) ->
-  ((map.Map.get (havoc m0 m1 p a1) q) = (map.Map.get m0 q))).
+  (p:addr), forall (a1:Z), ((separated q 1%Z p a1) -> (((havoc m0
+  m1 p a1) q) = (m1 q))) /\ ((~ (separated q 1%Z p a1)) ->
+  (((havoc m0 m1 p a1) q) = (m0 q))).
 Proof.
   intros a a_WT m0 m1 q p a1.
 Admitted.
diff --git a/src/plugins/wp/share/coqwp/Qedlib.v b/src/plugins/wp/share/coqwp/Qedlib.v
index 4156a9e32907453de88b7494189f01dd8ce715ea..68c2a998c3dd04aefa90a44182940d74a305771c 100644
--- a/src/plugins/wp/share/coqwp/Qedlib.v
+++ b/src/plugins/wp/share/coqwp/Qedlib.v
@@ -211,8 +211,9 @@ Definition array (A : Type) := farray Z A.
 Hypothesis extensionality: forall (A B : Type) (f g : A -> B),
   (forall x, f x = g x) -> f = g.
 
+
 Definition select {A B : Type}
-  (m : farray A B) (k : A) : B := @Map.get A (whytype1 m) B (whytype2 m) m k.
+  (m : farray A B) (k : A) : B := (access m k).
 
 Lemma farray_eq : forall A B (m1 m2 : farray A B),
    whytype1 m1 = whytype1 m2 -> whytype2 m1 = whytype2 m2 ->
@@ -221,15 +222,14 @@ Proof.
   intros A B m1 m2.
   destruct m1. destruct m2. simpl.
   intros H1 H2; rewrite H1; rewrite H2 ; clear H1 H2.
-  destruct access0. destruct access1. compute.
   intro K.
-  rewrite (extensionality b b0 K).
+  rewrite (extensionality access0 access1 K).
   reflexivity.
 Qed.
 
 Definition update {A B : Type}
   (m : farray A B) (k : A) (v : B) : (farray A B) :=
-  {| whytype1 := whytype1 m; whytype2 := whytype2 m; access := @Map.set A (whytype1 m) B (whytype2 m) m k v|}.
+  {| whytype1 := whytype1 m; whytype2 := whytype2 m; access := @Map.set A (whytype1 m) B (whytype2 m) (access m) k v|}.
 
 Notation " a .[ k ] " := (select a k) (at level 60).
 Notation " a .[ k <- v ] " := (update a k v) (at level 60).
@@ -239,7 +239,7 @@ Lemma access_update :
   m.[k <- v].[k] = v.
 Proof.
   intros.
-  apply Map.Select_eq.
+  apply Map.set_def.
   reflexivity.
 Qed.
 
@@ -248,8 +248,8 @@ Lemma access_update_neq :
   i <> j -> m.[ i <- v ].[j] = m.[j].
 Proof.
   intros.
-  apply Map.Select_neq.
-  assumption.
+  apply Map.set_def.
+  auto.
 Qed.
 
 (** ** Division on Z *)
diff --git a/src/plugins/wp/share/coqwp/Vlist.v b/src/plugins/wp/share/coqwp/Vlist.v
index 182898718639ae466b39a16277bcd32445f8be76..dfcb15ea7fdc389ba1e81e3e9e448e06fb84d7fc 100644
--- a/src/plugins/wp/share/coqwp/Vlist.v
+++ b/src/plugins/wp/share/coqwp/Vlist.v
@@ -64,7 +64,7 @@ Defined.
 Definition concat: forall {a:Type} {a_WT:WhyType a}, (list a) -> (list a) ->
   (list a).
   intros a a_WT.
-  Open Local Scope list_scope.
+  Local Open Scope list_scope.
   exact(fun u v => u ++ v).
 Defined.
 
diff --git a/src/plugins/wp/share/coqwp/Zbits.v b/src/plugins/wp/share/coqwp/Zbits.v
index e168e835e820688d375580f4521ecd7911399972..0c02116df5e35bf4555528819a49b1a7a504b4fa 100644
--- a/src/plugins/wp/share/coqwp/Zbits.v
+++ b/src/plugins/wp/share/coqwp/Zbits.v
@@ -46,7 +46,7 @@ Require Import Qedlib.
 Require Import Bits.
 Require Import Psatz.
 
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 Local Ltac omegaContradiction := cut False; [contradiction|omega].
 
diff --git a/src/plugins/wp/share/coqwp/bool/Bool.v b/src/plugins/wp/share/coqwp/bool/Bool.v
index 64b159874c5c3aab7209d8c1d7486376ecf44f6f..826f424ce2013b9a8ac4247b2b7e911b5ab1366f 100644
--- a/src/plugins/wp/share/coqwp/bool/Bool.v
+++ b/src/plugins/wp/share/coqwp/bool/Bool.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -14,55 +15,61 @@ Require Import BuiltIn.
 Require BuiltIn.
 
 (* Why3 goal *)
-Lemma andb_def : forall (x:bool) (y:bool),
+Lemma andb_def :
+  forall (x:bool) (y:bool),
   ((Init.Datatypes.andb x y) = match x with
-  | true => y
-  | false => false
-  end).
+                               | true => y
+                               | false => false
+                               end).
 Proof.
 intros x y.
 apply refl_equal.
 Qed.
 
 (* Why3 goal *)
-Lemma orb_def : forall (x:bool) (y:bool),
+Lemma orb_def :
+  forall (x:bool) (y:bool),
   ((Init.Datatypes.orb x y) = match x with
-  | false => y
-  | true => true
-  end).
+                              | false => y
+                              | true => true
+                              end).
 Proof.
 intros x y.
 apply refl_equal.
 Qed.
 
 (* Why3 goal *)
-Lemma notb_def : forall (x:bool),
+Lemma notb_def :
+  forall (x:bool),
   ((Init.Datatypes.negb x) = match x with
-  | false => true
-  | true => false
-  end).
+                             | false => true
+                             | true => false
+                             end).
 Proof.
 intros x.
 apply refl_equal.
 Qed.
 
 (* Why3 goal *)
-Lemma xorb_def : forall (x:bool) (y:bool),
-  ((Init.Datatypes.xorb x y) = match x with
-  | false => y
-  | true => (Init.Datatypes.negb y)
-  end).
+Lemma xorb_def :
+  forall (x:bool) (y:bool),
+  ((Init.Datatypes.xorb x y) =
+   match x with
+   | false => y
+   | true => (Init.Datatypes.negb y)
+   end).
 Proof.
 intros x y.
 destruct x; destruct y; auto.
 Qed.
 
 (* Why3 goal *)
-Lemma implb_def : forall (x:bool) (y:bool),
+Lemma implb_def :
+  forall (x:bool) (y:bool),
   ((Init.Datatypes.implb x y) = match x with
-  | false => true
-  | true => y
-  end).
+                                | false => true
+                                | true => y
+                                end).
 Proof.
 now intros [|] [|].
 Qed.
diff --git a/src/plugins/wp/share/coqwp/int/Abs.v b/src/plugins/wp/share/coqwp/int/Abs.v
index d5164fde98392e2999b827829832d659ef329f83..b6fe3478d67cf158b4cf8a934417d199445d4253 100644
--- a/src/plugins/wp/share/coqwp/int/Abs.v
+++ b/src/plugins/wp/share/coqwp/int/Abs.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -18,9 +19,10 @@ Require int.Int.
 (* abs is replaced with (ZArith.BinInt.Z.abs x) by the coq driver *)
 
 (* Why3 goal *)
-Lemma abs_def : forall (x:Z), ((0%Z <= x)%Z ->
-  ((ZArith.BinInt.Z.abs x) = x)) /\ ((~ (0%Z <= x)%Z) ->
-  ((ZArith.BinInt.Z.abs x) = (-x)%Z)).
+Lemma abs_def :
+  forall (x:Z),
+  ((0%Z <= x)%Z -> ((ZArith.BinInt.Z.abs x) = x)) /\
+  (~ (0%Z <= x)%Z -> ((ZArith.BinInt.Z.abs x) = (-x)%Z)).
 intros x.
 split ; intros H.
 now apply Zabs_eq.
@@ -32,8 +34,9 @@ now apply Zgt_lt.
 Qed.
 
 (* Why3 goal *)
-Lemma Abs_le : forall (x:Z) (y:Z), ((ZArith.BinInt.Z.abs x) <= y)%Z <->
-  (((-y)%Z <= x)%Z /\ (x <= y)%Z).
+Lemma Abs_le :
+  forall (x:Z) (y:Z),
+  ((ZArith.BinInt.Z.abs x) <= y)%Z <-> (((-y)%Z <= x)%Z /\ (x <= y)%Z).
 intros x y.
 zify.
 omega.
diff --git a/src/plugins/wp/share/coqwp/int/ComputerDivision.v b/src/plugins/wp/share/coqwp/int/ComputerDivision.v
index 043a92f2c905ab5ca6082c86234a8a21764af637..060d4cdf041e7b48a4519df08b21a0caf220e572 100644
--- a/src/plugins/wp/share/coqwp/int/ComputerDivision.v
+++ b/src/plugins/wp/share/coqwp/int/ComputerDivision.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -24,16 +25,18 @@ Require Import Zquot.
 (* mod1 is replaced with (ZArith.BinInt.Z.rem x x1) by the coq driver *)
 
 (* Why3 goal *)
-Lemma Div_mod : forall (x:Z) (y:Z), (~ (y = 0%Z)) ->
+Lemma Div_mod :
+  forall (x:Z) (y:Z), ~ (y = 0%Z) ->
   (x = ((y * (ZArith.BinInt.Z.quot x y))%Z + (ZArith.BinInt.Z.rem x y))%Z).
 intros x y _.
 apply Z.quot_rem'.
 Qed.
 
 (* Why3 goal *)
-Lemma Div_bound : forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (0%Z < y)%Z) ->
-  ((0%Z <= (ZArith.BinInt.Z.quot x y))%Z /\
-  ((ZArith.BinInt.Z.quot x y) <= x)%Z).
+Lemma Div_bound :
+  forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (0%Z < y)%Z) ->
+  (0%Z <= (ZArith.BinInt.Z.quot x y))%Z /\
+  ((ZArith.BinInt.Z.quot x y) <= x)%Z.
 intros x y (Hx,Hy).
 split.
 now apply Z.quot_pos.
@@ -48,9 +51,10 @@ now rewrite <- H', Zquot_0_l.
 Qed.
 
 (* Why3 goal *)
-Lemma Mod_bound : forall (x:Z) (y:Z), (~ (y = 0%Z)) ->
-  (((-(ZArith.BinInt.Z.abs y))%Z < (ZArith.BinInt.Z.rem x y))%Z /\
-  ((ZArith.BinInt.Z.rem x y) < (ZArith.BinInt.Z.abs y))%Z).
+Lemma Mod_bound :
+  forall (x:Z) (y:Z), ~ (y = 0%Z) ->
+  ((-(ZArith.BinInt.Z.abs y))%Z < (ZArith.BinInt.Z.rem x y))%Z /\
+  ((ZArith.BinInt.Z.rem x y) < (ZArith.BinInt.Z.abs y))%Z.
 intros x y Zy.
 destruct (Zle_or_lt 0 x) as [Hx|Hx].
 refine ((fun H => conj (Zlt_le_trans _ 0 _ _ (proj1 H)) (proj2 H)) _).
@@ -63,14 +67,16 @@ now apply Zlt_le_weak.
 Qed.
 
 (* Why3 goal *)
-Lemma Div_sign_pos : forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (0%Z < y)%Z) ->
+Lemma Div_sign_pos :
+  forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (0%Z < y)%Z) ->
   (0%Z <= (ZArith.BinInt.Z.quot x y))%Z.
 intros x y (Hx, Hy).
 now apply Z.quot_pos.
 Qed.
 
 (* Why3 goal *)
-Lemma Div_sign_neg : forall (x:Z) (y:Z), ((x <= 0%Z)%Z /\ (0%Z < y)%Z) ->
+Lemma Div_sign_neg :
+  forall (x:Z) (y:Z), ((x <= 0%Z)%Z /\ (0%Z < y)%Z) ->
   ((ZArith.BinInt.Z.quot x y) <= 0%Z)%Z.
 intros x y (Hx, Hy).
 generalize (Z.quot_pos (-x) y).
@@ -79,22 +85,26 @@ omega.
 Qed.
 
 (* Why3 goal *)
-Lemma Mod_sign_pos : forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ ~ (y = 0%Z)) ->
+Lemma Mod_sign_pos :
+  forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ ~ (y = 0%Z)) ->
   (0%Z <= (ZArith.BinInt.Z.rem x y))%Z.
 intros x y (Hx, Zy).
 now apply Zrem_lt_pos.
 Qed.
 
 (* Why3 goal *)
-Lemma Mod_sign_neg : forall (x:Z) (y:Z), ((x <= 0%Z)%Z /\ ~ (y = 0%Z)) ->
+Lemma Mod_sign_neg :
+  forall (x:Z) (y:Z), ((x <= 0%Z)%Z /\ ~ (y = 0%Z)) ->
   ((ZArith.BinInt.Z.rem x y) <= 0%Z)%Z.
 intros x y (Hx, Zy).
 now apply Zrem_lt_neg.
 Qed.
 
 (* Why3 goal *)
-Lemma Rounds_toward_zero : forall (x:Z) (y:Z), (~ (y = 0%Z)) ->
-  ((ZArith.BinInt.Z.abs ((ZArith.BinInt.Z.quot x y) * y)%Z) <= (ZArith.BinInt.Z.abs x))%Z.
+Lemma Rounds_toward_zero :
+  forall (x:Z) (y:Z), ~ (y = 0%Z) ->
+  ((ZArith.BinInt.Z.abs ((ZArith.BinInt.Z.quot x y) * y)%Z) <=
+   (ZArith.BinInt.Z.abs x))%Z.
 intros x y Zy.
 rewrite Zmult_comm.
 zify.
@@ -114,21 +124,25 @@ exact Z.rem_1_r.
 Qed.
 
 (* Why3 goal *)
-Lemma Div_inf : forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (x < y)%Z) ->
+Lemma Div_inf :
+  forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (x < y)%Z) ->
   ((ZArith.BinInt.Z.quot x y) = 0%Z).
 exact Z.quot_small.
 Qed.
 
 (* Why3 goal *)
-Lemma Mod_inf : forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (x < y)%Z) ->
+Lemma Mod_inf :
+  forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (x < y)%Z) ->
   ((ZArith.BinInt.Z.rem x y) = x).
 exact Z.rem_small.
 Qed.
 
 (* Why3 goal *)
-Lemma Div_mult : forall (x:Z) (y:Z) (z:Z), ((0%Z < x)%Z /\ ((0%Z <= y)%Z /\
-  (0%Z <= z)%Z)) ->
-  ((ZArith.BinInt.Z.quot ((x * y)%Z + z)%Z x) = (y + (ZArith.BinInt.Z.quot z x))%Z).
+Lemma Div_mult :
+  forall (x:Z) (y:Z) (z:Z),
+  ((0%Z < x)%Z /\ ((0%Z <= y)%Z /\ (0%Z <= z)%Z)) ->
+  ((ZArith.BinInt.Z.quot ((x * y)%Z + z)%Z x) =
+   (y + (ZArith.BinInt.Z.quot z x))%Z).
 intros x y z (Hx&Hy&Hz).
 rewrite (Zplus_comm y).
 rewrite <- Z_quot_plus.
@@ -142,8 +156,9 @@ now rewrite H in Hx.
 Qed.
 
 (* Why3 goal *)
-Lemma Mod_mult : forall (x:Z) (y:Z) (z:Z), ((0%Z < x)%Z /\ ((0%Z <= y)%Z /\
-  (0%Z <= z)%Z)) ->
+Lemma Mod_mult :
+  forall (x:Z) (y:Z) (z:Z),
+  ((0%Z < x)%Z /\ ((0%Z <= y)%Z /\ (0%Z <= z)%Z)) ->
   ((ZArith.BinInt.Z.rem ((x * y)%Z + z)%Z x) = (ZArith.BinInt.Z.rem z x)).
 intros x y z (Hx&Hy&Hz).
 rewrite Zplus_comm, Zmult_comm.
diff --git a/src/plugins/wp/share/coqwp/int/Exponentiation.v b/src/plugins/wp/share/coqwp/int/Exponentiation.v
new file mode 100644
index 0000000000000000000000000000000000000000..0aa04b60e8e6b576f2bdec2e10caf6c317d726b8
--- /dev/null
+++ b/src/plugins/wp/share/coqwp/int/Exponentiation.v
@@ -0,0 +1,151 @@
+(**************************************************************************)
+(*                                                                        *)
+(*  The Why3 Verification Platform   /   The Why3 Development Team        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
+(*                                                                        *)
+(*  This software is distributed under the terms of the GNU Lesser        *)
+(*  General Public License version 2.1, with the special exception        *)
+(*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
+(**************************************************************************)
+
+(* This file is generated by Why3's Coq-realize driver *)
+(* Beware! Only edit allowed sections below    *)
+Require Import BuiltIn.
+Require BuiltIn.
+Require int.Int.
+
+Section Exponentiation.
+
+(* Why3 goal *)
+Variable t : Type.
+Hypothesis t_WhyType : WhyType t.
+Existing Instance t_WhyType.
+
+(* Why3 goal *)
+Variable one: t.
+
+(* Why3 goal *)
+Variable infix_as: t -> t -> t.
+
+(* Why3 goal *)
+Hypothesis Assoc :
+  forall (x:t) (y:t) (z:t),
+  ((infix_as (infix_as x y) z) = (infix_as x (infix_as y z))).
+
+(* Why3 goal *)
+Hypothesis Unit_def_l : forall (x:t), ((infix_as one x) = x).
+
+(* Why3 goal *)
+Hypothesis Unit_def_r : forall (x:t), ((infix_as x one) = x).
+
+(* Why3 goal *)
+Definition power : t -> Z -> t.
+intros x n.
+exact (iter_nat (Zabs_nat n) t (fun acc => infix_as x acc) one).
+Defined.
+
+(* Why3 goal *)
+Lemma Power_0 : forall (x:t), ((power x 0%Z) = one).
+Proof.
+easy.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_s :
+  forall (x:t) (n:Z), (0%Z <= n)%Z ->
+  ((power x (n + 1%Z)%Z) = (infix_as x (power x n))).
+Proof.
+intros x n h1.
+unfold power.
+fold (Zsucc n).
+now rewrite Zabs_nat_Zsucc.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_s_alt :
+  forall (x:t) (n:Z), (0%Z < n)%Z ->
+  ((power x n) = (infix_as x (power x (n - 1%Z)%Z))).
+Proof.
+intros x n h1.
+rewrite <- Power_s; auto with zarith.
+f_equal; omega.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_1 : forall (x:t), ((power x 1%Z) = x).
+Proof.
+exact Unit_def_r.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_sum :
+  forall (x:t) (n:Z) (m:Z), (0%Z <= n)%Z -> (0%Z <= m)%Z ->
+  ((power x (n + m)%Z) = (infix_as (power x n) (power x m))).
+Proof.
+intros x n m Hn Hm.
+revert n Hn.
+apply natlike_ind.
+apply sym_eq, Unit_def_l.
+intros n Hn IHn.
+replace (Zsucc n + m)%Z with ((n + m) + 1)%Z by ring.
+rewrite Power_s by auto with zarith.
+rewrite IHn.
+now rewrite <- Assoc, <- Power_s.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_mult :
+  forall (x:t) (n:Z) (m:Z), (0%Z <= n)%Z -> (0%Z <= m)%Z ->
+  ((power x (n * m)%Z) = (power (power x n) m)).
+Proof.
+intros x n m Hn Hm.
+revert m Hm.
+apply natlike_ind.
+now rewrite Zmult_0_r, 2!Power_0.
+intros m Hm IHm.
+replace (n * Zsucc m)%Z with (n + n * m)%Z by ring.
+rewrite Power_sum by auto with zarith.
+rewrite IHm.
+now rewrite <- Power_s.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_comm1 :
+  forall (x:t) (y:t), ((infix_as x y) = (infix_as y x)) -> forall (n:Z),
+  (0%Z <= n)%Z -> ((infix_as (power x n) y) = (infix_as y (power x n))).
+Proof.
+intros x y comm.
+apply natlike_ind.
+now rewrite Power_0, Unit_def_r, Unit_def_l.
+intros n Hn IHn.
+unfold Zsucc.
+rewrite (Power_s _ _ Hn).
+rewrite Assoc.
+rewrite IHn.
+rewrite <- Assoc.
+rewrite <- Assoc.
+now rewrite comm.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_comm2 :
+  forall (x:t) (y:t), ((infix_as x y) = (infix_as y x)) -> forall (n:Z),
+  (0%Z <= n)%Z ->
+  ((power (infix_as x y) n) = (infix_as (power x n) (power y n))).
+Proof.
+intros x y comm.
+apply natlike_ind.
+rewrite 3!Power_0.
+now rewrite Unit_def_r.
+intros n Hn IHn.
+unfold Zsucc.
+rewrite 3!(Power_s _ _ Hn).
+rewrite IHn.
+rewrite <- Assoc.
+rewrite (Assoc x).
+rewrite <- (Power_comm1 _ _ comm _ Hn).
+now rewrite <- 2!Assoc.
+Qed.
+
+End Exponentiation.
diff --git a/src/plugins/wp/share/coqwp/int/Int.v b/src/plugins/wp/share/coqwp/int/Int.v
index f262ae6374551b3f689ea90a8bd891990f0a286c..8447e44455a8811f74a165299a52a74483c10e9d 100644
--- a/src/plugins/wp/share/coqwp/int/Int.v
+++ b/src/plugins/wp/share/coqwp/int/Int.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -14,26 +15,31 @@ Require Import BuiltIn.
 Require BuiltIn.
 
 (* Why3 comment *)
-(* infix_ls is replaced with (x < x1)%Z by the coq driver *)
-
-(* Why3 goal *)
-Lemma infix_lseq_def : forall (x:Z) (y:Z), (x <= y)%Z <-> ((x < y)%Z \/
-  (x = y)).
-exact Zle_lt_or_eq_iff.
-Qed.
+(* prefix_mn is replaced with (-x)%Z by the coq driver *)
 
 (* Why3 comment *)
 (* infix_pl is replaced with (x + x1)%Z by the coq driver *)
 
 (* Why3 comment *)
-(* prefix_mn is replaced with (-x)%Z by the coq driver *)
+(* infix_as is replaced with (x * x1)%Z by the coq driver *)
 
 (* Why3 comment *)
-(* infix_as is replaced with (x * x1)%Z by the coq driver *)
+(* infix_ls is replaced with (x < x1)%Z by the coq driver *)
 
 (* Why3 goal *)
-Lemma Assoc : forall (x:Z) (y:Z) (z:Z),
-  (((x + y)%Z + z)%Z = (x + (y + z)%Z)%Z).
+Lemma infix_mn_def : forall (x:Z) (y:Z), ((x - y)%Z = (x + (-y)%Z)%Z).
+reflexivity.
+Qed.
+
+(* Why3 goal *)
+Lemma infix_lseq_def :
+  forall (x:Z) (y:Z), (x <= y)%Z <-> ((x < y)%Z \/ (x = y)).
+exact Zle_lt_or_eq_iff.
+Qed.
+
+(* Why3 goal *)
+Lemma Assoc :
+  forall (x:Z) (y:Z) (z:Z), (((x + y)%Z + z)%Z = (x + (y + z)%Z)%Z).
 Proof.
 intros x y z.
 apply sym_eq.
@@ -71,8 +77,8 @@ exact Zplus_comm.
 Qed.
 
 (* Why3 goal *)
-Lemma Assoc1 : forall (x:Z) (y:Z) (z:Z),
-  (((x * y)%Z * z)%Z = (x * (y * z)%Z)%Z).
+Lemma Assoc1 :
+  forall (x:Z) (y:Z) (z:Z), (((x * y)%Z * z)%Z = (x * (y * z)%Z)%Z).
 Proof.
 intros x y z.
 apply sym_eq.
@@ -80,26 +86,21 @@ apply Zmult_assoc.
 Qed.
 
 (* Why3 goal *)
-Lemma Mul_distr_l : forall (x:Z) (y:Z) (z:Z),
-  ((x * (y + z)%Z)%Z = ((x * y)%Z + (x * z)%Z)%Z).
+Lemma Mul_distr_l :
+  forall (x:Z) (y:Z) (z:Z), ((x * (y + z)%Z)%Z = ((x * y)%Z + (x * z)%Z)%Z).
 Proof.
 intros x y z.
 apply Zmult_plus_distr_r.
 Qed.
 
 (* Why3 goal *)
-Lemma Mul_distr_r : forall (x:Z) (y:Z) (z:Z),
-  (((y + z)%Z * x)%Z = ((y * x)%Z + (z * x)%Z)%Z).
+Lemma Mul_distr_r :
+  forall (x:Z) (y:Z) (z:Z), (((y + z)%Z * x)%Z = ((y * x)%Z + (z * x)%Z)%Z).
 Proof.
 intros x y z.
 apply Zmult_plus_distr_l.
 Qed.
 
-(* Why3 goal *)
-Lemma infix_mn_def : forall (x:Z) (y:Z), ((x - y)%Z = (x + (-y)%Z)%Z).
-reflexivity.
-Qed.
-
 (* Why3 goal *)
 Lemma Comm1 : forall (x:Z) (y:Z), ((x * y)%Z = (y * x)%Z).
 Proof.
@@ -126,14 +127,14 @@ apply Zle_refl.
 Qed.
 
 (* Why3 goal *)
-Lemma Trans : forall (x:Z) (y:Z) (z:Z), (x <= y)%Z -> ((y <= z)%Z ->
-  (x <= z)%Z).
+Lemma Trans :
+  forall (x:Z) (y:Z) (z:Z), (x <= y)%Z -> (y <= z)%Z -> (x <= z)%Z.
 Proof.
 exact Zle_trans.
 Qed.
 
 (* Why3 goal *)
-Lemma Antisymm : forall (x:Z) (y:Z), (x <= y)%Z -> ((y <= x)%Z -> (x = y)).
+Lemma Antisymm : forall (x:Z) (y:Z), (x <= y)%Z -> (y <= x)%Z -> (x = y).
 Proof.
 exact Zle_antisym.
 Qed.
@@ -157,15 +158,16 @@ now left.
 Qed.
 
 (* Why3 goal *)
-Lemma CompatOrderAdd : forall (x:Z) (y:Z) (z:Z), (x <= y)%Z ->
-  ((x + z)%Z <= (y + z)%Z)%Z.
+Lemma CompatOrderAdd :
+  forall (x:Z) (y:Z) (z:Z), (x <= y)%Z -> ((x + z)%Z <= (y + z)%Z)%Z.
 Proof.
 exact Zplus_le_compat_r.
 Qed.
 
 (* Why3 goal *)
-Lemma CompatOrderMult : forall (x:Z) (y:Z) (z:Z), (x <= y)%Z ->
-  ((0%Z <= z)%Z -> ((x * z)%Z <= (y * z)%Z)%Z).
+Lemma CompatOrderMult :
+  forall (x:Z) (y:Z) (z:Z), (x <= y)%Z -> (0%Z <= z)%Z ->
+  ((x * z)%Z <= (y * z)%Z)%Z.
 Proof.
 exact Zmult_le_compat_r.
 Qed.
diff --git a/src/plugins/wp/share/coqwp/int/MinMax.v b/src/plugins/wp/share/coqwp/int/MinMax.v
index 793c7139aef46781d70ebdcdd12ff4f42a180ce4..8510be57857c24211f5f5e364c706e612bf78bed 100644
--- a/src/plugins/wp/share/coqwp/int/MinMax.v
+++ b/src/plugins/wp/share/coqwp/int/MinMax.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -18,9 +19,10 @@ Require int.Int.
 (* min is replaced with (ZArith.BinInt.Z.min x x1) by the coq driver *)
 
 (* Why3 goal *)
-Lemma min_def : forall (x:Z) (y:Z), ((x <= y)%Z ->
-  ((ZArith.BinInt.Z.min x y) = x)) /\ ((~ (x <= y)%Z) ->
-  ((ZArith.BinInt.Z.min x y) = y)).
+Lemma min_def :
+  forall (x:Z) (y:Z),
+  ((x <= y)%Z -> ((ZArith.BinInt.Z.min x y) = x)) /\
+  (~ (x <= y)%Z -> ((ZArith.BinInt.Z.min x y) = y)).
 Proof.
 intros x y.
 split ; intros H.
@@ -33,9 +35,10 @@ Qed.
 (* max is replaced with (ZArith.BinInt.Z.max x x1) by the coq driver *)
 
 (* Why3 goal *)
-Lemma max_def : forall (x:Z) (y:Z), ((x <= y)%Z ->
-  ((ZArith.BinInt.Z.max x y) = y)) /\ ((~ (x <= y)%Z) ->
-  ((ZArith.BinInt.Z.max x y) = x)).
+Lemma max_def :
+  forall (x:Z) (y:Z),
+  ((x <= y)%Z -> ((ZArith.BinInt.Z.max x y) = y)) /\
+  (~ (x <= y)%Z -> ((ZArith.BinInt.Z.max x y) = x)).
 Proof.
 intros x y.
 split ; intros H.
@@ -45,40 +48,44 @@ omega.
 Qed.
 
 (* Why3 goal *)
-Lemma Min_r : forall (x:Z) (y:Z), (y <= x)%Z ->
-  ((ZArith.BinInt.Z.min x y) = y).
+Lemma Min_r :
+  forall (x:Z) (y:Z), (y <= x)%Z -> ((ZArith.BinInt.Z.min x y) = y).
 exact Zmin_r.
 Qed.
 
 (* Why3 goal *)
-Lemma Max_l : forall (x:Z) (y:Z), (y <= x)%Z ->
-  ((ZArith.BinInt.Z.max x y) = x).
+Lemma Max_l :
+  forall (x:Z) (y:Z), (y <= x)%Z -> ((ZArith.BinInt.Z.max x y) = x).
 exact Zmax_l.
 Qed.
 
 (* Why3 goal *)
-Lemma Min_comm : forall (x:Z) (y:Z),
-  ((ZArith.BinInt.Z.min x y) = (ZArith.BinInt.Z.min y x)).
+Lemma Min_comm :
+  forall (x:Z) (y:Z), ((ZArith.BinInt.Z.min x y) = (ZArith.BinInt.Z.min y x)).
 exact Zmin_comm.
 Qed.
 
 (* Why3 goal *)
-Lemma Max_comm : forall (x:Z) (y:Z),
-  ((ZArith.BinInt.Z.max x y) = (ZArith.BinInt.Z.max y x)).
+Lemma Max_comm :
+  forall (x:Z) (y:Z), ((ZArith.BinInt.Z.max x y) = (ZArith.BinInt.Z.max y x)).
 exact Zmax_comm.
 Qed.
 
 (* Why3 goal *)
-Lemma Min_assoc : forall (x:Z) (y:Z) (z:Z),
-  ((ZArith.BinInt.Z.min (ZArith.BinInt.Z.min x y) z) = (ZArith.BinInt.Z.min x (ZArith.BinInt.Z.min y z))).
+Lemma Min_assoc :
+  forall (x:Z) (y:Z) (z:Z),
+  ((ZArith.BinInt.Z.min (ZArith.BinInt.Z.min x y) z) =
+   (ZArith.BinInt.Z.min x (ZArith.BinInt.Z.min y z))).
 Proof.
 intros x y z.
 apply eq_sym, Zmin_assoc.
 Qed.
 
 (* Why3 goal *)
-Lemma Max_assoc : forall (x:Z) (y:Z) (z:Z),
-  ((ZArith.BinInt.Z.max (ZArith.BinInt.Z.max x y) z) = (ZArith.BinInt.Z.max x (ZArith.BinInt.Z.max y z))).
+Lemma Max_assoc :
+  forall (x:Z) (y:Z) (z:Z),
+  ((ZArith.BinInt.Z.max (ZArith.BinInt.Z.max x y) z) =
+   (ZArith.BinInt.Z.max x (ZArith.BinInt.Z.max y z))).
 Proof.
 intros x y z.
 apply eq_sym, Zmax_assoc.
diff --git a/src/plugins/wp/share/coqwp/int/Power.v b/src/plugins/wp/share/coqwp/int/Power.v
new file mode 100644
index 0000000000000000000000000000000000000000..55d496108e2c03e74cffffcce5bec06abb2253ec
--- /dev/null
+++ b/src/plugins/wp/share/coqwp/int/Power.v
@@ -0,0 +1,132 @@
+(**************************************************************************)
+(*                                                                        *)
+(*  The Why3 Verification Platform   /   The Why3 Development Team        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
+(*                                                                        *)
+(*  This software is distributed under the terms of the GNU Lesser        *)
+(*  General Public License version 2.1, with the special exception        *)
+(*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
+(**************************************************************************)
+
+(* This file is generated by Why3's Coq-realize driver *)
+(* Beware! Only edit allowed sections below    *)
+Require Import BuiltIn.
+Require BuiltIn.
+Require int.Int.
+
+Require Import Exponentiation.
+
+(* Why3 goal *)
+Notation power := Zpower.
+
+Lemma power_is_exponentiation :
+  forall x n, (0 <= n)%Z -> power x n = Exponentiation.power _ 1%Z Zmult x n.
+Proof.
+intros x [|n|n] H.
+easy.
+2: now elim H.
+unfold Exponentiation.power, power, Zpower_pos.
+now rewrite iter_nat_of_P.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_0 : forall (x:Z), ((power x 0%Z) = 1%Z).
+Proof.
+intros x.
+apply refl_equal.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_s :
+  forall (x:Z) (n:Z), (0%Z <= n)%Z ->
+  ((power x (n + 1%Z)%Z) = (x * (power x n))%Z).
+Proof.
+intros x n h1.
+rewrite Zpower_exp.
+change (power x 1) with (x * 1)%Z.
+ring.
+now apply Zle_ge.
+easy.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_s_alt :
+  forall (x:Z) (n:Z), (0%Z < n)%Z ->
+  ((power x n) = (x * (power x (n - 1%Z)%Z))%Z).
+intros x n h1.
+rewrite <- Power_s.
+f_equal; auto with zarith.
+omega.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_1 : forall (x:Z), ((power x 1%Z) = x).
+Proof.
+exact Zmult_1_r.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_sum :
+  forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z -> (0%Z <= m)%Z ->
+  ((power x (n + m)%Z) = ((power x n) * (power x m))%Z).
+Proof.
+intros x n m Hn Hm.
+now apply Zpower_exp; apply Zle_ge.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_mult :
+  forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z -> (0%Z <= m)%Z ->
+  ((power x (n * m)%Z) = (power (power x n) m)).
+Proof.
+intros x n m Hn Hm.
+rewrite 3!power_is_exponentiation ; auto with zarith.
+apply Power_mult ; auto with zarith.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_comm1 :
+  forall (x:Z) (y:Z), ((x * y)%Z = (y * x)%Z) -> forall (n:Z),
+  (0%Z <= n)%Z -> (((power x n) * y)%Z = (y * (power x n))%Z).
+Proof.
+intros x y h1 n h2.
+auto with zarith.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_comm2 :
+  forall (x:Z) (y:Z), ((x * y)%Z = (y * x)%Z) -> forall (n:Z),
+  (0%Z <= n)%Z -> ((power (x * y)%Z n) = ((power x n) * (power y n))%Z).
+Proof.
+intros x y h1 n h2.
+rewrite 3!power_is_exponentiation ; auto with zarith.
+apply Power_comm2 ; auto with zarith.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_non_neg :
+  forall (x:Z) (y:Z), ((0%Z <= x)%Z /\ (0%Z <= y)%Z) ->
+  (0%Z <= (power x y))%Z.
+intros x y (h1,h2).
+now apply Z.pow_nonneg.
+Qed.
+
+(* Why3 goal *)
+Lemma Power_pos :
+  forall (x:Z) (y:Z), ((0%Z < x)%Z /\ (0%Z <= y)%Z) -> (0%Z < (power x y))%Z.
+Proof.
+intros x y (h1,h2).
+eapply Z.pow_pos_nonneg; eauto.
+Qed.
+
+Open Scope Z_scope.
+
+(* Why3 goal *)
+Lemma Power_monotonic :
+  forall (x:Z) (n:Z) (m:Z), ((0%Z < x)%Z /\ ((0%Z <= n)%Z /\ (n <= m)%Z)) ->
+  ((power x n) <= (power x m))%Z.
+intros.
+apply Z.pow_le_mono_r; auto with zarith.
+Qed.
+
diff --git a/src/plugins/wp/share/coqwp/map/Const.v b/src/plugins/wp/share/coqwp/map/Const.v
index fbe804309c1a135ed67bffd990ed82be791b77d6..51eddc01c4ae4b66d6ed9fac2a60a9392fc3696b 100644
--- a/src/plugins/wp/share/coqwp/map/Const.v
+++ b/src/plugins/wp/share/coqwp/map/Const.v
@@ -1,33 +1,23 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
 (* Beware! Only edit allowed sections below    *)
 Require Import BuiltIn.
 Require BuiltIn.
+Require HighOrd.
 Require map.Map.
 
-(* Why3 goal *)
-Definition const: forall {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b},
-  b -> (map.Map.map a b).
-intros a a_WT b b_WT v.
-constructor; intros i.
-exact v.
-Defined.
-
-(* Why3 goal *)
-Lemma Const : forall {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b},
-  forall (b1:b) (a1:a), ((map.Map.get (const b1: (map.Map.map a b))
-  a1) = b1).
-intros a a_WT b b_WT b1 a1.
-unfold const.
-auto.
-Qed.
+(* Why3 assumption *)
+Definition const {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b} 
+    (v:b) : a -> b :=
+  fun (us:a) => v.
 
diff --git a/src/plugins/wp/share/coqwp/map/Map.v b/src/plugins/wp/share/coqwp/map/Map.v
index 8275368d51c7bbb89907a9639d2396349202ed94..ac77830ba3f8a85d6480b75f5cefb4ff1e3eddad 100644
--- a/src/plugins/wp/share/coqwp/map/Map.v
+++ b/src/plugins/wp/share/coqwp/map/Map.v
@@ -1,28 +1,24 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
 (* Beware! Only edit allowed sections below    *)
 Require Import BuiltIn.
 Require BuiltIn.
+Require HighOrd.
 
 Require Import ClassicalEpsilon.
 
-Inductive _map (a b:Type) :=
-  | _map_constr : (a -> b) -> _map a b.
-
-(* Why3 goal *)
-Definition map : forall (a:Type) (b:Type), Type.
-intros.
-exact (_map a b).
-Defined.
+(* Why3 assumption *)
+Definition map (a:Type) (b:Type) := a -> b.
 
 Global Instance map_WhyType : forall (a:Type) {a_WT:WhyType a} (b:Type) {b_WT:WhyType b}, WhyType (map a b).
 Proof.
@@ -34,17 +30,10 @@ apply excluded_middle_informative.
 Qed.
 
 (* Why3 goal *)
-Definition get: forall {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b},
-  (map a b) -> a -> b.
-intros a a_WT b b_WT (m) x.
-exact (m x).
-Defined.
-
-(* Why3 goal *)
-Definition set: forall {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b},
-  (map a b) -> a -> b -> (map a b).
-intros a a_WT b b_WT (m) x y.
-split.
+Definition set {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b} :
+  (a -> b) -> a -> b -> a -> b.
+Proof.
+intros m x y.
 intros x'.
 destruct (why_decidable_eq x x') as [H|H].
 exact y.
@@ -52,32 +41,19 @@ exact (m x').
 Defined.
 
 (* Why3 goal *)
-Lemma Select_eq : forall {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b},
-  forall (m:(map a b)), forall (a1:a) (a2:a), forall (b1:b), (a1 = a2) ->
-  ((get (set m a1 b1) a2) = b1).
-Proof.
-intros a a_WT b b_WT (m) a1 a2 b1 h1.
-unfold get, set.
-now case why_decidable_eq.
-Qed.
-
-(* Why3 goal *)
-Lemma Select_neq : forall {a:Type} {a_WT:WhyType a}
-  {b:Type} {b_WT:WhyType b}, forall (m:(map a b)), forall (a1:a) (a2:a),
-  forall (b1:b), (~ (a1 = a2)) -> ((get (set m a1 b1) a2) = (get m a2)).
-Proof.
-intros a a_WT b b_WT (m) a1 a2 b1 h1.
-unfold get, set.
-now case why_decidable_eq.
-Qed.
-
-(* Unused content named const
-intros a a_WT b b_WT y.
-exact (_map_constr _ _ (fun _ => y)).
-Defined.
- *)
-(* Unused content named Const
+Lemma set_def {a:Type} {a_WT:WhyType a} {b:Type} {b_WT:WhyType b} :
+  forall (f:a -> b) (x:a) (v:b) (y:a),
+  ((y = x) -> (((set f x v) y) = v)) /\
+  (~ (y = x) -> (((set f x v) y) = (f y))).
 Proof.
+intros f x v y.
+unfold set.
+case why_decidable_eq.
+intros <-.
+split ; try easy ; intros H ; now elim H. (* TODO: replace by easy after 8.4 *)
+intros H.
+split ; intros H'.
+now elim H.
 easy.
 Qed.
- *)
+
diff --git a/src/plugins/wp/share/coqwp/real/Abs.v b/src/plugins/wp/share/coqwp/real/Abs.v
index 8ac538e8bff23bd11e707a81e28bfcf1f6665f40..33b579cdeaf8b5725b3225e9b50e36f8427112d1 100644
--- a/src/plugins/wp/share/coqwp/real/Abs.v
+++ b/src/plugins/wp/share/coqwp/real/Abs.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -21,9 +22,10 @@ Import Rbasic_fun.
 (* abs is replaced with (Reals.Rbasic_fun.Rabs x) by the coq driver *)
 
 (* Why3 goal *)
-Lemma abs_def : forall (x:R), ((0%R <= x)%R ->
-  ((Reals.Rbasic_fun.Rabs x) = x)) /\ ((~ (0%R <= x)%R) ->
-  ((Reals.Rbasic_fun.Rabs x) = (-x)%R)).
+Lemma abs_def :
+  forall (x:R),
+  ((0%R <= x)%R -> ((Reals.Rbasic_fun.Rabs x) = x)) /\
+  (~ (0%R <= x)%R -> ((Reals.Rbasic_fun.Rabs x) = (-x)%R)).
 split ; intros H.
 apply Rabs_right.
 now apply Rle_ge.
@@ -32,8 +34,9 @@ now apply Rnot_le_lt.
 Qed.
 
 (* Why3 goal *)
-Lemma Abs_le : forall (x:R) (y:R), ((Reals.Rbasic_fun.Rabs x) <= y)%R <->
-  (((-y)%R <= x)%R /\ (x <= y)%R).
+Lemma Abs_le :
+  forall (x:R) (y:R),
+  ((Reals.Rbasic_fun.Rabs x) <= y)%R <-> (((-y)%R <= x)%R /\ (x <= y)%R).
 intros x y.
 unfold Rabs.
 case Rcase_abs ; intros H ; (split ; [intros H0;split | intros (H0,H1)]).
@@ -63,20 +66,26 @@ exact Rabs_pos.
 Qed.
 
 (* Why3 goal *)
-Lemma Abs_sum : forall (x:R) (y:R),
-  ((Reals.Rbasic_fun.Rabs (x + y)%R) <= ((Reals.Rbasic_fun.Rabs x) + (Reals.Rbasic_fun.Rabs y))%R)%R.
+Lemma Abs_sum :
+  forall (x:R) (y:R),
+  ((Reals.Rbasic_fun.Rabs (x + y)%R) <=
+   ((Reals.Rbasic_fun.Rabs x) + (Reals.Rbasic_fun.Rabs y))%R)%R.
 exact Rabs_triang.
 Qed.
 
 (* Why3 goal *)
-Lemma Abs_prod : forall (x:R) (y:R),
-  ((Reals.Rbasic_fun.Rabs (x * y)%R) = ((Reals.Rbasic_fun.Rabs x) * (Reals.Rbasic_fun.Rabs y))%R).
+Lemma Abs_prod :
+  forall (x:R) (y:R),
+  ((Reals.Rbasic_fun.Rabs (x * y)%R) =
+   ((Reals.Rbasic_fun.Rabs x) * (Reals.Rbasic_fun.Rabs y))%R).
 exact Rabs_mult.
 Qed.
 
 (* Why3 goal *)
-Lemma triangular_inequality : forall (x:R) (y:R) (z:R),
-  ((Reals.Rbasic_fun.Rabs (x - z)%R) <= ((Reals.Rbasic_fun.Rabs (x - y)%R) + (Reals.Rbasic_fun.Rabs (y - z)%R))%R)%R.
+Lemma triangular_inequality :
+  forall (x:R) (y:R) (z:R),
+  ((Reals.Rbasic_fun.Rabs (x - z)%R) <=
+   ((Reals.Rbasic_fun.Rabs (x - y)%R) + (Reals.Rbasic_fun.Rabs (y - z)%R))%R)%R.
 intros x y z.
 replace (x - z)%R with ((x - y) + (y - z))%R by ring.
 apply Rabs_triang.
diff --git a/src/plugins/wp/share/coqwp/real/ExpLog.v b/src/plugins/wp/share/coqwp/real/ExpLog.v
index 9211ebc212c065ced6c02d3af603408c94095d86..d666acbb9f2112960790b95888e27b0e8e288d84 100644
--- a/src/plugins/wp/share/coqwp/real/ExpLog.v
+++ b/src/plugins/wp/share/coqwp/real/ExpLog.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -30,8 +31,10 @@ Qed.
 Require Import Exp_prop.
 
 (* Why3 goal *)
-Lemma Exp_sum : forall (x:R) (y:R),
-  ((Reals.Rtrigo_def.exp (x + y)%R) = ((Reals.Rtrigo_def.exp x) * (Reals.Rtrigo_def.exp y))%R).
+Lemma Exp_sum :
+  forall (x:R) (y:R),
+  ((Reals.Rtrigo_def.exp (x + y)%R) =
+   ((Reals.Rtrigo_def.exp x) * (Reals.Rtrigo_def.exp y))%R).
 exact exp_plus.
 Qed.
 
@@ -44,28 +47,31 @@ exact ln_1.
 Qed.
 
 (* Why3 goal *)
-Lemma Log_mul : forall (x:R) (y:R), ((0%R < x)%R /\ (0%R < y)%R) ->
-  ((Reals.Rpower.ln (x * y)%R) = ((Reals.Rpower.ln x) + (Reals.Rpower.ln y))%R).
+Lemma Log_mul :
+  forall (x:R) (y:R), ((0%R < x)%R /\ (0%R < y)%R) ->
+  ((Reals.Rpower.ln (x * y)%R) =
+   ((Reals.Rpower.ln x) + (Reals.Rpower.ln y))%R).
 intros x y (Hx,Hy).
 now apply ln_mult.
 Qed.
 
 (* Why3 goal *)
-Lemma Log_exp : forall (x:R),
-  ((Reals.Rpower.ln (Reals.Rtrigo_def.exp x)) = x).
+Lemma Log_exp :
+  forall (x:R), ((Reals.Rpower.ln (Reals.Rtrigo_def.exp x)) = x).
 exact ln_exp.
 Qed.
 
 (* Why3 goal *)
-Lemma Exp_log : forall (x:R), (0%R < x)%R ->
+Lemma Exp_log :
+  forall (x:R), (0%R < x)%R ->
   ((Reals.Rtrigo_def.exp (Reals.Rpower.ln x)) = x).
 exact exp_ln.
 Qed.
 
 (* Why3 assumption *)
-Definition log2 (x:R): R := ((Reals.Rpower.ln x) / (Reals.Rpower.ln 2%R))%R.
+Definition log2 (x:R) : R := ((Reals.Rpower.ln x) / (Reals.Rpower.ln 2%R))%R.
 
 (* Why3 assumption *)
-Definition log10 (x:R): R :=
+Definition log10 (x:R) : R :=
   ((Reals.Rpower.ln x) / (Reals.Rpower.ln 10%R))%R.
 
diff --git a/src/plugins/wp/share/coqwp/real/FromInt.v b/src/plugins/wp/share/coqwp/real/FromInt.v
index c10466940d61635bc09710fb3bf3ad11f1e3e5f0..5d61bbdfdd2cc73243cf83f791b1fcbf4267db2b 100644
--- a/src/plugins/wp/share/coqwp/real/FromInt.v
+++ b/src/plugins/wp/share/coqwp/real/FromInt.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -31,21 +32,24 @@ split.
 Qed.
 
 (* Why3 goal *)
-Lemma Add : forall (x:Z) (y:Z),
+Lemma Add :
+  forall (x:Z) (y:Z),
   ((BuiltIn.IZR (x + y)%Z) = ((BuiltIn.IZR x) + (BuiltIn.IZR y))%R).
 Proof.
 exact plus_IZR.
 Qed.
 
 (* Why3 goal *)
-Lemma Sub : forall (x:Z) (y:Z),
+Lemma Sub :
+  forall (x:Z) (y:Z),
   ((BuiltIn.IZR (x - y)%Z) = ((BuiltIn.IZR x) - (BuiltIn.IZR y))%R).
 Proof.
 exact minus_IZR.
 Qed.
 
 (* Why3 goal *)
-Lemma Mul : forall (x:Z) (y:Z),
+Lemma Mul :
+  forall (x:Z) (y:Z),
   ((BuiltIn.IZR (x * y)%Z) = ((BuiltIn.IZR x) * (BuiltIn.IZR y))%R).
 Proof.
 exact mult_IZR.
@@ -58,8 +62,15 @@ exact opp_IZR.
 Qed.
 
 (* Why3 goal *)
-Lemma Monotonic : forall (x:Z) (y:Z), (x <= y)%Z ->
-  ((BuiltIn.IZR x) <= (BuiltIn.IZR y))%R.
+Lemma Injective :
+  forall (x:Z) (y:Z), ((BuiltIn.IZR x) = (BuiltIn.IZR y)) -> (x = y).
+Proof.
+exact eq_IZR.
+Qed.
+
+(* Why3 goal *)
+Lemma Monotonic :
+  forall (x:Z) (y:Z), (x <= y)%Z -> ((BuiltIn.IZR x) <= (BuiltIn.IZR y))%R.
 Proof.
 exact (IZR_le).
 Qed.
diff --git a/src/plugins/wp/share/coqwp/real/MinMax.v b/src/plugins/wp/share/coqwp/real/MinMax.v
index 4eee104e72b9966a4d26c4929d59fbea12ae3586..deccab540b9680049daae23ec9f46ba05f0b6d7f 100644
--- a/src/plugins/wp/share/coqwp/real/MinMax.v
+++ b/src/plugins/wp/share/coqwp/real/MinMax.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -20,9 +21,10 @@ Require Import Rbasic_fun.
 (* min is replaced with (Reals.Rbasic_fun.Rmin x x1) by the coq driver *)
 
 (* Why3 goal *)
-Lemma min_def : forall (x:R) (y:R), ((x <= y)%R ->
-  ((Reals.Rbasic_fun.Rmin x y) = x)) /\ ((~ (x <= y)%R) ->
-  ((Reals.Rbasic_fun.Rmin x y) = y)).
+Lemma min_def :
+  forall (x:R) (y:R),
+  ((x <= y)%R -> ((Reals.Rbasic_fun.Rmin x y) = x)) /\
+  (~ (x <= y)%R -> ((Reals.Rbasic_fun.Rmin x y) = y)).
 Proof.
 intros x y.
 split ; intros H.
@@ -35,9 +37,10 @@ Qed.
 (* max is replaced with (Reals.Rbasic_fun.Rmax x x1) by the coq driver *)
 
 (* Why3 goal *)
-Lemma max_def : forall (x:R) (y:R), ((x <= y)%R ->
-  ((Reals.Rbasic_fun.Rmax x y) = y)) /\ ((~ (x <= y)%R) ->
-  ((Reals.Rbasic_fun.Rmax x y) = x)).
+Lemma max_def :
+  forall (x:R) (y:R),
+  ((x <= y)%R -> ((Reals.Rbasic_fun.Rmax x y) = y)) /\
+  (~ (x <= y)%R -> ((Reals.Rbasic_fun.Rmax x y) = x)).
 Proof.
 intros x y.
 split ; intros H.
@@ -47,32 +50,36 @@ now apply Rlt_le, Rnot_le_lt.
 Qed.
 
 (* Why3 goal *)
-Lemma Min_r : forall (x:R) (y:R), (y <= x)%R ->
-  ((Reals.Rbasic_fun.Rmin x y) = y).
+Lemma Min_r :
+  forall (x:R) (y:R), (y <= x)%R -> ((Reals.Rbasic_fun.Rmin x y) = y).
 exact Rmin_right.
 Qed.
 
 (* Why3 goal *)
-Lemma Max_l : forall (x:R) (y:R), (y <= x)%R ->
-  ((Reals.Rbasic_fun.Rmax x y) = x).
+Lemma Max_l :
+  forall (x:R) (y:R), (y <= x)%R -> ((Reals.Rbasic_fun.Rmax x y) = x).
 exact Rmax_left.
 Qed.
 
 (* Why3 goal *)
-Lemma Min_comm : forall (x:R) (y:R),
+Lemma Min_comm :
+  forall (x:R) (y:R),
   ((Reals.Rbasic_fun.Rmin x y) = (Reals.Rbasic_fun.Rmin y x)).
 exact Rmin_comm.
 Qed.
 
 (* Why3 goal *)
-Lemma Max_comm : forall (x:R) (y:R),
+Lemma Max_comm :
+  forall (x:R) (y:R),
   ((Reals.Rbasic_fun.Rmax x y) = (Reals.Rbasic_fun.Rmax y x)).
 exact Rmax_comm.
 Qed.
 
 (* Why3 goal *)
-Lemma Min_assoc : forall (x:R) (y:R) (z:R),
-  ((Reals.Rbasic_fun.Rmin (Reals.Rbasic_fun.Rmin x y) z) = (Reals.Rbasic_fun.Rmin x (Reals.Rbasic_fun.Rmin y z))).
+Lemma Min_assoc :
+  forall (x:R) (y:R) (z:R),
+  ((Reals.Rbasic_fun.Rmin (Reals.Rbasic_fun.Rmin x y) z) =
+   (Reals.Rbasic_fun.Rmin x (Reals.Rbasic_fun.Rmin y z))).
 Proof.
 intros x y z.
 destruct (Rle_or_lt x y) as [Hxy|Hxy].
@@ -93,8 +100,10 @@ apply Rmin_l.
 Qed.
 
 (* Why3 goal *)
-Lemma Max_assoc : forall (x:R) (y:R) (z:R),
-  ((Reals.Rbasic_fun.Rmax (Reals.Rbasic_fun.Rmax x y) z) = (Reals.Rbasic_fun.Rmax x (Reals.Rbasic_fun.Rmax y z))).
+Lemma Max_assoc :
+  forall (x:R) (y:R) (z:R),
+  ((Reals.Rbasic_fun.Rmax (Reals.Rbasic_fun.Rmax x y) z) =
+   (Reals.Rbasic_fun.Rmax x (Reals.Rbasic_fun.Rmax y z))).
 Proof.
 intros x y z.
 destruct (Rle_or_lt x y) as [Hxy|Hxy].
diff --git a/src/plugins/wp/share/coqwp/real/PowerReal.v b/src/plugins/wp/share/coqwp/real/PowerReal.v
index 1a03e615e87c85b13d3f3b3d242233624bf4b70f..15404bf4e7590a876e7fd9d5412f5e58f12f98d6 100644
--- a/src/plugins/wp/share/coqwp/real/PowerReal.v
+++ b/src/plugins/wp/share/coqwp/real/PowerReal.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -15,7 +16,10 @@ Require Reals.Rtrigo_def.
 Require Reals.Rpower.
 Require Reals.R_sqrt.
 Require BuiltIn.
+Require int.Int.
+Require int.Power.
 Require real.Real.
+Require real.FromInt.
 Require real.Square.
 Require real.ExpLog.
 
@@ -25,47 +29,53 @@ Import Rpower.
 (* pow is replaced with (Reals.Rpower.Rpower x x1) by the coq driver *)
 
 (* Why3 goal *)
-Lemma Pow_def : forall (x:R) (y:R), (0%R < x)%R ->
-  ((Reals.Rpower.Rpower x y) = (Reals.Rtrigo_def.exp (y * (Reals.Rpower.ln x))%R)).
+Lemma Pow_def :
+  forall (x:R) (y:R), (0%R < x)%R ->
+  ((Reals.Rpower.Rpower x y) =
+   (Reals.Rtrigo_def.exp (y * (Reals.Rpower.ln x))%R)).
 Proof.
 easy.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_pos : forall (x:R) (y:R), (0%R < x)%R ->
-  (0%R < (Reals.Rpower.Rpower x y))%R.
+Lemma Pow_pos :
+  forall (x:R) (y:R), (0%R < x)%R -> (0%R < (Reals.Rpower.Rpower x y))%R.
 Proof.
 intros x y h1.
 apply Exp_prop.exp_pos.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_plus : forall (x:R) (y:R) (z:R), (0%R < z)%R ->
-  ((Reals.Rpower.Rpower z (x + y)%R) = ((Reals.Rpower.Rpower z x) * (Reals.Rpower.Rpower z y))%R).
+Lemma Pow_plus :
+  forall (x:R) (y:R) (z:R), (0%R < z)%R ->
+  ((Reals.Rpower.Rpower z (x + y)%R) =
+   ((Reals.Rpower.Rpower z x) * (Reals.Rpower.Rpower z y))%R).
 Proof.
 intros x y z h1.
 now apply Rpower_plus.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_mult : forall (x:R) (y:R) (z:R), (0%R < x)%R ->
-  ((Reals.Rpower.Rpower (Reals.Rpower.Rpower x y) z) = (Reals.Rpower.Rpower x (y * z)%R)).
+Lemma Pow_mult :
+  forall (x:R) (y:R) (z:R), (0%R < x)%R ->
+  ((Reals.Rpower.Rpower (Reals.Rpower.Rpower x y) z) =
+   (Reals.Rpower.Rpower x (y * z)%R)).
 Proof.
 intros x y z h1.
 now apply Rpower_mult.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_x_zero : forall (x:R), (0%R < x)%R ->
-  ((Reals.Rpower.Rpower x 0%R) = 1%R).
+Lemma Pow_x_zero :
+  forall (x:R), (0%R < x)%R -> ((Reals.Rpower.Rpower x 0%R) = 1%R).
 Proof.
 intros x h1.
 now apply Rpower_O.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_x_one : forall (x:R), (0%R < x)%R ->
-  ((Reals.Rpower.Rpower x 1%R) = x).
+Lemma Pow_x_one :
+  forall (x:R), (0%R < x)%R -> ((Reals.Rpower.Rpower x 1%R) = x).
 Proof.
 intros x h1.
 now apply Rpower_1.
@@ -82,7 +92,8 @@ now apply  Rtrigo_def.exp_0.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_x_two : forall (x:R), (0%R < x)%R ->
+Lemma Pow_x_two :
+  forall (x:R), (0%R < x)%R ->
   ((Reals.Rpower.Rpower x 2%R) = (Reals.RIneq.Rsqr x)).
 Proof.
 intros x h1.
@@ -92,7 +103,8 @@ now rewrite Rmult_1_r.
 Qed.
 
 (* Why3 goal *)
-Lemma Pow_half : forall (x:R), (0%R < x)%R ->
+Lemma Pow_half :
+  forall (x:R), (0%R < x)%R ->
   ((Reals.Rpower.Rpower x (05 / 10)%R) = (Reals.R_sqrt.sqrt x)).
 Proof.
 intros x h1.
@@ -100,3 +112,17 @@ replace (5 / 10)%R with (/ 2)%R by field.
 now apply Rpower_sqrt.
 Qed.
 
+(* Why3 goal *)
+Lemma pow_from_int :
+  forall (x:Z) (y:Z), (0%Z < x)%Z -> (0%Z <= y)%Z ->
+  ((Reals.Rpower.Rpower (BuiltIn.IZR x) (BuiltIn.IZR y)) =
+   (BuiltIn.IZR (int.Power.power x y))).
+Proof.
+intros x y h1 h2.
+rewrite <- Z2Nat.id with (1 := h2).
+rewrite <- pow_IZR.
+rewrite <- INR_IZR_INZ.
+apply Rpower_pow.
+now apply (IZR_lt 0).
+Qed.
+
diff --git a/src/plugins/wp/share/coqwp/real/Real.v b/src/plugins/wp/share/coqwp/real/Real.v
index 1d80601d2f3f16324d09f8d2dfbb95fdfaede25f..eca3f8f8ea4d724e2a1eae2291a2759168a9f68a 100644
--- a/src/plugins/wp/share/coqwp/real/Real.v
+++ b/src/plugins/wp/share/coqwp/real/Real.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -14,26 +15,27 @@ Require Import BuiltIn.
 Require BuiltIn.
 
 (* Why3 comment *)
-(* infix_ls is replaced with (x < x1)%R by the coq driver *)
-
-(* Why3 goal *)
-Lemma infix_lseq_def : forall (x:R) (y:R), (x <= y)%R <-> ((x < y)%R \/
-  (x = y)).
-reflexivity.
-Qed.
+(* prefix_mn is replaced with (-x)%R by the coq driver *)
 
 (* Why3 comment *)
 (* infix_pl is replaced with (x + x1)%R by the coq driver *)
 
 (* Why3 comment *)
-(* prefix_mn is replaced with (-x)%R by the coq driver *)
+(* infix_as is replaced with (x * x1)%R by the coq driver *)
 
 (* Why3 comment *)
-(* infix_as is replaced with (x * x1)%R by the coq driver *)
+(* infix_ls is replaced with (x < x1)%R by the coq driver *)
 
 (* Why3 goal *)
-Lemma Assoc : forall (x:R) (y:R) (z:R),
-  (((x + y)%R + z)%R = (x + (y + z)%R)%R).
+Lemma infix_lseq_def :
+  forall (x:R) (y:R), (x <= y)%R <-> ((x < y)%R \/ (x = y)).
+Proof.
+reflexivity.
+Qed.
+
+(* Why3 goal *)
+Lemma Assoc :
+  forall (x:R) (y:R) (z:R), (((x + y)%R + z)%R = (x + (y + z)%R)%R).
 Proof.
 exact Rplus_assoc.
 Qed.
@@ -69,33 +71,28 @@ exact Rplus_comm.
 Qed.
 
 (* Why3 goal *)
-Lemma Assoc1 : forall (x:R) (y:R) (z:R),
-  (((x * y)%R * z)%R = (x * (y * z)%R)%R).
+Lemma Assoc1 :
+  forall (x:R) (y:R) (z:R), (((x * y)%R * z)%R = (x * (y * z)%R)%R).
 Proof.
 exact Rmult_assoc.
 Qed.
 
 (* Why3 goal *)
-Lemma Mul_distr_l : forall (x:R) (y:R) (z:R),
-  ((x * (y + z)%R)%R = ((x * y)%R + (x * z)%R)%R).
+Lemma Mul_distr_l :
+  forall (x:R) (y:R) (z:R), ((x * (y + z)%R)%R = ((x * y)%R + (x * z)%R)%R).
 Proof.
 intros x y z.
 apply Rmult_plus_distr_l.
 Qed.
 
 (* Why3 goal *)
-Lemma Mul_distr_r : forall (x:R) (y:R) (z:R),
-  (((y + z)%R * x)%R = ((y * x)%R + (z * x)%R)%R).
+Lemma Mul_distr_r :
+  forall (x:R) (y:R) (z:R), (((y + z)%R * x)%R = ((y * x)%R + (z * x)%R)%R).
 Proof.
 intros x y z.
 apply Rmult_plus_distr_r.
 Qed.
 
-(* Why3 goal *)
-Lemma infix_mn_def : forall (x:R) (y:R), ((x - y)%R = (x + (-y)%R)%R).
-reflexivity.
-Qed.
-
 (* Why3 goal *)
 Lemma Comm1 : forall (x:R) (y:R), ((x * y)%R = (y * x)%R).
 Proof.
@@ -119,19 +116,28 @@ Qed.
 (* inv is replaced with (Reals.Rdefinitions.Rinv x) by the coq driver *)
 
 (* Why3 goal *)
-Lemma Inverse : forall (x:R), (~ (x = 0%R)) ->
-  ((x * (Reals.Rdefinitions.Rinv x))%R = 1%R).
+Lemma Inverse :
+  forall (x:R), ~ (x = 0%R) -> ((x * (Reals.Rdefinitions.Rinv x))%R = 1%R).
+Proof.
 exact Rinv_r.
 Qed.
 
 (* Why3 goal *)
-Lemma infix_sl_def : forall (x:R) (y:R),
-  ((x / y)%R = (x * (Reals.Rdefinitions.Rinv y))%R).
+Lemma infix_mn_def : forall (x:R) (y:R), ((x - y)%R = (x + (-y)%R)%R).
+Proof.
+reflexivity.
+Qed.
+
+(* Why3 goal *)
+Lemma infix_sl_def :
+  forall (x:R) (y:R), ((x / y)%R = (x * (Reals.Rdefinitions.Rinv y))%R).
+Proof.
 reflexivity.
 Qed.
 
 (* Why3 goal *)
-Lemma add_div : forall (x:R) (y:R) (z:R), (~ (z = 0%R)) ->
+Lemma add_div :
+  forall (x:R) (y:R) (z:R), ~ (z = 0%R) ->
   (((x + y)%R / z)%R = ((x / z)%R + (y / z)%R)%R).
 Proof.
 intros.
@@ -140,7 +146,8 @@ assumption.
 Qed.
 
 (* Why3 goal *)
-Lemma sub_div : forall (x:R) (y:R) (z:R), (~ (z = 0%R)) ->
+Lemma sub_div :
+  forall (x:R) (y:R) (z:R), ~ (z = 0%R) ->
   (((x - y)%R / z)%R = ((x / z)%R - (y / z)%R)%R).
 Proof.
 intros.
@@ -149,8 +156,8 @@ assumption.
 Qed.
 
 (* Why3 goal *)
-Lemma neg_div : forall (x:R) (y:R), (~ (y = 0%R)) ->
-  (((-x)%R / y)%R = (-(x / y)%R)%R).
+Lemma neg_div :
+  forall (x:R) (y:R), ~ (y = 0%R) -> (((-x)%R / y)%R = (-(x / y)%R)%R).
 Proof.
 intros.
 field.
@@ -158,7 +165,8 @@ assumption.
 Qed.
 
 (* Why3 goal *)
-Lemma assoc_mul_div : forall (x:R) (y:R) (z:R), (~ (z = 0%R)) ->
+Lemma assoc_mul_div :
+  forall (x:R) (y:R) (z:R), ~ (z = 0%R) ->
   (((x * y)%R / z)%R = (x * (y / z)%R)%R).
 Proof.
 intros x y z _.
@@ -166,8 +174,9 @@ apply Rmult_assoc.
 Qed.
 
 (* Why3 goal *)
-Lemma assoc_div_mul : forall (x:R) (y:R) (z:R), ((~ (y = 0%R)) /\
-  ~ (z = 0%R)) -> (((x / y)%R / z)%R = (x / (y * z)%R)%R).
+Lemma assoc_div_mul :
+  forall (x:R) (y:R) (z:R), (~ (y = 0%R) /\ ~ (z = 0%R)) ->
+  (((x / y)%R / z)%R = (x / (y * z)%R)%R).
 Proof.
 intros x y z (Zy, Zz).
 unfold Rdiv.
@@ -176,8 +185,9 @@ now rewrite Rinv_mult_distr.
 Qed.
 
 (* Why3 goal *)
-Lemma assoc_div_div : forall (x:R) (y:R) (z:R), ((~ (y = 0%R)) /\
-  ~ (z = 0%R)) -> ((x / (y / z)%R)%R = ((x * z)%R / y)%R).
+Lemma assoc_div_div :
+  forall (x:R) (y:R) (z:R), (~ (y = 0%R) /\ ~ (z = 0%R)) ->
+  ((x / (y / z)%R)%R = ((x * z)%R / y)%R).
 Proof.
 intros x y z (Zy, Zz).
 field.
@@ -191,14 +201,14 @@ exact Rle_refl.
 Qed.
 
 (* Why3 goal *)
-Lemma Trans : forall (x:R) (y:R) (z:R), (x <= y)%R -> ((y <= z)%R ->
-  (x <= z)%R).
+Lemma Trans :
+  forall (x:R) (y:R) (z:R), (x <= y)%R -> (y <= z)%R -> (x <= z)%R.
 Proof.
 exact Rle_trans.
 Qed.
 
 (* Why3 goal *)
-Lemma Antisymm : forall (x:R) (y:R), (x <= y)%R -> ((y <= x)%R -> (x = y)).
+Lemma Antisymm : forall (x:R) (y:R), (x <= y)%R -> (y <= x)%R -> (x = y).
 Proof.
 exact Rle_antisym.
 Qed.
@@ -220,16 +230,17 @@ exact Rle_0_1.
 Qed.
 
 (* Why3 goal *)
-Lemma CompatOrderAdd : forall (x:R) (y:R) (z:R), (x <= y)%R ->
-  ((x + z)%R <= (y + z)%R)%R.
+Lemma CompatOrderAdd :
+  forall (x:R) (y:R) (z:R), (x <= y)%R -> ((x + z)%R <= (y + z)%R)%R.
 Proof.
 intros x y z.
 exact (Rplus_le_compat_r z x y).
 Qed.
 
 (* Why3 goal *)
-Lemma CompatOrderMult : forall (x:R) (y:R) (z:R), (x <= y)%R ->
-  ((0%R <= z)%R -> ((x * z)%R <= (y * z)%R)%R).
+Lemma CompatOrderMult :
+  forall (x:R) (y:R) (z:R), (x <= y)%R -> (0%R <= z)%R ->
+  ((x * z)%R <= (y * z)%R)%R.
 Proof.
 intros x y z H Zz.
 now apply Rmult_le_compat_r.
diff --git a/src/plugins/wp/share/coqwp/real/RealInfix.v b/src/plugins/wp/share/coqwp/real/RealInfix.v
index 5275e1ad9792d7b12b25b60207418b84076685cd..af4165dc28272360516d75f42fe15c8c7a32135c 100644
--- a/src/plugins/wp/share/coqwp/real/RealInfix.v
+++ b/src/plugins/wp/share/coqwp/real/RealInfix.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -14,3 +15,10 @@ Require Import BuiltIn.
 Require BuiltIn.
 Require real.Real.
 
+(* Why3 goal *)
+Lemma infix_mndt_def : forall (x:R) (y:R), ((x - y)%R = (x + (-y)%R)%R).
+Proof.
+intros x y.
+reflexivity.
+Qed.
+
diff --git a/src/plugins/wp/share/coqwp/real/Square.v b/src/plugins/wp/share/coqwp/real/Square.v
index 49db3fd0aea30470459ab2b992eb1faa246c831c..dd62746a2d5153d35276ce60103ba0f1d336c758 100644
--- a/src/plugins/wp/share/coqwp/real/Square.v
+++ b/src/plugins/wp/share/coqwp/real/Square.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -26,32 +27,36 @@ Qed.
 (* sqrt is replaced with (Reals.R_sqrt.sqrt x) by the coq driver *)
 
 (* Why3 goal *)
-Lemma Sqrt_positive : forall (x:R), (0%R <= x)%R ->
-  (0%R <= (Reals.R_sqrt.sqrt x))%R.
+Lemma Sqrt_positive :
+  forall (x:R), (0%R <= x)%R -> (0%R <= (Reals.R_sqrt.sqrt x))%R.
 intros x _.
 apply sqrt_pos.
 Qed.
 
 (* Why3 goal *)
-Lemma Sqrt_square : forall (x:R), (0%R <= x)%R ->
+Lemma Sqrt_square :
+  forall (x:R), (0%R <= x)%R ->
   ((Reals.RIneq.Rsqr (Reals.R_sqrt.sqrt x)) = x).
 exact sqrt_sqrt.
 Qed.
 
 (* Why3 goal *)
-Lemma Square_sqrt : forall (x:R), (0%R <= x)%R ->
-  ((Reals.R_sqrt.sqrt (x * x)%R) = x).
+Lemma Square_sqrt :
+  forall (x:R), (0%R <= x)%R -> ((Reals.R_sqrt.sqrt (x * x)%R) = x).
 exact sqrt_square.
 Qed.
 
 (* Why3 goal *)
-Lemma Sqrt_mul : forall (x:R) (y:R), ((0%R <= x)%R /\ (0%R <= y)%R) ->
-  ((Reals.R_sqrt.sqrt (x * y)%R) = ((Reals.R_sqrt.sqrt x) * (Reals.R_sqrt.sqrt y))%R).
+Lemma Sqrt_mul :
+  forall (x:R) (y:R), ((0%R <= x)%R /\ (0%R <= y)%R) ->
+  ((Reals.R_sqrt.sqrt (x * y)%R) =
+   ((Reals.R_sqrt.sqrt x) * (Reals.R_sqrt.sqrt y))%R).
 intros x y (hx & hy); now apply sqrt_mult.
 Qed.
 
 (* Why3 goal *)
-Lemma Sqrt_le : forall (x:R) (y:R), ((0%R <= x)%R /\ (x <= y)%R) ->
+Lemma Sqrt_le :
+  forall (x:R) (y:R), ((0%R <= x)%R /\ (x <= y)%R) ->
   ((Reals.R_sqrt.sqrt x) <= (Reals.R_sqrt.sqrt y))%R.
 intros x y (h1 & h2); apply sqrt_le_1; auto.
 apply Rle_trans with x; auto.
diff --git a/src/plugins/wp/share/coqwp/real/Trigonometry.v b/src/plugins/wp/share/coqwp/real/Trigonometry.v
index 3edae63d6aa1e62ed42e66749da9687bf88ded10..4fb4e404c1f9a324321c9927fa621f799e40fd6f 100644
--- a/src/plugins/wp/share/coqwp/real/Trigonometry.v
+++ b/src/plugins/wp/share/coqwp/real/Trigonometry.v
@@ -1,11 +1,12 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
 (*  on linking described in file LICENSE.                                 *)
+(*                                                                        *)
 (**************************************************************************)
 
 (* This file is generated by Why3's Coq-realize driver *)
@@ -30,8 +31,11 @@ Require Import Reals.
 (* sin is replaced with (Reals.Rtrigo_def.sin x) by the coq driver *)
 
 (* Why3 goal *)
-Lemma Pythagorean_identity : forall (x:R),
-  (((Reals.RIneq.Rsqr (Reals.Rtrigo_def.cos x)) + (Reals.RIneq.Rsqr (Reals.Rtrigo_def.sin x)))%R = 1%R).
+Lemma Pythagorean_identity :
+  forall (x:R),
+  (((Reals.RIneq.Rsqr (Reals.Rtrigo_def.cos x)) +
+    (Reals.RIneq.Rsqr (Reals.Rtrigo_def.sin x)))%R
+   = 1%R).
 Proof.
 intros x.
 rewrite Rplus_comm.
@@ -39,8 +43,8 @@ apply sin2_cos2.
 Qed.
 
 (* Why3 goal *)
-Lemma Cos_le_one : forall (x:R),
-  ((Reals.Rbasic_fun.Rabs (Reals.Rtrigo_def.cos x)) <= 1%R)%R.
+Lemma Cos_le_one :
+  forall (x:R), ((Reals.Rbasic_fun.Rabs (Reals.Rtrigo_def.cos x)) <= 1%R)%R.
 Proof.
 intros x.
 apply Abs.Abs_le.
@@ -48,8 +52,8 @@ apply COS_bound.
 Qed.
 
 (* Why3 goal *)
-Lemma Sin_le_one : forall (x:R),
-  ((Reals.Rbasic_fun.Rabs (Reals.Rtrigo_def.sin x)) <= 1%R)%R.
+Lemma Sin_le_one :
+  forall (x:R), ((Reals.Rbasic_fun.Rabs (Reals.Rtrigo_def.sin x)) <= 1%R)%R.
 Proof.
 intros x.
 apply Abs.Abs_le.
@@ -72,7 +76,8 @@ Qed.
 (* pi is replaced with Reals.Rtrigo1.PI by the coq driver *)
 
 (* Why3 goal *)
-Lemma Pi_double_precision_bounds : ((7074237752028440 / 2251799813685248)%R < Reals.Rtrigo1.PI)%R /\
+Lemma Pi_double_precision_bounds :
+  ((7074237752028440 / 2251799813685248)%R < Reals.Rtrigo1.PI)%R /\
   (Reals.Rtrigo1.PI < (7074237752028441 / 2251799813685248)%R)%R.
 Proof.
 replace PI with (4 * (PI / 4))%R by field.
@@ -97,38 +102,46 @@ apply sin_PI.
 Qed.
 
 (* Why3 goal *)
-Lemma Cos_pi2 : ((Reals.Rtrigo_def.cos ((05 / 10)%R * Reals.Rtrigo1.PI)%R) = 0%R).
+Lemma Cos_pi2 :
+  ((Reals.Rtrigo_def.cos ((05 / 10)%R * Reals.Rtrigo1.PI)%R) = 0%R).
 Proof.
 replace (5 / 10 * PI)%R with (PI / 2)%R by field.
 apply cos_PI2.
 Qed.
 
 (* Why3 goal *)
-Lemma Sin_pi2 : ((Reals.Rtrigo_def.sin ((05 / 10)%R * Reals.Rtrigo1.PI)%R) = 1%R).
+Lemma Sin_pi2 :
+  ((Reals.Rtrigo_def.sin ((05 / 10)%R * Reals.Rtrigo1.PI)%R) = 1%R).
 Proof.
 replace (5 / 10 * PI)%R with (PI / 2)%R by field.
 apply sin_PI2.
 Qed.
 
 (* Why3 goal *)
-Lemma Cos_plus_pi : forall (x:R),
-  ((Reals.Rtrigo_def.cos (x + Reals.Rtrigo1.PI)%R) = (-(Reals.Rtrigo_def.cos x))%R).
+Lemma Cos_plus_pi :
+  forall (x:R),
+  ((Reals.Rtrigo_def.cos (x + Reals.Rtrigo1.PI)%R) =
+   (-(Reals.Rtrigo_def.cos x))%R).
 Proof.
 intros x.
 apply neg_cos.
 Qed.
 
 (* Why3 goal *)
-Lemma Sin_plus_pi : forall (x:R),
-  ((Reals.Rtrigo_def.sin (x + Reals.Rtrigo1.PI)%R) = (-(Reals.Rtrigo_def.sin x))%R).
+Lemma Sin_plus_pi :
+  forall (x:R),
+  ((Reals.Rtrigo_def.sin (x + Reals.Rtrigo1.PI)%R) =
+   (-(Reals.Rtrigo_def.sin x))%R).
 Proof.
 intros x.
 apply neg_sin.
 Qed.
 
 (* Why3 goal *)
-Lemma Cos_plus_pi2 : forall (x:R),
-  ((Reals.Rtrigo_def.cos (x + ((05 / 10)%R * Reals.Rtrigo1.PI)%R)%R) = (-(Reals.Rtrigo_def.sin x))%R).
+Lemma Cos_plus_pi2 :
+  forall (x:R),
+  ((Reals.Rtrigo_def.cos (x + ((05 / 10)%R * Reals.Rtrigo1.PI)%R)%R) =
+   (-(Reals.Rtrigo_def.sin x))%R).
 Proof.
 intros x.
 rewrite cos_sin.
@@ -137,8 +150,10 @@ apply neg_sin.
 Qed.
 
 (* Why3 goal *)
-Lemma Sin_plus_pi2 : forall (x:R),
-  ((Reals.Rtrigo_def.sin (x + ((05 / 10)%R * Reals.Rtrigo1.PI)%R)%R) = (Reals.Rtrigo_def.cos x)).
+Lemma Sin_plus_pi2 :
+  forall (x:R),
+  ((Reals.Rtrigo_def.sin (x + ((05 / 10)%R * Reals.Rtrigo1.PI)%R)%R) =
+   (Reals.Rtrigo_def.cos x)).
 Proof.
 intros x.
 rewrite cos_sin.
@@ -147,15 +162,16 @@ field.
 Qed.
 
 (* Why3 goal *)
-Lemma Cos_neg : forall (x:R),
-  ((Reals.Rtrigo_def.cos (-x)%R) = (Reals.Rtrigo_def.cos x)).
+Lemma Cos_neg :
+  forall (x:R), ((Reals.Rtrigo_def.cos (-x)%R) = (Reals.Rtrigo_def.cos x)).
 Proof.
 intros x.
 apply cos_neg.
 Qed.
 
 (* Why3 goal *)
-Lemma Sin_neg : forall (x:R),
+Lemma Sin_neg :
+  forall (x:R),
   ((Reals.Rtrigo_def.sin (-x)%R) = (-(Reals.Rtrigo_def.sin x))%R).
 Proof.
 intros x.
@@ -163,24 +179,32 @@ apply sin_neg.
 Qed.
 
 (* Why3 goal *)
-Lemma Cos_sum : forall (x:R) (y:R),
-  ((Reals.Rtrigo_def.cos (x + y)%R) = (((Reals.Rtrigo_def.cos x) * (Reals.Rtrigo_def.cos y))%R - ((Reals.Rtrigo_def.sin x) * (Reals.Rtrigo_def.sin y))%R)%R).
+Lemma Cos_sum :
+  forall (x:R) (y:R),
+  ((Reals.Rtrigo_def.cos (x + y)%R) =
+   (((Reals.Rtrigo_def.cos x) * (Reals.Rtrigo_def.cos y))%R -
+    ((Reals.Rtrigo_def.sin x) * (Reals.Rtrigo_def.sin y))%R)%R).
 Proof.
 intros x y.
 apply cos_plus.
 Qed.
 
 (* Why3 goal *)
-Lemma Sin_sum : forall (x:R) (y:R),
-  ((Reals.Rtrigo_def.sin (x + y)%R) = (((Reals.Rtrigo_def.sin x) * (Reals.Rtrigo_def.cos y))%R + ((Reals.Rtrigo_def.cos x) * (Reals.Rtrigo_def.sin y))%R)%R).
+Lemma Sin_sum :
+  forall (x:R) (y:R),
+  ((Reals.Rtrigo_def.sin (x + y)%R) =
+   (((Reals.Rtrigo_def.sin x) * (Reals.Rtrigo_def.cos y))%R +
+    ((Reals.Rtrigo_def.cos x) * (Reals.Rtrigo_def.sin y))%R)%R).
 Proof.
 intros x y.
 apply sin_plus.
 Qed.
 
 (* Why3 goal *)
-Lemma tan_def : forall (x:R),
-  ((Reals.Rtrigo1.tan x) = ((Reals.Rtrigo_def.sin x) / (Reals.Rtrigo_def.cos x))%R).
+Lemma tan_def :
+  forall (x:R),
+  ((Reals.Rtrigo1.tan x) =
+   ((Reals.Rtrigo_def.sin x) / (Reals.Rtrigo_def.cos x))%R).
 Proof.
 intros x.
 apply eq_refl.
@@ -190,8 +214,8 @@ Qed.
 (* atan is replaced with (Reals.Ratan.atan x) by the coq driver *)
 
 (* Why3 goal *)
-Lemma Tan_atan : forall (x:R),
-  ((Reals.Rtrigo1.tan (Reals.Ratan.atan x)) = x).
+Lemma Tan_atan :
+  forall (x:R), ((Reals.Rtrigo1.tan (Reals.Ratan.atan x)) = x).
 Proof.
 intros x.
 apply atan_right_inv.
diff --git a/src/plugins/wp/share/ergo/bool.Bool.mlw b/src/plugins/wp/share/ergo/bool.Bool.mlw
index bb1399469ab1dbbd59291fac687bc5faa304ba3f..e31c6ffa0dcbc70040a4db98b637938760e52c21 100644
--- a/src/plugins/wp/share/ergo/bool.Bool.mlw
+++ b/src/plugins/wp/share/ergo/bool.Bool.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/int.Abs.mlw b/src/plugins/wp/share/ergo/int.Abs.mlw
index bfaf4a42bb2c0f354ee235a756c5f80d6524725c..e03de293a7104e962c3d046e2a4b4c47fb57d572 100644
--- a/src/plugins/wp/share/ergo/int.Abs.mlw
+++ b/src/plugins/wp/share/ergo/int.Abs.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/int.ComputerDivision.mlw b/src/plugins/wp/share/ergo/int.ComputerDivision.mlw
index b6f17a3e97abdc550572c3aa6b7222ed7bd5d4b1..743d5fa35a3cf70f041690f79611f24057e4e55d 100644
--- a/src/plugins/wp/share/ergo/int.ComputerDivision.mlw
+++ b/src/plugins/wp/share/ergo/int.ComputerDivision.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/int.Int.mlw b/src/plugins/wp/share/ergo/int.Int.mlw
index c5821cb8432b2e8140e881a1d6ed051cb942aeac..703c83034f641fe81a193048411fb921648182a2 100644
--- a/src/plugins/wp/share/ergo/int.Int.mlw
+++ b/src/plugins/wp/share/ergo/int.Int.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/int.MinMax.mlw b/src/plugins/wp/share/ergo/int.MinMax.mlw
index 6dff092e7d8eb18e75094f693427f72ca7939c1a..5bbc63f78125e8a2f8ae673961a740e801b59582 100644
--- a/src/plugins/wp/share/ergo/int.MinMax.mlw
+++ b/src/plugins/wp/share/ergo/int.MinMax.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/map.Const.mlw b/src/plugins/wp/share/ergo/map.Const.mlw
index eb73c12af2a86426c968aab8ec5f7766a0adc617..eb7f9a8995df727f3a0b11ed847a20bfbc05a92d 100644
--- a/src/plugins/wp/share/ergo/map.Const.mlw
+++ b/src/plugins/wp/share/ergo/map.Const.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/map.Map.mlw b/src/plugins/wp/share/ergo/map.Map.mlw
index 56ddd1ea93d2ed2a336aea6fe5571bcd5e0315c6..ddb3b00ec7e09e5b1bafa89f4421e2a37b6ee0ec 100644
--- a/src/plugins/wp/share/ergo/map.Map.mlw
+++ b/src/plugins/wp/share/ergo/map.Map.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Abs.mlw b/src/plugins/wp/share/ergo/real.Abs.mlw
index 24664ffe802ac893c7ea75bfe2df4cf8f3d11a8d..1340bfad895cf643a707f95e455b6a88b6fd81a2 100644
--- a/src/plugins/wp/share/ergo/real.Abs.mlw
+++ b/src/plugins/wp/share/ergo/real.Abs.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.ExpLog.mlw b/src/plugins/wp/share/ergo/real.ExpLog.mlw
index 05dd26a4905b0f588013e0cafdb6b782057e0b83..a600122dfd8185e26c6f1dba6dddfa3decfdb20b 100644
--- a/src/plugins/wp/share/ergo/real.ExpLog.mlw
+++ b/src/plugins/wp/share/ergo/real.ExpLog.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.FromInt.mlw b/src/plugins/wp/share/ergo/real.FromInt.mlw
index fc67bc41a88b7012c62f5a6c21f1766eca257392..6c0d9c52160f4d452bed86a6f3eb130600d91ef8 100644
--- a/src/plugins/wp/share/ergo/real.FromInt.mlw
+++ b/src/plugins/wp/share/ergo/real.FromInt.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Hyperbolic.mlw b/src/plugins/wp/share/ergo/real.Hyperbolic.mlw
index daa086fd265d7ef3890ff2b0133b3406c06ece63..da5f26b3c17adf34b5b8db48c585f8d682645c93 100644
--- a/src/plugins/wp/share/ergo/real.Hyperbolic.mlw
+++ b/src/plugins/wp/share/ergo/real.Hyperbolic.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.MinMax.mlw b/src/plugins/wp/share/ergo/real.MinMax.mlw
index e4d32828a648a9ebcf82cdbf6aacda186c12f3a4..d1438d67fd2d8b51cba1a8b2f74db3b65b34ec99 100644
--- a/src/plugins/wp/share/ergo/real.MinMax.mlw
+++ b/src/plugins/wp/share/ergo/real.MinMax.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Polar.mlw b/src/plugins/wp/share/ergo/real.Polar.mlw
index 48c14d709ef77ea65aad401abf891ae784f648e1..4c953665ad72a84b9b036919327f73bd00a52a2a 100644
--- a/src/plugins/wp/share/ergo/real.Polar.mlw
+++ b/src/plugins/wp/share/ergo/real.Polar.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.PowerReal.mlw b/src/plugins/wp/share/ergo/real.PowerReal.mlw
index b0d583f3b798f3190eac1f627cb2a8d839317ad1..8e5923d76a87a4d9e99339a82bf110f60ac2aa6b 100644
--- a/src/plugins/wp/share/ergo/real.PowerReal.mlw
+++ b/src/plugins/wp/share/ergo/real.PowerReal.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Real.mlw b/src/plugins/wp/share/ergo/real.Real.mlw
index cf6ffb24db6ac2315970b1ccde8db7c8aa382104..db80917b1b0b39d54729ec9c3b07a8bbf451311c 100644
--- a/src/plugins/wp/share/ergo/real.Real.mlw
+++ b/src/plugins/wp/share/ergo/real.Real.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.RealInfix.mlw b/src/plugins/wp/share/ergo/real.RealInfix.mlw
index 3b5f00b16236b6607cb51303738716b8db0840c8..5134839728aff4c170354cdb4d709da7418a7bcf 100644
--- a/src/plugins/wp/share/ergo/real.RealInfix.mlw
+++ b/src/plugins/wp/share/ergo/real.RealInfix.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Square.mlw b/src/plugins/wp/share/ergo/real.Square.mlw
index c4f1fcbf01f494c38057667f0b7738e92782e71b..4eaec010938bcd45adf0fd9894486a36232fcaf9 100644
--- a/src/plugins/wp/share/ergo/real.Square.mlw
+++ b/src/plugins/wp/share/ergo/real.Square.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Trigonometry.mlw b/src/plugins/wp/share/ergo/real.Trigonometry.mlw
index fac0a529cad52be1364481e5b42ff2d315817214..bd5fa3953ae28867e5ba5555fecc499c09be93cd 100644
--- a/src/plugins/wp/share/ergo/real.Trigonometry.mlw
+++ b/src/plugins/wp/share/ergo/real.Trigonometry.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/ergo/real.Truncate.mlw b/src/plugins/wp/share/ergo/real.Truncate.mlw
index e963d526cf4c44b3aead210d699aef4af2c6685f..f86ba0df6fb6717d8d4f9ab7d7182db95c9af023 100644
--- a/src/plugins/wp/share/ergo/real.Truncate.mlw
+++ b/src/plugins/wp/share/ergo/real.Truncate.mlw
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/share/src/.gitignore b/src/plugins/wp/share/src/.gitignore
deleted file mode 100644
index 61cf9efba7524e2ad932634fa756919c5038fb7d..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/local_why3.conf
-/why3.conf
-/alt_ergo-realize.drv
-/coq-realize.drv
-/coq.drv
-/why3.drv
-/plugins
-/aux/
-/stamp/
-/*.coqdep
-/*.v.bak
-/*.vo
-/*.glob
-/*.why_theory
-/.*.aux
diff --git a/src/plugins/wp/share/src/.merlin b/src/plugins/wp/share/src/.merlin
deleted file mode 100644
index 424bddd4569beb3bbec89adfdb2931851c9dd3bc..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/.merlin
+++ /dev/null
@@ -1 +0,0 @@
-PKG why3
\ No newline at end of file
diff --git a/src/plugins/wp/share/src/ArcTrigo.v b/src/plugins/wp/share/src/ArcTrigo.v
deleted file mode 100644
index 17400d8f54061480a07a5b0aef06642dcd3a3bfd..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/ArcTrigo.v
+++ /dev/null
@@ -1,33 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require Reals.R_sqrt.
-Require Reals.Rbasic_fun.
-Require Reals.Rtrigo_def.
-Require Reals.Rtrigo1.
-Require Reals.Ratan.
-Require BuiltIn.
-Require real.Real.
-Require real.RealInfix.
-Require real.Abs.
-Require real.Square.
-Require real.Trigonometry.
-
-(* Why3 goal *)
-Definition asin: R -> R.
-Admitted.
-
-(* Why3 goal *)
-Definition acos: R -> R.
-Admitted.
-
-(* Why3 goal *)
-Lemma Sin_asin : forall (x:R), (((-1%R)%R <= x)%R /\ (x <= 1%R)%R) ->
-  ((Reals.Rtrigo_def.sin (asin x)) = x).
-Admitted.
-
-(* Why3 goal *)
-Lemma Cos_acos : forall (x:R), (((-1%R)%R <= x)%R /\ (x <= 1%R)%R) ->
-  ((Reals.Rtrigo_def.cos (acos x)) = x).
-Admitted.
-
diff --git a/src/plugins/wp/share/src/Bits.v b/src/plugins/wp/share/src/Bits.v
deleted file mode 100644
index 0381e15181d8c41bcc35734f624d9fe24be8dfa4..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Bits.v
+++ /dev/null
@@ -1,1347 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* -------------------------------------------------------------------------- *)
-(** * C-Integer Library for Coq *)
-(* -------------------------------------------------------------------------- *)
-
-(** This module provides a theory of bits over [Z] natural integers.
-     - for natural [n], the [k]-th bit of [2^n] if [(k=n)] ;
-     - for positive integer [x>=0], it is the union of the bits of its binary 
-       decomposition (hence, natural powers of two) ;
-     - finally, the bits of a negative integer [x<0] are the reverted ones 
-       of its two's complement [-(x+1)].
-
-    The realization of the theory proceeds into several stages, 
-    following the Coq definition of type [Z]. We take advantage of the 
-    bitwize representation of positive integers provided by the [positive] 
-    type in Coq. The successive stages are:
-      - properties of {!trailing:bit-functions} (finally ending by 1-sequence or 0-sequence);
-      - bits of {!positive:positive} integers [p>0];
-      - bits of {!natural:natural} integers [n>=0];
-      - bits of {!integer:integers} [n:Z].
-
-    The {!Zbit:characteristic} function of integers, denoted [Zbit], 
-    have the expected logical properties:
-      - [(Zbit 0 k)] is [false];
-      - [(Zbit (-1) k)] is [true];
-      - [(Zbit (2^n) k)] is [(k=n)];
-      - [Zbit] is injective, ie: the bit representation of each integer is unique.
-
-*)
-
-(** ** Type of characteristic functions of integers *)
-Definition Zfc := nat -> bool.
-	   
-(** ** Tacticals *)
-
-Require Import ZArith.
-Require Import FunctionalExtensionality.
-Require Import Qedlib.
-
-Close Scope Z_scope.
-
-(** Induction after a given rank. *)
-Remark upper_nat_ind: forall P (n:nat),
-  P n -> (forall k, (n < k) -> P k) -> (forall k, (n <= k) -> P k).
-Proof.
-  intros.
-  case (le_lt_eq_dec n k); intuition (subst; auto with arith).
-Qed. 
-
-(** Induction over bool with equality. *)
-Ltac case_eqb H e :=
-  pattern e; apply Sumbool.bool_eq_ind; intro H.
-
-(** Find arithmetic contradiction. *)
-Ltac arithContradiction :=
-  cut False; [contradiction; try omega|];auto with arith.
-
-(** Cases [Inf:i<j], [EQ:i=j] and [Sup:i>j]. *)
-Ltac nat_compare Inf EQ Sup i j :=
-  destruct (lt_eq_lt_dec i j) as [ TMP | Sup ];
-  [ destruct TMP as [ Inf | EQ ]; [ | try rewrite <- EQ ] | ];
-  auto with arith.
-
-(** Cases [Inf:i<j], [EQ:i=j] and [Sup:i>j]. *)
-Ltac Z_compare Inf EQ Sup i j :=
-  destruct (Z_dec i j) as [ TMP| EQ ];
-  [ destruct TMP as [ Inf | Sup ] | try rewrite <- EQ ];
-  auto with zarith.
-
-(** For proving a symmetrical relation [P], 
-    it is sufficient to prove [P i j] for [i<j] and [P i i]. *)
-Lemma symmetrical_ind: forall (P : nat -> nat -> Prop),
-   (forall i j, P i j -> P j i) ->
-   (forall i, P i i) ->
-   (forall i j, i < j -> P i j) ->
-   (forall i j, P i j).
-Proof.
-  intros P Sym Diag Triangle i j.
-  nat_compare Inf EQ Sup i j.
-Qed.
-
-(** * remarks about two_power_nat *)
-Remark two_power_nat_is_positive: forall n,
-  (0 < two_power_nat n)%Z.
-Proof.
-  induction n. 
-  (** base *) 
-  + by compute.
-  (** ind. *) 
-  + rewrite two_power_nat_S.
-    apply Zmult_lt_0_compat.
-    by compute.
-    auto.
-Qed.
-
-Remark two_power_nat_plus: forall n m,
-  (two_power_nat (n+m) = (two_power_nat n)*(two_power_nat m))%Z.
-Proof.
-  induction m.
-  (replace (two_power_nat 0) with 1%Z by (compute;forward)).
-  (replace (n + 0) with n by (auto with zarith)).
-  ring.
-  rewrite two_power_nat_S.
-  replace (n + S m) with (S(n+m)) by (auto with zarith).
-  rewrite two_power_nat_S.
-  rewrite IHm.
-  ring.
-Qed.
-						      
-Remark two_power_nat_increase: forall n m,
-  n <= m -> (two_power_nat n <= two_power_nat m)%Z.
-Proof.
-  intros.
-  rewrite ((le_plus_minus n m) H).
-  rewrite two_power_nat_plus.
-  generalize (two_power_nat_is_positive (m - n)).
-  pose (K:=(two_power_nat (m - n))); fold K; intro.  
-  generalize (two_power_nat_is_positive n); intro.
-  rewrite <- (Z.mul_1_r (two_power_nat n)) at 1.
-  apply Zmult_le_compat_l; omega.
-Qed.
-						    
-Remark two_power_nat_increase_strict: forall n m,
-  n < m -> (two_power_nat n < two_power_nat m)%Z.
-Proof.
-  intros.
-  rewrite (le_plus_minus (n+1) m) by omega.
-  rewrite two_power_nat_plus.
-  generalize (two_power_nat_is_positive (m - (n+1))).
-  pose (K:=(two_power_nat (m - (n+1)))); fold K; intro.  
-  rewrite two_power_nat_plus.
-  replace (two_power_nat 1) with 2%Z by (compute; trivial).
-  generalize (two_power_nat_is_positive n); intro.
-  rewrite <- (Z.mul_1_r (two_power_nat n)) at 1.
-  replace (two_power_nat n * 2 * K)%Z with (two_power_nat n * (2 * K))%Z
-    by ring.
-  apply Zmult_gt_0_lt_compat_l; omega.
-Qed.
-						    
-(** {@trailing:} *)
-(** * Eventually constant functions *)
-(** The bits representation of [Z] integers are eventually constant
-    [nat -> bool] functions. Positive integers finally ends with an infinite 
-    sequence of 0-bits, while negative inetegers ends with 1-bits. 
-
-    Hence, it is always possible to defined the highest significant sign-bit
-    of a bit function. This section formalize these properties: predicate [trailing]
-    defines an eventually constant bit function, and function [last] returns its
-    highest significant bit.
-*)
-
-(** Function [f] has constant value [b] from rank [k]. *)
-Definition trailing f (n:nat) (b:bool) := forall k, n <= k -> f k = b.
-
-(** Returns the lowest index such than [f n=b], and [n] otherwise. *)
-Fixpoint last f n b {struct n} :=
-  match n with
-  | O => O
-  | S m => if Bool.eqb (f m) b then last f m b else n
-  end.
-
-(** Functions last decreases. *)
-Remark last_leq : forall f n b, last f n b <= n.
-Proof.
-  intros f n b.
-  induction n; auto.
-  simpl.
-  destruct (Bool.eqb (f n) b); auto.
-Qed.
-
-(** Trailing of previous position. *)
-Remark trailing_step : forall f n b, 
-  f n = b -> trailing f (S n) b -> trailing f n b.
-Proof.
-  intros f n b fn tl.
-  unfold trailing.
-  apply upper_nat_ind; auto with arith.
-Qed.
-
-(** Last preserves trailing. *)
-Remark trailing_last : forall f n b, trailing f n b -> trailing f (last f n b) b.
-Proof.
-  intros f n b.
-  induction n; simpl; auto.
-  intro IHS.
-  case_eqb H (Bool.eqb (f n) b); auto.
-  apply IHn.
-  apply trailing_step; [ apply Bool.eqb_prop | ]; auto.
-Qed.
-
-(** The [last] is null or points to a flip. *)
-Remark last_null_or_flip: forall (f: Zfc) (n: nat) (b: bool), 
-   last f n b = O \/ exists k, last f n b = S k /\ f k <> b.
-Proof.
-  intros f n b. induction n; simpl; auto.
-  case_eqb BIT (Bool.eqb (f n) b). auto.
-  right. exists n. split; [ auto | apply Bool.eqb_false_iff; auto ].
-Qed.
-
-(** The [last] of trailing is unique. *)
-Lemma last_trail_ext: forall (f: Zfc) (b: bool) (n m: nat), 
-  trailing f n b -> trailing f m b -> last f n b = last f m b.
-Proof.
-  intros f b.
-  cut (forall n m,  
-    trailing f n b -> trailing f m b -> last f n b < last f m b -> False).
-  { intros ABSURD n m.
-    intros Hn Hm.
-    nat_compare INF EQ SUP (last f n b) (last f m b); auto.
-    (** INF *) * apply False_ind; apply (ABSURD n m); auto.
-    (** SUP *) * apply False_ind; apply (ABSURD m n); auto.
-  }
-  intros n m Hn Hm.
-  pose ( i := last f n b ). fold i.
-  pose ( j := last f m b ). fold j.
-  intro Leq.
-  assert (Hi : trailing f i b) by (unfold i; apply trailing_last; auto).
-  assert (Hj : trailing f j b) by (unfold j; apply trailing_last; auto).
-  assert (Range : forall k, i <= k <= j -> f k = b) 
-      by (intros k [lo up]; auto with arith).
-      
-  generalize (last_null_or_flip f m b).
-  intros [ Last_null | Last_flip ].
-  (** Last is Null *)
-  + fold j in Last_null. rewrite Last_null in Leq. omega.
-  (** Last if a flip *)
-  + destruct Last_flip as [ k [ kj flip ] ].
-    fold j in kj. 
-    absurd (f k = b); auto.
-    apply Range; omega.
-Qed.
-
-(** {@positive:} *)
-(** * Bits of positive integers *)
-
-(** Strictly positive integers are represented in Coq by theirs bits,
-    with lowest bits as head constructors, and highest bit at tail.
-
-    Conversely, given a finite range of bits ended by a 1-bit, the
-    reconstruction of a [positive] integer is defined.  *)
-
-(** Position of the highest significant bit of a positive. *)
-Fixpoint xHpos (p:positive): nat :=
-  match p with 						   
-  | xH => O
-  | xI p => S (xHpos p)
-  | xO p => S (xHpos p)
-  end.
-
-(** [xHpos] increases. *)
-Remark xHpos_incr : 
-  forall p a: positive, xHpos p <= xHpos (p + a).
-Proof.
- induction p; intros; simpl; case a; intros; simpl; try omega;
- apply le_n_S;
- try rewrite Pplus_one_succ_r;
- try (rewrite Pplus_carry_spec; rewrite Pplus_one_succ_r;rewrite<- Pplus_assoc);
- try solve [apply (IHp p0) | apply (IHp 1%positive)|apply (IHp (p0+1%positive)%positive)].
-Qed.
-
-(** Return the value of the [i]-th bit of a positive. *)
-Fixpoint P_decomp (x: positive) (i: nat) { struct x } : bool :=
-  match i, x with
-  | O, xH => true
-  | O, xI _ => true
-  | O, xO _ => false
-  | S m, xH => false
-  | S m, xI p => P_decomp p m
-  | S m, xO p => P_decomp p m									   
-  end.
-
-(** Returns the positive of bits [[f i,...,f (i+n-1),1]].
-    Remark the [n]-th bit is always 1 ([xH]). *)
-Fixpoint P_recomp (n: nat) (f : Zfc) (i: nat) {struct n } :=
-  match n with
-  | O => xH
-  | S m => if (f i) then xI (P_recomp m f (S i)) else xO (P_recomp m f (S i))
-  end.
-
-(** ** Properties of decomposition *)
-
-(** After the highest bits, all bits are false. *)
-Remark P_decomp_limit: forall x k, 
-  k > xHpos x -> P_decomp x k = false.
-Proof.
- induction x; simpl; intros; destruct k.  
- inversion H. apply IHx. auto with arith. 
- inversion H. apply IHx. auto with arith. 
- inversion H. auto with arith.
-Qed.
-
-(** The highest bit is true. *)
-Remark P_decomp_xHpos: forall x,
-  P_decomp x (xHpos x) = true.
-Proof.
-  induction x; simpl; intros; auto.
-Qed.
-
-(** The [P_shift] of [nat -> A] functions. *)
-Definition P_shift {A:Type} f i k : A := f (i + k).
-
-(** bits of a positive with one more 1-bit. *)
-Remark P_decomp_shift1: forall p: positive,
-  P_shift (P_decomp p~1) 1 = P_decomp p.
-Proof.
-  intro p. extensionality k. unfold P_shift. auto.
-Qed.
-
-(** bits of a positive with one more 0-bit. *)
-Remark P_decomp_shift0: forall p: positive,
-  P_shift (P_decomp p~0) 1 = P_decomp p.
-Proof.
-  intro p. extensionality k. unfold P_shift. auto.
-Qed.
-
-(** ** Properties of recomposition *)
-
-(** Recomposition of shifted bits. *)
-Remark P_recomp_shift: forall (f: Zfc) (n i j: nat), 
-  P_recomp n f (i+j) = P_recomp n (P_shift f i) j.
-Proof.
-  intros f n.
-  induction n; intros i j; simpl; auto.
-  unfold P_shift at 1.
-  case_eqb BIT (f (i+j)); f_equal; 
-    (replace (S(i+j)) with (i + S j) by omega);
-    apply IHn.
-Qed.
-
-(** Highest bits of recomposition. *)
-Remark xHpos_P_recomp: forall (n: nat) (f: Zfc) (i: nat),
-   xHpos (P_recomp n f i) = n.
-Proof.
-  intros n f.
-  induction n. simpl. auto.
-  intros. simpl. destruct (f i); simpl; f_equal; apply IHn.
-Qed.
-
-(** ** Involution of decomposition and recomposition *)
-
-(** Invariance by 1-bit shift. *)
-Remark NEXT_I: forall (n: nat) (p: positive),
-  P_recomp n (P_decomp p~1) 1 = P_recomp n (P_decomp p) 0.
-Proof.
-  intros.
-  replace 1 with (1+0) by omega.
-  rewrite P_recomp_shift.
-  rewrite P_decomp_shift1.
-  auto.
-Qed.
-
-(** Invariance by 0-bit shift. *)
-Remark NEXT_O: forall (n: nat) (p: positive),
-  P_recomp n (P_decomp p~0) 1 = P_recomp n (P_decomp p) 0.
-Proof.
-  intros.
-  replace 1 with (1+0) by omega.
-  rewrite P_recomp_shift.
-  rewrite P_decomp_shift0.
-  auto.
-Qed.
-
-(** Recomposition of Decomposition. *)
-Lemma P_recomp_decomp: forall (n: nat) (p: positive), 
-  n = xHpos p -> P_recomp n (P_decomp p) O = p.
-Proof. 
-  induction n;intros;simpl.
-  destruct p; inversion H; auto.
-  destruct p; unfold P_decomp at 1; f_equal.
-  rewrite NEXT_I. apply IHn. inversion H; auto with arith.
-  rewrite NEXT_O. apply IHn. inversion H; auto with arith.
-  inversion H.
-Qed.
-
-(** Decomposition of Recomposition. 
-    The induction scheeme of the proof requires to recompose
-    an arbitrary shifted function. *)
-Lemma P_decomp_recomp: forall (f: Zfc) (n i k: nat), 
-  k < n -> P_decomp (P_recomp n f i) k = f (i+k).
-Proof.
-  intros f n.
-  induction n. intros. apply False_ind. omega.
-  intros i k Limit.
-  simpl. destruct k.
-  case_eqb Fi (f i); simpl; rewrite <- Fi; f_equal; omega.
-  destruct (f i); simpl.
-  rewrite IHn. f_equal. omega. omega.
-  rewrite IHn. f_equal. omega. omega.
-Qed.
-
-(** Last bits of positive. *)
-Remark last_P_decomp: forall (p: positive) (m: nat), 
-  m = xHpos p -> last (P_decomp p) (S m) false = (S m).
-Proof.
-  intros p m Hm.
-  unfold last; rewrite Hm; rewrite P_decomp_xHpos; simpl; auto.
-Qed.
-
-(** {@natural:} *)
-(** * Bits of natural integers *)
-(** The section naturally extends bits of [positive] to [N].
-    Zero is represented by the infinite sequence of 0-bits. *)
-
-(** Conversion from [Z] to [N]. *)
-Definition Nabs (x:Z): N :=
-  match x with
-  | Z0 => N0						
-  | Zpos p => Npos p
-  | Zneg p => Npos p						
-  end.			
-		
-(** Number of significative bits (last 1-bit) of a natural. *)
-Definition NxHpos (n:N): nat := 
-  match n with
-  | N0 => O
-  | Npos p => S (xHpos p)						
-  end.
-
-(** NxHpos increases. *)
-Remark NxHpos_incr: forall x a: N, NxHpos x <= NxHpos (x + a).
-Proof.
-  destruct x; destruct a; simpl; try (by compute).
-  cut (xHpos p <= xHpos (p + p0)). omega.
-  apply xHpos_incr.
-Qed.
-
-(** Arithmetic properties of [NxHpos] *)
-  
-Remark NxHpos_2x_p0: forall n:N,
-  (0 < n)%N -> NxHpos (2 * n) = S (NxHpos n).
-Proof.
-  destruct n; by simpl.  
-Qed.					      
-					      
-Remark NxHpos_2x_p1: forall n:N,
-  NxHpos (2 * n + 1) = S (NxHpos n).
-Proof.
-  destruct n ; by simpl.  
-Qed.					      
-					      
-Remark NxHpos_div2_p: forall n:N,
-  (0 < n)%N -> NxHpos (Ndiv2 n) = pred (NxHpos n).
-Proof.
-  destruct n.
-  (** zero *)
-  + by compute.
-  (** positive *)
-  + by destruct p.
-Qed.					      
-		
-(** Bits of a natural integer *)
-Definition N_decomp (x: N): Zfc :=
-  match x with 
-  | N0 => (fun _ => false)
-  | Npos p => P_decomp p						
-  end.							
-
-(** Recomposition of an integer from a range of [n]-bits *)
-Definition N_recomp (n: nat) (f: Zfc): Z :=
-  match last f n false with
-  | O   => Z0
-  | S m => Zpos (P_recomp m f 0) 						
-  end.							
-
-(** Recomposition result is a positive integer. *)
-Remark N_recomp_pos: forall (n: nat) (f: Zfc),
-  (0 <= N_recomp n f)%Z.
-Proof. 
-  intros. unfold N_recomp. 
-  destruct (last f n false); auto with zarith.
-Qed.
-
-(** Zero has a unique representation *)
-Remark N_recomp_zero: forall (n: nat) (f: Zfc), 
-  trailing f n false -> (N_recomp n f = 0)%Z -> forall k, f k = false.
-Proof.
-  intros n f Trail.
-  unfold N_recomp. 
-  destruct (last_null_or_flip f n false) as [ZERO | FLIP].
-  rewrite ZERO. intros. 
-  generalize (trailing_last f n false).
-  intro TLAST. rewrite ZERO in TLAST.
-  apply TLAST; auto with arith.
-  destruct FLIP as [k [L F]].
-  rewrite L. discriminate.
-Qed.
-
-(** One has a unique representation *)
-Remark N_recomp_one: forall (n: nat) (f: Zfc),
-  trailing f n false -> (N_recomp n f = 1)%Z ->
-    f O = true /\ forall k, f (S k) = false.
-Proof.
-  intros n f Trail.
-  unfold N_recomp.
-  destruct (last_null_or_flip f n false) as [ZERO | FLIP].
-  rewrite ZERO. intros. apply False_ind. omega.
-  destruct (last f n false) eqn:LAST. 
-  intros. apply False_ind. omega.
-  intro ONE.
-  assert (XH: P_recomp n0 f 0 = xH). inversion ONE; trivial.
-  destruct FLIP as [ K1 [ SKN B1not ] ].
-  assert (NK : n0 = K1) by ( auto with arith ). rewrite NK in *.
-  assert (B1 : f K1 = true) by ( destruct (f K1); auto ).
-  assert (T1 : trailing f (S K1) false).
-  { rewrite <- LAST. apply trailing_last; auto. }
-  destruct K1. 
-  + rewrite B1 in *.
-    split; auto. intro k; destruct k; apply T1; auto with arith.
-  + simpl in XH.
-    destruct (f 0).
-    * apply False_ind. discriminate.
-    * apply False_ind. discriminate.
-Qed.
-
-(** Involution of Decomposition and Recomposition *)
-Lemma N_decomp_recomp: forall (n: nat) (f: Zfc),
-  trailing f n false -> N_decomp (Nabs (N_recomp n f)) = f.
-Proof.
-  intros n f Trail.
-  unfold N_recomp.
-  generalize (last_null_or_flip f n false).
-  intros [ ZERO | FLIP ].
-  (** ZERO *)
-  + rewrite ZERO. simpl. extensionality k. symmetry.
-    cut (trailing f 0 false). intro H. apply H. omega.
-    rewrite <- ZERO.
-    apply trailing_last. auto.
-  (** FLIP *)
-  + destruct FLIP as [k [Last Flip]].
-    rewrite Last. simpl.
-    extensionality i.
-    nat_compare Inf EQ Sup i k.
-    (** Inf *) 
-    * apply P_decomp_recomp. auto.
-    (** Eq *) 
-    * generalize (xHpos_P_recomp i f 0).
-      pose (x := P_recomp i f 0).
-      fold x.
-      intro xHi.
-      rewrite <- xHi.
-      rewrite P_decomp_xHpos.
-      rewrite xHi. rewrite EQ.
-      case_eqb FK (f k); auto; contradiction.
-    (** Sup *)
-    * generalize (xHpos_P_recomp k f 0).
-      pose (x := P_recomp k f 0).
-      fold x.
-      intro xHk.
-      rewrite (P_decomp_limit x i); [|rewrite xHk;auto].
-      cut (trailing f (S k) false). intro H. symmetry. apply H. omega.
-      rewrite <- Last. apply trailing_last. auto.
-Qed.
-
-(** [NxHpos] of a recomposition *)
-Lemma NxHpos_N_recomp_pos: forall (n: nat) (f: Zfc), 
-  NxHpos (Nabs (N_recomp n f)) = last f n false.
-Proof.
-  intros.
-  unfold N_recomp.
-  elim (last_null_or_flip f n false).
-  intro ZERO. rewrite ZERO. auto.
-  intros [ k [ LAST FLIP ] ].
-  rewrite LAST. simpl. rewrite xHpos_P_recomp. trivial.
-Qed.
-
-(** {@integer:} *)
-(** * Bits of Integers *)
-
-Open Local Scope Z_scope.
-
-(** The bits representation of an integer consists of a bit function,
-    packed with its trailing property. 
-    
-    This representation is _not_ unique. However, 
-    the unicity of last significant bits implies an extensionality 
-    equality: if two [bits] records have the same bit function, they represent
-    the same integer, see [Lemma btest_ext].
-*)
-
-Record bits: Type := mkbits 
-  { bsize:nat; 
-    bsign: bool; 
-    btest: Zfc; 
-    btrail : trailing btest bsize bsign }.
-
-(** ** Two's complement and bits inversion *)
-(** As specified in the introduction, the extension positive integers [N] to [Z] 
-    is realized by two's complement and bit inversion. *)
-
-(** Two's complement and related properties. *)
-
-Definition zlnot x:Z := -(x + 1).
-
-Remark zlnot_inv: forall x,
-  zlnot (zlnot x) = x.
-Proof.
-  intros. unfold zlnot. auto with zarith. 
-Qed.
-Remark zlnot_inj: forall x y : Z,
-  (zlnot x) = (zlnot y) -> x = y.
-Proof.
-  unfold zlnot. intros. omega. 
-Qed.
-Remark zlnot_sym: forall x y : Z,
-  (zlnot x) = y -> x = (zlnot y).
-Proof.
-  unfold zlnot. intros. omega. 
-Qed.
-
-Lemma P_zlnot_sym: forall P (b: Z),
-  0 <= b -> ((forall z: Z, -b <= z -> P z) -> (forall z:Z, z < b -> P (zlnot z))).
-Proof.
-  intros P b Bge0 Hyp z H. assert (-b <= zlnot z). unfold zlnot. omega.
-  apply Hyp. auto.
-Qed.
-
-Lemma P_zlnot_sym_rev: forall P (b: Z),
-  0 <= b -> ((forall z:Z, z < b -> P z) -> (forall z:Z, -b <= z -> P (zlnot z))).
-Proof.
-  intros P b Bge0 Hyp z H. assert (zlnot z < b). unfold zlnot. omega.
-  apply Hyp. auto.
-Qed.
-
-(** Bit inversion and related properties. *)
-
-Definition fnot (f: Zfc): Zfc := (fun k => negb (f k)).
-
-Remark fnot_inv: forall f: Zfc,
-  fnot (fnot f) = f.
-Proof. intros. extensionality k. unfold fnot. destruct (f k); auto.
-Qed.
-Remark fnot_inj: forall f g, fnot f = fnot g -> f = g.
-Proof. intros.
-  generalize (fnot_inv f); intro E; rewrite <- E; clear E.
-  generalize (fnot_inv g); intro E; rewrite <- E; clear E.
-  rewrite H. auto.
-Qed.
-Remark fnot_sym: forall f g: Zfc,
-  (fnot f) = g -> f = (fnot g).
-Proof. intros.
-  apply (fnot_inj f). rewrite (fnot_inv). auto.
-Qed.
-
-(** Lifting of [fnot] to [trailing] *)
-Remark trailing_fnot: forall (f: Zfc) (n: nat) (b: bool), 
-  trailing (fnot f) n (negb b) -> trailing f n b.
-Proof.
-  intros. unfold trailing. intros k Hk.
-  generalize (H k Hk).
-  intro E.
-  rewrite <- (fnot_inv f).
-  unfold fnot. unfold fnot in E. rewrite E.
-  rewrite Bool.negb_involutive. trivial.
-Qed.
-
-(** Lifting of [fnot] to [last] *)
-Remark last_fnot: forall (f: Zfc) (n: nat) (b: bool), 
-  last (fnot f) n (negb b) = last f n b.
-Proof.
-  intros. induction n.
-  simpl. trivial.
-  simpl. case_eqb H (Bool.eqb (f n) b). 
-  (** TRUE *)
-  + unfold fnot.
-    destruct (f n); destruct b; simpl in *; (discriminate || apply IHn).
-  (** FALSE *)
-  + unfold fnot.
-    destruct (f n); destruct b; simpl in *; ( discriminate || auto).
-Qed.
-
-(** ** Decomposition and Recomposition of integers *)
-
-(** Trailing bits of positive integers *)
-Remark Zpos_decomp_trail: forall n: N,
-  trailing (N_decomp n) (NxHpos n) false.
-Proof.
-  intro n.
-  induction n.
-  unfold trailing. auto.
-  unfold trailing.
-  simpl.
-  intro k. apply P_decomp_limit.
-Qed.
-
-(** Trailing bits of positive integers *)
-Remark Zneg_decomp_trail: forall n: N,
-  trailing (fnot (N_decomp n)) (NxHpos n) true.
-Proof.
-  intro n.
-  unfold trailing.
-  intros. unfold fnot.
-  by (rewrite Zpos_decomp_trail).
-Qed.  
-
-(** Bits decomposition of [Z] integers *)
-Program Definition bits_of_Z (x:Z): bits :=		       
-  if (Zle_bool 0 x) 
-  then let n := Nabs x in
-       mkbits (NxHpos n) false (N_decomp n) (Zpos_decomp_trail n)
-  else let n := Nabs (zlnot x) in
-       mkbits (NxHpos n) true (fnot (N_decomp n)) (Zneg_decomp_trail n).
-
-(** Recomposition of an integers from its bits *)
-Definition Z_of_bits (b: bits): Z :=
-  if bsign b 
-  then zlnot (N_recomp (bsize b) (fnot (btest b)))
-  else N_recomp (bsize b) (btest b).
-
-(** ** Extensional unicity of bits representation *)
-
-(** Same [Zfc] implies equality of signs *)
-Remark btest_sign: forall x y: bits,
-  btest x = btest y -> bsign x = bsign y.
-Proof.
-  destruct x. destruct y. 
-  simpl in * .  
-  pose (k := max bsize0 bsize1).
-  generalize (btrail0 k). intro H0. 
-  generalize (btrail1 k). intro H1.
-  intro BEQ.
-  rewrite <- H0; unfold k; auto with arith.
-  rewrite <- H1; unfold k; auto with arith.
-  rewrite BEQ.
-  auto.
-Qed.
-
-(** Opposite [Zfc] implies opposite signs *)
-Remark btest_sign_sym: forall x y: bits,
-  btest x = fnot (btest y) -> bsign x = negb (bsign y).
-Proof.
-  destruct x. destruct y. 
-  simpl in * .  
-  pose (k := max bsize0 bsize1).
-  generalize (btrail0 k). intro H0. 
-  generalize (btrail1 k). intro H1.
-  intro BEQ.
-  rewrite <- H0; unfold k; auto with arith.
-  rewrite <- H1; unfold k; auto with arith.
-  rewrite BEQ.
-  auto.
-Qed.
-
-(** Same [Zfc] leads to equal represented integers *)
-Lemma btest_ext: forall x y: bits, 
-  btest x = btest y -> Z_of_bits x = Z_of_bits y.
-Proof.
-  intros x y BEQ. 
-  assert (bsign x = bsign y) as SEQ. apply btest_sign. auto.
-  unfold Z_of_bits. rewrite <- BEQ. rewrite <- SEQ. 
-  case_eqb SIGNX (bsign x); [ f_equal | ]; 
-    unfold N_recomp; 
-    rewrite <- (last_trail_ext _ _ (bsize x) (bsize y)); auto.
-  (** x<0 , trailing ~x |x| false *)
-  + generalize (btrail x). rewrite SIGNX.
-    unfold trailing. intros T k R. unfold fnot. rewrite T; auto with arith.
-  (** x<0 , trailing ~x |y| false *)
-  + rewrite BEQ.
-    generalize (btrail y). rewrite SIGNX in SEQ. rewrite <- SEQ.
-    unfold trailing. intros T k R. unfold fnot. rewrite T; auto with arith.
-  (** x>0 , trailing x |x| false *)
-  + generalize (btrail x). rewrite SIGNX. auto.
-  (** x>0 , trailing x |y| false *)
-  + generalize (btrail y). rewrite SIGNX in SEQ. rewrite <- SEQ. rewrite <- BEQ. auto.
-Qed.
-
-(** Opposite [Zfc] leads to two's complement represented integers *)
-Lemma btest_ext_sym: forall x y: bits,
-  btest x = fnot (btest y) -> Z_of_bits x = zlnot (Z_of_bits y).
-Proof.
-  intros x y BEQ1. 
-  assert (btest y = fnot (btest x)) as BEQ2 by (apply fnot_sym; symmetry; auto).
-  assert (bsign x = negb (bsign y)) as SEQ1 by (by apply btest_sign_sym).
-  assert (bsign y = negb (bsign x)) as SEQ2 by (by apply btest_sign_sym).
-  unfold Z_of_bits. 
-  rewrite <- BEQ1. rewrite SEQ2. rewrite <- BEQ2. 
-  case_eqb SIGNX (bsign x); 
-    (try replace (negb true) with false by (compute ; forward)); 
-    (try replace (negb false) with true by (compute ; forward)); 
-    (try rewrite zlnot_inv); 
-    [ f_equal | ]; 
-    unfold N_recomp; 
-    rewrite <- (last_trail_ext _ _ (bsize x) (bsize y)); auto.
-  (** x<0 , trailing ~x |x| false *)
-  + rewrite BEQ2.
-    generalize (btrail x). rewrite SIGNX.
-    unfold trailing. intros T k R. unfold fnot. rewrite T; auto with arith.
-  (** x<0 , trailing ~x |y| false *)
-  + rewrite BEQ2.
-    generalize (btrail y). rewrite <- BEQ2. rewrite SIGNX in SEQ2. rewrite SEQ2.
-    replace (negb true) with false by auto.
-    auto.
-  (** x>0 , trailing x |x| false *)
-  + generalize (btrail x). rewrite SIGNX. auto.
-  (** x>0 , trailing x |y| false *)
-  + generalize (btrail y). rewrite SIGNX in SEQ2. rewrite SEQ2. 
-    replace (negb false) with true by auto. rewrite BEQ1.
-    unfold trailing. intros T k R. unfold fnot. rewrite T; auto with arith.
-Qed.
-
-(** ** Involution of Decomposition and Recomposition *)
-(** These two fundamental lemmas allow reasoning conversely with bits or integers. *)
-
-(** [Z_of_bits] is the inverse of [bits_of_Z] *)
-Lemma Z_recomp_decomp: forall x: Z,
-  Z_of_bits (bits_of_Z x) = x.
-Proof.
-  intro x.
-  unfold bits_of_Z.
-  induction x; simpl.
-  (** x = 0 *)
-  + unfold Z_of_bits. simpl. unfold N_recomp. simpl. trivial.
-  (** x = Zpos p *)
-  + unfold Z_of_bits. simpl. unfold N_recomp.
-    rewrite last_P_decomp; auto.
-    rewrite P_recomp_decomp; auto.
-  (** x = Zneg p *)
-  + unfold Z_of_bits. simpl.
-    rewrite fnot_inv. 
-    pose ( z := zlnot (Zneg p) ).
-    fold z.
-    generalize (zlnot_inv (Zneg p)). intro H. rewrite <- H.
-    f_equal. fold z.
-    assert (ZDEF: z = Zpos p - 1).
-    (** ZDEF *)
-    * unfold z. unfold zlnot. 
-      pose (u := Zneg p). fold u.
-      pose (v := Zpos p). fold v.
-      replace u with (-v) by (unfold u; unfold v; simpl; trivial).
-      omega.
-    (** cont. *)
-    * assert  (Q : z = 0 \/ exists q, z = Zpos q).
-      { destruct p. 
-        - simpl in ZDEF. right. exists (p~1%positive - 1)%positive. trivial.
-        - simpl in ZDEF. right. exists (p~0%positive - 1)%positive. trivial.
-        - simpl in ZDEF. left. trivial. }
-      elim Q.
-      - intro Z; rewrite Z; simpl.
-        unfold N_recomp. simpl. trivial.
-      - intros [q Z]. rewrite Z; simpl.
-      unfold N_recomp.
-      rewrite last_P_decomp; auto.
-      rewrite P_recomp_decomp; auto.
-Qed.
-	
-(** [bits_of_Z] is the inverse of [Z_of_bits] modulo [btest] *)
-Lemma Z_decomp_recomp: forall b: bits,
-  btest (bits_of_Z (Z_of_bits b)) = btest b.
-Proof.
-  intros.
-  unfold Z_of_bits.
-  destruct (bsign b) eqn:BSIGN ; unfold bits_of_Z.
-  (** NEGATIVE SIGN *)
-  + pose ( f := fnot (btest b) ). fold f.
-    assert ( Fnot : btest b = fnot f). unfold f. rewrite fnot_inv. auto.
-    pose ( x := N_recomp (bsize b) f ). fold x.
-    assert ( Xpos : 0 <= x ) by ( apply N_recomp_pos; auto with zarith ).
-    repeat rewrite zlnot_inv.
-    case_leq 0 (zlnot x); intro SIGN; simpl.
-    (** 0 <= zlnot x -> contradiction *) 
-    * unfold zlnot in SIGN.
-      apply False_ind. omega.
-    (** 0 > zlnot x *)
-    * apply fnot_inj. rewrite fnot_inv. fold f. unfold x.
-      apply N_decomp_recomp. 
-      apply trailing_fnot. 
-      simpl. rewrite <- BSIGN. rewrite <- Fnot.
-      apply (btrail b).
-  (** POSITIVE SIGN *)
-  + pose ( f := btest b ). fold f.
-    pose ( x := N_recomp (bsize b) f ). fold x.
-    assert ( Xpos : 0 <= x ) by ( apply N_recomp_pos; auto with zarith ).
-    case_leq 0 x; intro H; try (apply False_ind; omega; fail).
-    simpl. unfold f. unfold x. 
-    apply N_decomp_recomp. 
-    rewrite <- BSIGN. apply (btrail b).
-Qed.
-
-(** Two's complement symmetry. *)
-Lemma Z_decomp_recomp_sym: forall b: bits,
-  btest (bits_of_Z (zlnot (Z_of_bits b))) = fnot (btest b).
-Proof.
-  intros. unfold Z_of_bits.
-  destruct (bsign b) eqn:BSIGN; unfold bits_of_Z;   
-    (try rewrite zlnot_inv). 
-  (** POSITIVE SIGN *)
-  + pose ( f := fnot (btest b)). fold f.
-    pose ( x := N_recomp (bsize b) f ). fold x.
-    assert ( Xpos : 0 <= x ) by ( apply N_recomp_pos; auto with zarith ).
-    case_leq 0 x; intro H; try (apply False_ind; omega; fail).
-    simpl. unfold f. unfold x. 
-    apply N_decomp_recomp. 
-    apply trailing_fnot. 
-    replace (negb false) with true by auto.
-    rewrite fnot_inv.
-    rewrite <- BSIGN.
-    apply (btrail b).
-  (** NEGATIVE SIGN *)
-  + pose ( f := fnot (btest b) ). fold f.
-    assert ( Fnot : btest b = fnot f). unfold f. rewrite fnot_inv. auto.
-    pose ( x := N_recomp (bsize b) (btest b) ). fold x.
-    assert ( Xpos : 0 <= x) by ( apply N_recomp_pos; auto with zarith ).
-    case_leq 0 (zlnot x); intro SIGN; simpl.
-    (** 0 <= zlnot x -> contradiction *) 
-    * unfold zlnot in SIGN.
-      apply False_ind. omega.
-    (** 0 > zlnot x *)
-    * unfold f. f_equal.
-      apply N_decomp_recomp. 
-      rewrite <- BSIGN.
-      apply (btrail b).
-Qed.
-
-(** [Zfc] can be used to discriminate. *)
-Lemma btest_discrimination: forall x y: bits,
-  btest x <> btest y -> Z_of_bits x <> Z_of_bits y.
-Proof.
-  intros x y.
-  intro BNEQ; apply contrap with (Q := btest x = btest y); auto; clear BNEQ.
-  intro.
-  rewrite <- (Z_decomp_recomp x); rewrite <- (Z_decomp_recomp y). 
-  f_equal; f_equal; auto.
-Qed.
-
-(** Sign can be used to discriminate. *)
-Lemma sign_discrimination: forall x y: bits,
-  bsign x <> bsign y -> Z_of_bits x <> Z_of_bits y.
-Proof.
-  intros x y SNEQ. apply btest_discrimination.
-  apply contrap with (Q := bsign x = bsign y); auto.
-  apply btest_sign.
-Qed.
-
-(** Sign encoding *)
-Lemma Zsign_encoding: forall z:Z,
-  bsign (bits_of_Z z) = negb (Zle_bool 0 z).
-Proof.
-  intro z. unfold bits_of_Z. unfold bsign.
-  case_leq 0 z; auto.
-Qed.
- 
-Lemma bsign_encoding: forall b:bits,
-  bsign b = negb (Zle_bool 0 (Z_of_bits b)).
-Proof.
-  intro b.
-  rewrite <- Zsign_encoding.
-  unfold Z_of_bits.
-  destruct (bsign b) eqn:BSIGN ; unfold bits_of_Z.
-  (** NEGATIVE SIGN *)
-  + pose ( f := fnot (btest b) ). fold f.
-    assert ( Fnot : btest b = fnot f). unfold f. rewrite fnot_inv. auto.
-    pose ( x := N_recomp (bsize b) f ). fold x.
-    assert ( Xpos : 0 <= x ) by ( apply N_recomp_pos; auto with zarith ).
-    repeat rewrite zlnot_inv.
-    case_leq 0 (zlnot x); intro SIGN; simpl.
-    (** 0 <= zlnot x -> contradiction *) 
-    * unfold zlnot in SIGN.
-      apply False_ind. omega.
-    (** 0 > zlnot x *)
-    * auto.
-  (** POSITIVE SIGN *)
-  + pose ( f := btest b ). fold f.
-    pose ( x := N_recomp (bsize b) f ). fold x.
-    assert ( Xpos : 0 <= x ) by ( apply N_recomp_pos; auto with zarith ).
-    case_leq 0 x; intro H; try (apply False_ind; omega; fail).
-    simpl. auto.
-Qed.
- 
-(** {@Zbit:} *)	  
-(** * Characteristic Function of integers *)
-
-(** Extracts the [k]-th bit of [x]. *)
-Definition Zbit (x : Z): Zfc := btest (bits_of_Z x).  
-
-Definition TRUE  : Zfc := fun _ => true.
-Definition FALSE : Zfc := fun _ => false.
-
-Lemma Zbit_of_zero: Zbit 0 = FALSE.
-Proof.
-  unfold Zbit. unfold bits_of_Z. simpl. auto.
-Qed.
-Lemma Zbit_of_mone: Zbit (-1) = TRUE. 
-Proof.
-  unfold Zbit. unfold bits_of_Z. simpl. auto.
-Qed.
-
-(** The expected characteristic of binary decomposition of an integer *)
-Theorem Zbit_power: forall n k:nat,
-  Zbit (two_power_nat n) k = beq_nat n k.
-Proof.
-  unfold two_power_nat. unfold Zbit. unfold bits_of_Z.
-  simpl.
-  induction n; intro k.
-  (** base *)
-  + simpl; auto.
-  (** ind. *)
-  + unfold shift_nat. destruct k; simpl; auto.
-Qed.
-
-(** The extensional unicity of [Zbit] for each integer *)
-Theorem Zbit_ext : 
-  forall x y: Z, Zbit x = Zbit y -> x = y.
-Proof.
-  unfold Zbit.
-  intros. 
-  rewrite <- (Z_recomp_decomp x). 
-  rewrite <- (Z_recomp_decomp y). 
-  apply btest_ext. auto.
-Qed.
-
-(** Two's complement symmetry *)
-Theorem Zbit_ext_sym : 
-  forall x y: Z, Zbit x = fnot (Zbit y) -> x = zlnot y.
-Proof.
-  unfold Zbit.
-  intros. 
-  rewrite <- (Z_recomp_decomp x). 
-  rewrite <- (Z_recomp_decomp y). 
-  apply btest_ext_sym. auto.
-Qed.
-			  
-(** * Position of the Highest Significant Bit in two's complement representation *)
-Definition ZxHpos (z:Z): nat := 
-  if (Zle_bool 0 z) then NxHpos (Nabs z) else NxHpos (Nabs (zlnot z)).
-
-(** Zero has no significant bit, as minus one *)
-Remark ZxHpos_is_zero: ZxHpos 0 = O /\ ZxHpos (-1) = O.
-Proof.
-  split; by compute. 
-Qed.
-
-(** [bsize] of a [bits_of_Z] gives the exact position. 
-    The use of the [last] function gives the exact position. *)
-Lemma bsize_exact: forall z:Z,
-  ZxHpos (z) = bsize (bits_of_Z z).
-Proof.
-  intro. unfold bits_of_Z. unfold ZxHpos.
-  case_leq 0 z; unfold bsize; auto.
-Qed.
- 
-(** [bsize] over approximates the exact position. 
-    The use of the [last] function gives the exact position. *)
-Lemma bsize_over_approx: forall b:bits,
-  ZxHpos (Z_of_bits b) = last (btest b) (bsize b) (bsign b).
-Proof.
-  intros. unfold ZxHpos.
-  unfold Z_of_bits.
-  destruct (bsign b) eqn:BSIGN.
-  (** Negative *)
-  + pose ( f := fnot (btest b)). fold f.
-    pose ( x := N_recomp (bsize b) f ). fold x.
-    assert ( Xpos : 0 <= x ) by (apply N_recomp_pos; auto with zarith ).
-    case_leq 0 (zlnot x); 
-      intro H; 
-      try (unfold zlnot in H; apply False_ind; omega; fail).
-    rewrite zlnot_inv.
-    unfold x. unfold f. 
-    rewrite NxHpos_N_recomp_pos. 
-    rewrite <- last_fnot.
-    rewrite fnot_inv.
-    by simpl.
-  (** Positive *)
-  + case_leq 0 (N_recomp (bsize b) (btest b)); intro N_recomp.
-    rewrite NxHpos_N_recomp_pos. trivial.
-    generalize  (N_recomp_pos(bsize b) (btest b)).
-    intros.  apply False_ind. omega.
-Qed.
-
-(** Two's complement symmetry *)
-Remark ZxHpos_sym: forall z: Z,
-  ZxHpos (zlnot z) = ZxHpos z.
-Proof.
-  intro.
-  unfold ZxHpos; try rewrite zlnot_inv; unfold zlnot. 
-  case_leq 0 z; case_leq 0 (-(z+1)). 
-Qed.
-
-(** Position of the highest significant bit of [two_power_nat]. *)
-Remark ZxHpos_of_two_power_nat: forall n: nat,
-  (ZxHpos (two_power_nat n) = S n)%nat.
-Proof.
-  intro. unfold ZxHpos.
-  case_leq 0 (two_power_nat n); intro.
-  (** 0 <=two_power_nat n *)
-  + induction n.
-    (** Base *)
-    * by simpl.
-    (** cont. *)
-    * rewrite two_power_nat_S.
-      rewrite two_power_nat_S in H.
-      replace (Nabs (2 * two_power_nat n)) with (2 * Nabs (two_power_nat n))%N
-        by by compute.
-      rewrite NxHpos_2x_p0.
-        by rewrite IHn.
-      by compute.
-  (** 0 > two_power_nat n *)
-  + generalize (two_power_nat_is_positive n). omega.
-Qed.
- 
-(** Position of the highest significant bit of the predecessor of [two_power_nat]. *)
-Remark ZxHpos_of_two_power_nat_minus_one: forall n: nat,
-  (ZxHpos ((two_power_nat n) - 1) = n)%nat.
-Proof.
-  intro. unfold ZxHpos.
-  case_leq 0 ((two_power_nat n) -1); intro.
-  (** 0 <=(two_power_nat n) - 1 *)
-  + induction n.
-    (** Base *)
-    * by simpl.
-    (** cont. *)
-    * rewrite two_power_nat_S.
-      rewrite two_power_nat_S in H.
-      assert ((Nabs (2 * two_power_nat n - 1) = 2 * Nabs (two_power_nat n - 1) +1)%N) as EQ.
-      { generalize (two_power_nat_is_positive n); intro.
-        assert (0 <= (two_power_nat n - 1)) as A0 by omega.
-        assert (0 < 2 * (two_power_nat n - 1) + 1) as A1 by omega.
-        replace (2 * two_power_nat n - 1) with (2 * (two_power_nat n - 1) + 1) by omega.
-        destruct (two_power_nat n - 1); by auto. }
-      rewrite EQ.
-      rewrite NxHpos_2x_p1.
-      by rewrite IHn.
-  (** 0 > two_power_nat n *)
-  + generalize (two_power_nat_is_positive n). omega.
-Qed.
- 
-(** [ZxHpos] increases for positive input values *)  
-Remark ZxHpos_incr_for_positive: forall x a: Z,
-  0 <= x -> 0 <= a -> (ZxHpos x <= ZxHpos (x + a))%nat.
-Proof.
-  intros.
-  unfold ZxHpos.
-  case_leq 0 x. case_leq 0 (x + a). intros.
-  destruct x; destruct a; try (by compute).
-  replace (Nabs (Zpos p + Zpos p0)) with (Npos p + Npos p0)%N by forward.
-  apply NxHpos_incr.
-Qed.
-
-(** [ZxHpos] decreases for negative input values *)  
-Remark ZxHpos_decr_for_negative: forall x a: Z,
-  x <= 0 -> a <= 0 -> (ZxHpos x <= ZxHpos (x + a))%nat.
-Proof.
-  intros.
-  unfold ZxHpos. unfold zlnot.
-  case_leq 0 x; case_leq 0 (x + a); 
-    intros; try (replace x with 0 by omega); try (by compute).
-  case_leq (-1) x; 
-    intros; try (replace x with (-1) by omega); try (by compute).
-  assert (- (x + 1) >= 0) as X by omega.
-  assert (- a >= 0) as A by omega.
-  clear H; clear H0; clear H1; clear H2; clear H3. 
-  replace (-(x+a+1)) with (-(x+1) + -a) by omega.
-  pose (b := -a); fold b; fold b in A.
-  pose (y := -(x+1)); fold y; fold y in X.
-  destruct y; destruct b; try (by compute).
-  replace (Nabs (Zpos p + Zpos p0)) with (Npos p + Npos p0)%N by forward.
-  apply NxHpos_incr.
-Qed.
-
-(** [two_power_nat_of (ZxHpos z)] gives an upper bound for [z] *)
-Remark two_power_nat_of_ZxHpos: forall z: Z,
-  z < two_power_nat (ZxHpos z).
-Proof.
-  destruct z.
-  (** zero *) 
-  + by compute.
-  (** positive *) 
-  + unfold ZxHpos. 
-    replace (Nabs (Zpos p)) with (Npos p) by forward.
-    replace (Zpos p) with (Z_of_N (Npos p)) by forward.
-    induction p.
-    (** 2p+1 *)
-    * simpl. simpl in IHp.
-      replace (Zpos p~1) with (2*(Zpos p) + 1)%Z by (auto with zarith).
-      rewrite two_power_nat_S.
-      omega.
-    (** 2p *)
-    * simpl. simpl in IHp.
-      replace (Zpos p~0) with (2*Zpos p)%Z by (auto with zarith).
-      rewrite two_power_nat_S.
-      omega.
-    (** one *)
-    * by compute.
-  (** negative *)
-  + assert (Zneg p  < 0)%Z by (by simpl).
-    generalize (two_power_nat_is_positive (ZxHpos (Zneg p))).
-    omega.
-Qed.
-
-(** Lower upper [two_power_nat] bound of an integer. *)
-Definition ZxHbound (z: Z): Z := two_power_nat (ZxHpos z).
-
-Remark ZxHbound_of_two_power_nat_minus_one: forall n: nat,
-  ZxHbound ((two_power_nat n) - 1) = two_power_nat n.
-Proof.
-  intro. unfold ZxHbound. 
-  rewrite ZxHpos_of_two_power_nat_minus_one. auto.
-Qed.
-
-(** [ZxHbound] gives an upper and lower bound. *)
-Lemma ZxHrange: forall z: Z, 
-  let bound := ZxHbound z in -bound <= z < bound.
-Proof.
-  intro. unfold ZxHbound.
-  case_leq 0 z; intro.
-  (** 0 <= z *)
-  + generalize (two_power_nat_of_ZxHpos z). split; omega.
-  (** 0 > z *)
-  + generalize (two_power_nat_of_ZxHpos (-(z+1))).
-    rewrite <- (ZxHpos_sym z).
-    unfold zlnot.
-    split; omega.
-Qed.
-
-Remark ZxHpos_le: forall x y: Z,
-  ZxHbound x <= ZxHbound y -> (ZxHpos x <= ZxHpos y)%nat.
-Proof.
-  unfold ZxHbound. 
-  intros x y.
-  pose (X := ZxHpos x). fold X.
-  pose (Y := ZxHpos y). fold Y.
-  generalize X Y.
-  induction X0; intro.
-  (** base *)
-  + generalize (two_power_nat_is_positive Y0).
-    replace (two_power_nat 0) with 1 by (compute ; forward).
-    omega.
-  (** cont. *)
-  + rewrite two_power_nat_S. 
-    induction Y0.
-    (** base *)
-    * generalize (two_power_nat_is_positive X0).
-      replace (two_power_nat 0) with 1 by (compute ; forward).
-      omega.
-    (** cont. *)
-    * rewrite two_power_nat_S. 
-      cut ((2 * two_power_nat X0) <= (2 * two_power_nat Y0) -> (S X0 <= S Y0)%nat). omega.
-      generalize (IHX0 Y0).
-      omega.
-Qed.
-
-Remark ZxHbound_le: forall x y: Z,
-  (ZxHpos x <= ZxHpos y)%nat -> ZxHbound x <= ZxHbound y.
-Proof.
-  unfold ZxHbound. 
-  intros x y.
-  pose (X := ZxHpos x). fold X.
-  pose (Y := ZxHpos y). fold Y.
-  repeat rewrite two_power_nat_S.
-  generalize X Y.
-  induction X0; intro.
-  (** base *)
-  + generalize (two_power_nat_is_positive Y0).
-    replace (two_power_nat 0) with 1 by (compute ; forward).
-    omega.
-  (** cont. *)
-  + rewrite two_power_nat_S. 
-    induction Y0.
-    (** base *)
-    * generalize (two_power_nat_is_positive X0).
-      replace (two_power_nat 0) with 1 by (compute ; forward).
-      omega.
-    (** cont. *)
-    * intro.
-      rewrite two_power_nat_S. 
-      cut ((2 * two_power_nat X0) <= (2 * two_power_nat Y0)). omega.
-      apply (IHX0 Y0).
-      omega.
-Qed.
-
-Remark ZxHbound_lt: forall x y: Z,
-  (ZxHpos x < ZxHpos y)%nat -> ZxHbound x < ZxHbound y.
-Proof.
-  unfold ZxHbound. 
-  intros x y.
-  pose (X := ZxHpos x). fold X.
-  pose (Y := ZxHpos y). fold Y.
-  repeat rewrite two_power_nat_S.
-  generalize X Y.
-  induction X0; intro.
-  (** base *)
-  + generalize (two_power_nat_is_positive Y0).
-    replace (two_power_nat 0) with 1 by (compute ; forward).
-    induction Y0; repeat rewrite two_power_nat_S; omega.
-  (** cont. *)
-  + rewrite two_power_nat_S. 
-    induction Y0.
-    (** base *)
-    * generalize (two_power_nat_is_positive X0).
-      replace (two_power_nat 0) with 1 by (compute;forward).
-      omega.
-    (** cont. *)
-    * intro.
-      rewrite two_power_nat_S. 
-      apply (IHX0 Y0).
-      omega.
-Qed.
-
-Lemma ZxHpower: forall (n: nat) (z: Z),
-   -(two_power_nat n) <= z < two_power_nat n -> ZxHbound z <= two_power_nat n.
-Proof.
-  intros.
-  rewrite <- ZxHbound_of_two_power_nat_minus_one.
-  apply ZxHbound_le.
-  destruct H.
-  case_leq 0 z; intro.
-  (** 0 <= z *)
-  + clear H.
-    replace (two_power_nat n - 1) with (z + ((two_power_nat n - 1) - z)) by auto with zarith.
-    pose (d := ((two_power_nat n - 1) - z)); fold d.
-    assert (0 <= d) as D by (unfold d; omega).
-    by (apply ZxHpos_incr_for_positive).
-  (** 0 > z *)
-  + rewrite <- (ZxHpos_sym z).
-    unfold zlnot.
-    replace (two_power_nat n - 1) with (-(z+1) + (z+two_power_nat n)) by auto with zarith.
-    pose (x := -(z+1)); fold x.
-    pose (d := (z + two_power_nat n)); fold d.
-    assert (0 <= d) as D by (unfold d; omega).
-    apply ZxHpos_incr_for_positive.
-    unfold x. omega. unfold d. omega.
-Qed.
-
-(** ** Main tactics.*)
-Ltac Zbit_ext k := apply Zbit_ext; extensionality k.
-
-Ltac auto_bits := autorewrite with bits ; auto with zarith.
-Hint Rewrite Zbit_of_zero Zbit_of_mone : bits.
diff --git a/src/plugins/wp/share/src/Cbits.v b/src/plugins/wp/share/src/Cbits.v
deleted file mode 100644
index 0b1e75507f272433803d22e2f0f1e372f32beac7..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Cbits.v
+++ /dev/null
@@ -1,1774 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require Qed.
-Require bool.Bool.
-Require int.Int.
-Require int.Abs.
-Require int.ComputerDivision.
-Require real.Real.
-Require real.RealInfix.
-Require real.FromInt.
-Require Cint.
-
-(* Why3 goal *)
-Lemma lnot_bool : ((Cint.lnot 0%Z) = (-1%Z)%Z) /\
-  ((Cint.lnot (-1%Z)%Z) = 0%Z).
-Proof.
-  split; Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma land_idemp : forall (x:Z), ((Cint.land x x) = x).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma land_0 : forall (x:Z), ((Cint.land 0%Z x) = 0%Z).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma land_0bis : forall (x:Z), ((Cint.land x 0%Z) = 0%Z).
-Proof.
-  intro.
-  rewrite Zbits.land_commut.
-  Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma land_1 : forall (x:Z), ((Cint.land (-1%Z)%Z x) = x).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma land_1bis : forall (x:Z), ((Cint.land x (-1%Z)%Z) = x).
-Proof.
-  intros x.
-  rewrite Zbits.land_commut.
-  Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma land_bool : ((Cint.land 0%Z 0%Z) = 0%Z) /\ (((Cint.land 0%Z
-  1%Z) = 0%Z) /\ (((Cint.land 1%Z 0%Z) = 0%Z) /\ ((Cint.land 1%Z
-  1%Z) = 1%Z))).
-Proof.
-  split;split;split;Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_idemp : forall (x:Z), ((Cint.lor x x) = x).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_1 : forall (x:Z), ((Cint.lor (-1%Z)%Z x) = (-1%Z)%Z).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_1bis : forall (x:Z), ((Cint.lor x (-1%Z)%Z) = (-1%Z)%Z).
-Proof.
-  intros x.
-  rewrite Zbits.lor_commut.
-  Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_0 : forall (x:Z), ((Cint.lor 0%Z x) = x).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_0bis : forall (x:Z), ((Cint.lor x 0%Z) = x).
-Proof.
-  intros x.
-  rewrite Zbits.lor_commut.
-  Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_bool : ((Cint.lor 0%Z 0%Z) = 0%Z) /\ (((Cint.lor 0%Z 1%Z) = 1%Z) /\
-  (((Cint.lor 1%Z 0%Z) = 1%Z) /\ ((Cint.lor 1%Z 1%Z) = 1%Z))).
-Proof.
-  split;split;split; Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_nilpotent : forall (x:Z), ((Cint.lxor x x) = 0%Z).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_1 : forall (x:Z), ((Cint.lxor (-1%Z)%Z x) = (Cint.lnot x)).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_1bis : forall (x:Z), ((Cint.lxor x (-1%Z)%Z) = (Cint.lnot x)).
-Proof.
-  intros x.
-  rewrite Zbits.lxor_commut.
-  Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_0 : forall (x:Z), ((Cint.lxor 0%Z x) = x).
-Proof.
-  intro. Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_0bis : forall (x:Z), ((Cint.lxor x 0%Z) = x).
-Proof.
-  intros x.
-  rewrite Zbits.lxor_commut.
-  Zbits.auto_zbits.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_bool : ((Cint.lxor 0%Z 0%Z) = 0%Z) /\ (((Cint.lxor 0%Z
-  1%Z) = 1%Z) /\ (((Cint.lxor 1%Z 0%Z) = 1%Z) /\ ((Cint.lxor 1%Z
-  1%Z) = 0%Z))).
-Proof.
-  split; split; split; Zbits.auto_zbits.
-Qed.
-
-Require Import Qedlib.
-Open Local Scope Z_scope.
-
-(** * Bit extraction *)
-(** Tacticals *)
-Local Ltac omegaContradiction := cut False; [contradiction|omega].
-
-Ltac unfold_bit_testb h := 
-  unfold Cint.bit_testb; unfold Zbits.bit_testb; 
-  rewrite (Zle_imp_le_bool _ _ h).
-
-(** Some useful properties *)
-Remark Zlt_bool_true_Zlt: forall (b:bool) (x y: Z),
-  (b = Zlt_bool x y)  <-> ((b = true) <-> x < y).
-Proof.
-  intros.
-  split; case_lt x y; intros; try rewrite H0.
-  + split; intro G; auto.
-  + split; intro G; [discriminate G| omega].
-  + auto.
-  + destruct b; try auto.
-    destruct H0. assert (x < y) by (by (apply H0)).
-    omegaContradiction.
-Qed.
-
-(** ** Definition of bit_test predicate *)
-(* Why3 goal *)
-Lemma bit_test_def : forall (x:Z) (k:Z), ((Cint.bit_testb x k) = true) <->
-  (Cint.bit_test x k).
-Proof. 
-  intros x k.
-  unfold Cint.bit_test.
-  reflexivity.
-Qed.
-
-(** * Link between Bit extraction and bitwise operators *)
-(** ** Some properties of bit extration *)
-(** ** Logical operators *)
-								  
-(* Why3 goal *)
-Lemma bit_test_extraction : forall (x:Z) (k:Z), (0%Z <= k)%Z ->
-  ((~ ((Cint.land x (Cint.lsl 1%Z k)) = 0%Z)) <-> (Cint.bit_test x k)).
-Proof. 
-  intros x k h1.
-  unfold Cint.land.
-  unfold Cint.lsl; unfold Zbits.lsl. 
-  rewrite (Zle_imp_le_bool _ _ h1); unfold Zbits.lsl_def.
-
-  unfold Cint.bit_test; unfold Cint.bit_testb;
-  unfold_bit_testb h1; unfold Zbits.zbit_test_def.
-  pose (i:= (Z.abs_nat k)); fold i.
-  split.
-  (** 1st impl *)
-  + intro NEQ.
-    apply Bool.not_false_is_true.
-    contradict NEQ.
-    rewrite Zbits.Zbit_extraction.
-    assumption.
-  (** 2sd impl *)
-  + intro EQ.
-    contradict EQ.
-    rewrite Bool.not_true_iff_false.
-    rewrite <- Zbits.Zbit_extraction.
-    assumption.
-Qed.
-
-(* Why3 goal *)
-Lemma bit_test_extraction_eq : forall (x:Z) (k:Z), (0%Z <= k)%Z ->
-  (((Cint.land x (Cint.lsl 1%Z k)) = (Cint.lsl 1%Z k)) <-> (Cint.bit_test x
-  k)).
-Proof.
-  intros x k h1.
-  unfold Cint.land.
-  unfold Cint.lsl; unfold Zbits.lsl. 
-  rewrite (Zle_imp_le_bool _ _ h1); unfold Zbits.lsl_def.
-
-  unfold Cint.bit_test; unfold Cint.bit_testb;
-  unfold_bit_testb h1; unfold Zbits.zbit_test_def.
-  pose (i:= (Z.abs_nat k)); fold i.
-  rewrite Zbits.Zbit_extraction_true.
-  split; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma lsl_1_0 : ((Cint.lsl 1%Z 0%Z) = 1%Z).
-Proof.
-  compute. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma bit_test_extraction_bis : forall (x:Z), (~ ((Cint.land 1%Z
-  x) = 0%Z)) -> (Cint.bit_test x 0%Z).
-Proof. 
-  intros x.
-  rewrite <- lsl_1_0.
-  intro.
-  apply bit_test_extraction.
-  + omega.
-  + rewrite Zbits.land_commut.
-    auto.
-Qed.
-
-(* Why3 goal *)
-Lemma bit_test_extraction_bis_eq : forall (x:Z), (Cint.bit_test x 0%Z) ->
-  ((Cint.land 1%Z x) = 1%Z).
-Proof.
-  intros x h1.
-  rewrite <- lsl_1_0.
-  rewrite <- Zbits.land_commut.
-  apply bit_test_extraction_eq; auto with zarith.
-Qed.
-
-(* Why3 goal *)
-Lemma lnot_extraction_bool : forall (x:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_testb (Cint.lnot x) i) = (Init.Datatypes.negb (Cint.bit_testb x
-  i))).
-Proof. 
-  intros x i h1. unfold_bit_testb h1.
-  apply Zbits.lnot_extraction.
-Qed.
-
-(* Why3 goal *)
-Lemma lnot_extraction : forall (x:Z) (i:Z), (0%Z <= i)%Z -> ((Cint.bit_test
-  (Cint.lnot x) i) <-> ~ (Cint.bit_test x i)).
-Proof. 
-  intros x i h1.
-  unfold Cint.bit_test. rewrite lnot_extraction_bool; auto.
-  pose (xb:=Cint.bit_testb x i). fold xb.
-  destruct xb; simpl; split; intros; auto.
-  discriminate H.
-Qed.
-
-(* Why3 goal *)
-Lemma land_extraction_bool : forall (x:Z) (y:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_testb (Cint.land x y)
-  i) = (Init.Datatypes.andb (Cint.bit_testb x i) (Cint.bit_testb y i))).
-Proof. 
-  intros x y i h1. unfold_bit_testb h1.
-  apply Zbits.land_extraction.
-Qed.
-
-(* Why3 goal *)
-Lemma land_extraction : forall (x:Z) (y:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_test (Cint.land x y) i) <-> ((Cint.bit_test x i) /\
-  (Cint.bit_test y i))).
-Proof. 
-  intros x y i h1.
-  unfold Cint.bit_test. rewrite land_extraction_bool; auto.
-  pose (xb:=Cint.bit_testb x i). fold xb.
-  pose (yb:=Cint.bit_testb y i). fold yb.
-  destruct xb; destruct yb; simpl; split; intros; auto; destruct H; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_extraction_bool : forall (x:Z) (y:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_testb (Cint.lor x y) i) = (Init.Datatypes.orb (Cint.bit_testb x
-  i) (Cint.bit_testb y i))).
-Proof. 
-  intros x y i h1. unfold_bit_testb h1.
-  apply Zbits.lor_extraction.
-Qed.
-
-(* Why3 goal *)
-Lemma lor_extraction : forall (x:Z) (y:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_test (Cint.lor x y) i) <-> ((Cint.bit_test x i) \/
-  (Cint.bit_test y i))).
-Proof. 
-  intros x y i h1.
-  unfold Cint.bit_test. rewrite lor_extraction_bool; auto.
-  pose (xb:=Cint.bit_testb x i). fold xb.
-  pose (yb:=Cint.bit_testb y i). fold yb.
-  destruct xb; destruct yb; simpl; split; intros; auto; destruct H; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_extraction_bool : forall (x:Z) (y:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_testb (Cint.lxor x y)
-  i) = (Init.Datatypes.xorb (Cint.bit_testb x i) (Cint.bit_testb y i))).
-Proof. 
-  intros x y i h1. 
-  unfold_bit_testb h1.
-  apply Zbits.lxor_extraction.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_extraction : forall (x:Z) (y:Z) (i:Z), (0%Z <= i)%Z ->
-  ((Cint.bit_test (Cint.lxor x y) i) <-> ((Cint.bit_test x i) <->
-  ~ (Cint.bit_test y i))).
-Proof.
-  intros x y i h1.
-  unfold Cint.bit_test. rewrite lxor_extraction_bool; auto.
-  pose (xb:=Cint.bit_testb x i). fold xb.
-  pose (yb:=Cint.bit_testb y i). fold yb.
-  destruct xb; destruct yb; simpl; repeat (split; intros; auto).
-  discriminate H. 
-  destruct H; contradiction H; auto.
-  discriminate H0.
-  destruct H; apply H0; discriminate.
-Qed.
-
-(** ** Shift operators *)
-  
-(* Why3 goal *)
-Lemma lsl_1_two_power : forall (n:Z), (0%Z <= n)%Z -> ((Cint.lsl 1%Z
-  n) = (Cint.two_power_abs n)).
-Proof.
-  intros n h1.
-  unfold Cint.lsl. rewrite Zbits.lsl_pos by auto. 
-  unfold Zbits.lsl_def. rewrite Zbits.lsl_arithmetic_shift. 
-  unfold Zbits.lsl_arithmetic_def.
-  unfold Cint.two_power_abs. ring.
-Qed.
-
-(* Why3 goal *)
-Lemma land_1_lsl_1 : forall (a:Z) (x:Z) (n:Z), (0%Z <= n)%Z ->
-  ((a < (Cint.lsl 1%Z n))%Z -> (((2%Z * a)%Z + (Cint.land 1%Z
-  x))%Z < (Cint.lsl 1%Z (1%Z + n)%Z))%Z).
-Proof. 
-  intros a x n h1.
-  unfold Cint.lsl; unfold Zbits.lsl.
-  case_leq 0%Z (1 + n)%Z ; intro.
-  case_leq 0%Z (n)%Z ; intro.
-
-  unfold Zbits.lsl_def.
-  rewrite Zbits.lsl_arithmetic_shift.
-  unfold Zbits.lsl_arithmetic_def.
-  rewrite Zabs2Nat.abs_nat_nonneg by auto.
-  rewrite Zabs2Nat.abs_nat_nonneg by auto.
-  rewrite Z2Nat.inj_add by omega.
-  pose (n0:=Z.to_nat n); fold n0.
-
-  replace ((Z.to_nat 1%Z)%nat) with (1%nat) by auto.
-  rewrite Bits.two_power_nat_plus.
-  replace ((two_power_nat 1)%Z) with (2%Z) by auto with zarith.
-  replace ((1 * two_power_nat n0)%Z) with ((two_power_nat n0)%Z) by auto.
-  replace ((1 * (2 * two_power_nat n0))%Z) with ((2 * two_power_nat n0)%Z) by ring.
-
-  intro.
-  cut((Cint.land 1 x < 2)%Z) ; auto with zarith.
-
-  case_eq ((Cint.land 1 x)%Z) (0%Z); intros.
-  rewrite bit_test_extraction_bis_eq; [omega|].
-  apply bit_test_extraction_bis. 
-  auto. 
-Qed.
-
-(** ** Shift operators *)
-(* Why3 goal *)
-Lemma lsl_extraction_sup_bool : forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((n <= m)%Z -> ((Cint.bit_testb (Cint.lsl x n)
-  m) = (Cint.bit_testb x (m - n)%Z)))).
-Proof.
-  intros x n m h1 h2 h3.
-  unfold Cint.lsl. unfold Zbits.lsl. 
-  unfold_bit_testb h1.
-  rewrite (Zle_imp_le_bool _ _ h2).
-  rewrite (Zle_imp_le_bool 0 (m - n)) by omega.
-  rewrite Zbits.lsl_extraction.
-  rewrite (Z.abs_eq n); auto.
-  rewrite (Z.abs_eq m); auto.
-  case_leq n m.
-  intros.
-  reflexivity.
-Qed.
-
-(* Why3 goal *)
-Lemma lsl_extraction_sup : forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((n <= m)%Z -> ((Cint.bit_test (Cint.lsl x n) m) <->
-  (Cint.bit_test x (m - n)%Z)))).
-Proof.
-  intros x n m h1 h2 h3.
-  unfold Cint.bit_test; rewrite lsl_extraction_sup_bool; auto; reflexivity.
-Qed.
-
-(* Why3 goal *)
-Lemma lsl_extraction_inf_bool : forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((m < n)%Z -> ((Cint.bit_testb (Cint.lsl x n)
-  m) = false))).
-Proof.
-  intros x n m h1 h2 h3.
-  unfold Cint.lsl. unfold Zbits.lsl. 
-  unfold_bit_testb h1.
-  rewrite (Zle_imp_le_bool _ _ h2).
-  rewrite Zbits.lsl_extraction.
-  rewrite (Z.abs_eq n); auto.
-  rewrite (Z.abs_eq m); auto.
-  case_leq n m.
-  intros.
-  reflexivity.
-Qed.
-
-(* Why3 goal *)
-Lemma lsl_extraction_inf : forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((m < n)%Z -> ~ (Cint.bit_test (Cint.lsl x n) m))).
-Proof.
-  intros x n m h1 h2 h3.
-  unfold Cint.bit_test; rewrite lsl_extraction_inf_bool; auto; reflexivity.
-Qed.
-
-(* Why3 goal *)
-Lemma lsr_extraction_bool : forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((Cint.bit_testb (Cint.lsr x n) m) = (Cint.bit_testb x
-  (m + n)%Z))).
-Proof.
-  intros x n m h1 h2.
-  unfold Cint.lsr. unfold Zbits.lsr. 
-  unfold_bit_testb h1.
-  rewrite (Zle_imp_le_bool _ _ h2).
-  rewrite Zbits.lsr_extraction.
-  rewrite (Z.abs_eq n); auto.
-  rewrite (Z.abs_eq m); auto.
-  case_leq 0 (m+n).
-  intros.
-  reflexivity.
-Qed.
-
-(* Why3 goal *)
-Lemma lsr_extractionl : forall (x:Z) (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((Cint.bit_test (Cint.lsr x n) m) <-> (Cint.bit_test x
-  (m + n)%Z))).
-Proof.
-  intros x n m h1 h2.
-  unfold Cint.bit_test; rewrite lsr_extraction_bool; auto; reflexivity.
-Qed.
-
-(* Why3 goal *)
-Lemma lsl1_extraction_bool : forall (i:Z) (j:Z), (0%Z <= i)%Z ->
-  ((0%Z <= j)%Z -> ((Cint.bit_testb (Cint.lsl 1%Z i) j) = (Qed.eqb i j))).
-Proof.
-  intros i j h1 h2.
-  unfold Cint.lsl. unfold Zbits.lsl.  rewrite (Zle_imp_le_bool _ _ h1).
-  unfold_bit_testb h2.
-  unfold Zbits.lsl_def.
-
-  rewrite Zbits.lsl_arithmetic_shift; unfold Zbits.lsl_arithmetic_def.
-  replace (1 * two_power_nat (Z.abs_nat i))
-  with (two_power_nat (Z.abs_nat i)) by ring.
-
-  unfold Zbits.zbit_test_def; rewrite Bits.Zbit_power.
-  rewrite Zabs2Nat.abs_nat_nonneg; auto. 
-  rewrite Zabs2Nat.abs_nat_nonneg; auto. 
-
-  case_eq i j.
-  (** i = j *)
-  + intro EQ; rewrite EQ; rewrite <- beq_nat_refl.  
-    symmetry. apply Qed.eqb1 ; auto.
-  (** i <> j *)
-  + intro NEQ.
-    assert (Qed.eqb i j = false) as EQB.
-    { apply Qed.eqb_false. assumption. }
-    rewrite EQB.
-    rewrite -> beq_nat_false_iff.
-    contradict NEQ.
-    rewrite Z2Nat.inj_iff in NEQ; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma lsl1_extraction : forall (i:Z) (j:Z), (0%Z <= i)%Z -> ((0%Z <= j)%Z ->
-  ((Cint.bit_test (Cint.lsl 1%Z i) j) <-> (i = j))).
-Proof.
-  intros i j h1 h2.
-  unfold Cint.bit_test; rewrite lsl1_extraction_bool; auto. apply Qed.eqb1.
-Qed.
-
-(* Why3 goal *)
-Lemma pos_extraction_sup : forall (x:Z) (i:Z) (j:Z), (0%Z <= x)%Z ->
-  ((0%Z <= i)%Z -> ((x < (Cint.lsl 1%Z i))%Z -> ((i <= j)%Z ->
-  ~ (Cint.bit_test x j)))).
-Proof.
-  intros x i j h1 h2.
-  unfold Cint.lsl ; unfold Cint.bit_test.
-  rewrite Zbits.lsl_pos; auto.
-  unfold Zbits.lsl_def.
-  rewrite Zbits.lsl_arithmetic_shift.
-  unfold Zbits.lsl_arithmetic_def.
-  replace (1 * two_power_nat (Z.abs_nat i)) with (two_power_nat (Z.abs_nat i)) by ring.
-  intros.
-  rewrite Zbits.bit_testb_pos ; auto.
-  + assert (HB:(Bits.Zbit x (Z.abs_nat j) = false)).
-    {(apply (Zbits.Zbit_unsigned_trail  (Z.abs_nat i) (Z.abs_nat j) x); auto).
-      apply Zabs_nat_le; omega. }     
-    unfold Zbits.zbit_test_def.
-    rewrite HB; discriminate.
-  + omega.
-Qed.
-
-(* Why3 goal *)
-Lemma pos_extraction_sup_inv : forall (x:Z) (i:Z), (0%Z <= i)%Z ->
-  ((forall (j:Z), (i <= j)%Z -> ~ (Cint.bit_test x j)) -> ((0%Z <= x)%Z /\
-  (x < (Cint.lsl 1%Z i))%Z)).
-Proof.
-  intros x i h1 h2.
-  unfold Cint.lsl.
-  rewrite Zbits.lsl_pos; auto.
-  unfold Zbits.lsl_def.
-  rewrite Zbits.lsl_arithmetic_shift.
-  unfold Zbits.lsl_arithmetic_def.
-  replace (1 * two_power_nat (Z.abs_nat i)) with (two_power_nat (Z.abs_nat i)) by ring.
-  apply Zbits.Zbit_unsigned_trail_inv.
-  intros k h.
-  generalize (h2 (Z.of_nat k)); clear h2; intro h2.
-  unfold Cint.bit_test in h2; rewrite Zbits.bit_testb_pos in h2.
-  + assert (Zbits.zbit_test_def x (Z.of_nat k) <> true) as h3.
-    { apply h2. clear h2. rewrite <- (Zabs2Nat.id k) in h. 
-      rewrite <- Zabs2Nat.inj_le in h; auto.
-      apply Zle_0_nat. } 
-    clear h2.
-    unfold Zbits.zbit_test_def in h3. rewrite Zabs2Nat.id in h3. 
-    destruct (Bits.Zbit x k).
-    * contradiction h3. auto.
-    * auto.
-  + apply Zle_0_nat.
-Qed.
-
-(** * Link between Bit extraction and C type conversions *)
-(** ** Unsigned conversions *)
-	
-(* Why3 goal *)
-Lemma to_uint_extraction_sup : forall (n:Z) (x:Z) (i:Z), ((0%Z <= n)%Z /\
-  (n <= i)%Z) -> ((Cint.is_uint n x) -> ~ (Cint.bit_test x i)).
-Proof.
-  intros n x i h1 h2.
-  assert (H:(Bits.Zbit x (Z.abs_nat i) = false)).
-  { unfold Cint.is_uint in h2.
-    apply (Zbits.Zbit_unsigned_trail (Z.abs_nat n) (Z.abs_nat i) x).
-    + apply Zabs_nat_le. omega.
-    + unfold Cint.two_power_abs in h2.
-      trivial. }
-  assert (I:(0 <= i)) by omega;
-  unfold Cint.bit_test; unfold_bit_testb I; unfold Zbits.zbit_test_def.
-  rewrite H; discriminate.
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint_extraction_inf_bool : forall (n:Z) (x:Z) (i:Z),
-  ((0%Z <= i)%Z /\ (i < n)%Z) -> ((Cint.bit_testb (Cint.to_uint n x)
-  i) = (Cint.bit_testb x i)).
-Proof.
-  intros n x i (h1,h2); unfold_bit_testb h1; unfold Zbits.zbit_test_def.
-  pose (k:= (Z.abs_nat i)); fold k.
-  unfold Cint.to_uint; unfold Cint.to_range.
-  simpl.
-  replace (x - 0) with x by (auto with zarith).
-  unfold Cint.two_power_abs. 
-  rewrite Zbits.Zbit_uint_mod_two_power_nat.
-  rewrite (leb_correct_conv k (Z.abs_nat n)).
-  + trivial.
-  + apply Zabs_nat_lt; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint_extraction_inf : forall (n:Z) (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < n)%Z) -> ((Cint.bit_test (Cint.to_uint n x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  intros n x i (h1,h2);
-  unfold Cint.bit_test;
-  rewrite to_uint_extraction_inf_bool by auto;
-  pose (xb:=Cint.bit_testb x i); fold xb;
-  destruct xb; simpl; split; intro G; auto; destruct G; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_ext : forall (n:Z) (x:Z) (y:Z), (0%Z <= n)%Z -> ((Cint.is_uint
-  n x) -> ((Cint.is_uint n y) -> ((forall (i:Z), ((0%Z <= i)%Z /\
-  (i < n)%Z) -> ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y)))).
-Proof.
-  intros n x y h1 h2 h3 h4.
-  assert (forall i: int, (0 <= i)%Z -> (Cint.bit_test x i <-> Cint.bit_test y i)).
-  { intros.
-    case_lt i n; intro.
-    + apply h4; omega.
-    + assert (~ Cint.bit_test x i).
-      { apply (to_uint_extraction_sup n). omega. auto. }
-      assert (~ Cint.bit_test y i).
-      { apply (to_uint_extraction_sup n). omega. auto. }
-     intuition. }
-  clear h1; clear h2; clear h3; clear h4.
-  unfold Cint.bit_test in H.
-  unfold Cint.bit_testb in H.
-  apply Zbits.bit_testb_ext; intros.
-  rewrite <- Zbits.bool2_eq_true.
-  apply H; auto.
-Qed.
-
-Local Ltac uint_extraction_inf_bool to_uint :=
-  intros; rewrite to_uint; 
-  apply to_uint_extraction_inf_bool;
-  omega.
-  
-Local Ltac uint_extraction_inf to_uint :=
-  intros; rewrite to_uint; 
-  apply to_uint_extraction_inf;
-  omega.
-						 
-(** *** Cast to uint8 C type *)
-(* Why3 goal *)
-Lemma to_uint8_extraction_sup : forall (x:Z) (i:Z), (8%Z <= i)%Z ->
-  ((Cint.is_uint8 x) -> ~ (Cint.bit_test x i)).
-Proof.
-  intros; apply (to_uint_extraction_sup 8); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint8_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 8%Z)%Z) -> ((Cint.bit_testb (Cint.to_uint8 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  uint_extraction_inf_bool Cint.to_uint_8.
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint8_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 8%Z)%Z) -> ((Cint.bit_test (Cint.to_uint8 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  uint_extraction_inf Cint.to_uint_8.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint8_ext : forall (x:Z) (y:Z), (Cint.is_uint8 x) -> ((Cint.is_uint8
-  y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i < 8%Z)%Z) -> ((Cint.bit_test x
-  i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros x y h1 h2 h3.
-  apply (is_uint_ext 8); (auto with zarith).
-Qed.
-
-(** *** Cast to uint16 C type *)
-(* Why3 goal *)
-Lemma to_uint16_extraction_sup : forall (x:Z) (i:Z), (16%Z <= i)%Z ->
-  ((Cint.is_uint16 x) -> ~ (Cint.bit_test x i)).
-Proof.
-   intros; apply (to_uint_extraction_sup 16); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint16_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 16%Z)%Z) -> ((Cint.bit_testb (Cint.to_uint16 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  uint_extraction_inf_bool Cint.to_uint_16.
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint16_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 16%Z)%Z) -> ((Cint.bit_test (Cint.to_uint16 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  uint_extraction_inf Cint.to_uint_16.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint16_ext : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
-  ((Cint.is_uint16 y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i < 16%Z)%Z) ->
-  ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros x y h1 h2 h3.
-  apply (is_uint_ext 16); (auto with zarith).
-Qed.
-
-(** *** Cast to uint32 C type *)
-(* Why3 goal *)
-Lemma to_uint32_extraction_sup : forall (x:Z) (i:Z), (32%Z <= i)%Z ->
-  ((Cint.is_uint32 x) -> ~ (Cint.bit_test x i)).
-Proof.
-  intros; apply (to_uint_extraction_sup 32); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint32_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 32%Z)%Z) -> ((Cint.bit_testb (Cint.to_uint32 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  uint_extraction_inf_bool Cint.to_uint_32.
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint32_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 32%Z)%Z) -> ((Cint.bit_test (Cint.to_uint32 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  uint_extraction_inf Cint.to_uint_32.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint32_ext : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
-  ((Cint.is_uint32 y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i < 32%Z)%Z) ->
-  ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros x y h1 h2 h3.
-  apply (is_uint_ext 32); (auto with zarith).
-Qed.
-
-(** *** Cast to uint64 C type *)
-(* Why3 goal *)
-Lemma to_uint64_extraction_sup : forall (x:Z) (i:Z), (64%Z <= i)%Z ->
-  ((Cint.is_uint64 x) -> ~ (Cint.bit_test x i)).
-Proof.
-  intros; apply (to_uint_extraction_sup 64); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint64_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 64%Z)%Z) -> ((Cint.bit_testb (Cint.to_uint64 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  uint_extraction_inf_bool Cint.to_uint_64.
-Qed.
-
-(* Why3 goal *)
-Lemma to_uint64_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 64%Z)%Z) -> ((Cint.bit_test (Cint.to_uint64 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-   uint_extraction_inf Cint.to_uint_64.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint64_ext : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
-  ((Cint.is_uint64 y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i < 64%Z)%Z) ->
-  ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros x y h1 h2 h3.
-  apply (is_uint_ext 64); (auto with zarith).
-Qed.
-
-(** ** Signed conversions *)
-(* Why3 goal *)
-Lemma to_sint_extraction_sup : forall (n:Z) (x:Z) (i:Z), ((0%Z <= n)%Z /\
-  (n <= i)%Z) -> ((Cint.is_sint n x) -> ((Cint.bit_test x i) <->
-  (x < 0%Z)%Z)).
-Proof.
-  intros n x i h1.
-  unfold Cint.is_sint.
-  intro h2;
-  assert (H:(0 <= i)) by omega;
-  unfold Cint.bit_test; unfold_bit_testb H; unfold Zbits.zbit_test_def.
-  assert (Z.abs_nat n <= Z.abs_nat i)%nat.
-  { apply (Zabs_nat_le); omega. }
-  rewrite <- Zlt_bool_true_Zlt; 
-  apply (Zbits.Zbit_trail (Z.abs_nat n) (Z.abs_nat i) x); auto.
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint_extraction_inf_bool : forall (n:Z) (x:Z) (i:Z),
-  ((0%Z <= i)%Z /\ (i < n)%Z) -> ((Cint.bit_testb (Cint.to_sint n x)
-  i) = (Cint.bit_testb x i)).
-Proof.
-  intros n x i (h1,h2); unfold_bit_testb h1; unfold Zbits.zbit_test_def.
-  pose (k:= (Z.abs_nat i)); fold k.
-  unfold Cint.to_sint; unfold Cint.to_range.
-  rewrite Z.sub_opp_r; rewrite Z.sub_opp_r.
-  rewrite Z.add_opp_l.
-  replace (Cint.two_power_abs n + Cint.two_power_abs n) with (2 * Cint.two_power_abs n) by (auto with zarith).
-  unfold Cint.two_power_abs.
-  replace n with ((n-i)+i) by (auto with zarith).
-  rewrite Zabs2Nat.inj_add by omega.
-  apply Zbits.Zbit_sint_mod_two_power_nat.
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint_extraction_inf : forall (n:Z) (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < n)%Z) -> ((Cint.bit_test (Cint.to_sint n x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  intros n x i (h1,h2).
-  unfold Cint.bit_test;
-  rewrite to_sint_extraction_inf_bool by auto.
-  pose (xb:=Cint.bit_testb x i); fold xb;
-  destruct xb; simpl; split; intro G; auto; destruct G; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_ext : forall (n:Z) (x:Z) (y:Z), (0%Z <= n)%Z -> ((Cint.is_sint
-  n x) -> ((Cint.is_sint n y) -> ((forall (i:Z), ((0%Z <= i)%Z /\
-  (i <= n)%Z) -> ((Cint.bit_test x i) <-> (Cint.bit_test y i))) ->
-  (x = y)))).
-Proof. 
-  intros n x y h1 h2 h3 h4.
-  assert (forall i: int, (0 <= i)%Z -> (Cint.bit_test x i <-> Cint.bit_test y i)).
-  { intros.
-    case_leq i n; intro.
-    + apply h4; omega.
-    + assert (0<=n<=n) by omega.
-      specialize ((h4 n) H1).
-      generalize ((to_sint_extraction_sup n x n) H1 h2).
-      generalize ((to_sint_extraction_sup n y n) H1 h3).
-      clear H1; intros.
-      rewrite h4 in H2. rewrite H2 in H1. clear H2.
-      assert ((Cint.bit_test x i) <-> x < 0).
-      { apply (to_sint_extraction_sup n); [omega | auto]. }
-      assert ((Cint.bit_test y i) <-> y < 0).
-      { apply (to_sint_extraction_sup n); [omega | auto]. }
-      rewrite H2.
-      rewrite H3.
-      auto. }
-  clear h1; clear h2; clear h3; clear h4.
-  unfold Cint.bit_test in H.
-  unfold Cint.bit_testb in H.
-  apply Zbits.bit_testb_ext; intros.
-  rewrite <- Zbits.bool2_eq_true.
-  apply H; auto.
-Qed.
-
-(** Tactical *)
-Local Ltac sint_extraction_sup is_sint vn vz :=
-  intros x i h1;
-  unfold is_sint;
-  intro h2;
-  assert (H:(0 <= i)) by omega;
-  unfold Cint.bit_test; unfold_bit_testb H; unfold Zbits.zbit_test_def;
-  assert (Z.abs_nat vz <= Z.abs_nat i)%nat 
-  by (assert (vn = Z.abs_nat vz)%nat by (auto with arith);
-      apply Zabs_nat_le; omega);
-  rewrite <- Zlt_bool_true_Zlt; 
-  apply (Zbits.Zbit_trail vn (Z.abs_nat i) x); auto.
-
-Local Ltac unfold_hyp h :=
-  match goal with 
-    | h:(?X1) |- _ => unfold X1 in h
-    | h:(?X1 _ ) |- _ => unfold X1 in h
-    | h:(?X1 _ _) |- _ => unfold X1 in h
-    | h:(?X1 _ _ _) |- _ => unfold X1 in h
-    | h:(?X1 _ _ _ _) |- _ => unfold X1 in h
-    | _ => idtac
-  end.
-
-Local Ltac sint_extraction_inf_bool to_sint :=
-  intros; rewrite to_sint; 
-  apply to_sint_extraction_inf_bool;
-  omega.
-  
-Local Ltac sint_extraction_inf to_sint :=
-  intros; rewrite to_sint; 
-  apply to_sint_extraction_inf;
-  omega.
-						 
-(** *** Cast to sint8 C type *)
-(* Why3 goal *)
-Lemma to_sint8_extraction_sup : forall (x:Z) (i:Z), (7%Z <= i)%Z ->
-  ((Cint.is_sint8 x) -> ((Cint.bit_test x i) <-> (x < 0%Z)%Z)).
-Proof.
-  intros; apply (to_sint_extraction_sup 7); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint8_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 7%Z)%Z) -> ((Cint.bit_testb (Cint.to_sint8 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  sint_extraction_inf_bool Cint.to_sint_8.
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint8_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 7%Z)%Z) -> ((Cint.bit_test (Cint.to_sint8 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  sint_extraction_inf Cint.to_sint_8.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_ext : forall (x:Z) (y:Z), (Cint.is_sint8 x) -> ((Cint.is_sint8
-  y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i <= 7%Z)%Z) -> ((Cint.bit_test x
-  i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros. apply (is_sint_ext 7) ; (auto with zarith).
-Qed.
-
-(** *** Cast to sint16 C type *)
-(* Why3 goal *)
-Lemma to_sint16_extraction_sup : forall (x:Z) (i:Z), (15%Z <= i)%Z ->
-  ((Cint.is_sint16 x) -> ((Cint.bit_test x i) <-> (x < 0%Z)%Z)).
-Proof.
-  intros; apply (to_sint_extraction_sup 15); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint16_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 15%Z)%Z) -> ((Cint.bit_testb (Cint.to_sint16 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  sint_extraction_inf_bool Cint.to_sint_16.
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint16_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 15%Z)%Z) -> ((Cint.bit_test (Cint.to_sint16 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  sint_extraction_inf Cint.to_sint_16.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_ext : forall (x:Z) (y:Z), (Cint.is_sint16 x) ->
-  ((Cint.is_sint16 y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i <= 15%Z)%Z) ->
-  ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros. apply (is_sint_ext 15) ; (auto with zarith).
-Qed.
-
-(** *** Cast to uint32 C type *)
-(* Why3 goal *)
-Lemma to_sint32_extraction_sup : forall (x:Z) (i:Z), (31%Z <= i)%Z ->
-  ((Cint.is_sint32 x) -> ((Cint.bit_test x i) <-> (x < 0%Z)%Z)).
-Proof.
-  intros; apply (to_sint_extraction_sup 31); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint32_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 31%Z)%Z) -> ((Cint.bit_testb (Cint.to_sint32 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  sint_extraction_inf_bool Cint.to_sint_32.
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint32_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 31%Z)%Z) -> ((Cint.bit_test (Cint.to_sint32 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  sint_extraction_inf Cint.to_sint_32.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_ext : forall (x:Z) (y:Z), (Cint.is_sint32 x) ->
-  ((Cint.is_sint32 y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i <= 31%Z)%Z) ->
-  ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros. apply (is_sint_ext 31) ; (auto with zarith).
-Qed.
-
-(** *** Cast to uint64 C type *)
-(* Why3 goal *)
-Lemma to_sint64_extraction_sup : forall (x:Z) (i:Z), (63%Z <= i)%Z ->
-  ((Cint.is_sint64 x) -> ((Cint.bit_test x i) <-> (x < 0%Z)%Z)).
-Proof.
-  intros; apply (to_sint_extraction_sup 63); (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint64_extraction_inf_bool : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 63%Z)%Z) -> ((Cint.bit_testb (Cint.to_sint64 x) i) = (Cint.bit_testb x
-  i)).
-Proof.
-  sint_extraction_inf_bool Cint.to_sint_64.
-Qed.
-
-(* Why3 goal *)
-Lemma to_sint64_extraction_inf : forall (x:Z) (i:Z), ((0%Z <= i)%Z /\
-  (i < 63%Z)%Z) -> ((Cint.bit_test (Cint.to_sint64 x) i) <-> (Cint.bit_test x
-  i)).
-Proof.
-  sint_extraction_inf Cint.to_sint_64.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_ext : forall (x:Z) (y:Z), (Cint.is_sint64 x) ->
-  ((Cint.is_sint64 y) -> ((forall (i:Z), ((0%Z <= i)%Z /\ (i <= 63%Z)%Z) ->
-  ((Cint.bit_test x i) <-> (Cint.bit_test y i))) -> (x = y))).
-Proof.
-  intros; apply (is_sint_ext 63); (auto with zarith).
-Qed.
-
-(** * Some C-Integer Bits Conversions are distributive *)
-(** Tacticals *)
-Local Ltac is_uint_bitwise f n :=
-  intros x y Rx Ry; unfold_hyp Rx; unfold_hyp Ry; apply Cint.id_to_range;
-  apply (Zbits.Z_bitwise_in_uint_range f n x y Rx Ry); by compute.  
-
-Local Ltac lsr_in_uint_range n :=
-  intros x y Ry Rx; unfold_hyp Rx; apply Cint.id_to_range;
-  split;
-  [ (apply (Zbits.lsr_lower_bound 0 _ _ Ry); omega)
-  | (apply (Zbits.lsr_upper_bound n _ _ Ry); omega)].
-
-(** ** Unsigned conversions *)
-  
-(* Why3 goal *)
-Lemma to_uint_lor : forall (n:Z) (x:Z) (y:Z), ((Cint.to_uint n (Cint.lor x
-  y)) = (Cint.lor (Cint.to_uint n x) (Cint.to_uint n y))).
-Proof.
-  intros n x y.
-  apply Zbits.zbit_test_ext. intro.
-  rewrite Zbits.lor_extraction.
-  unfold Cint.to_uint; unfold Cint.to_range; Cint.simplify_to_range_unfolding.
-  unfold Cint.two_power_abs.
-  repeat (rewrite Zbits.uint_mod_two_power_extraction).
-  rewrite Zbits.lor_extraction.
-  pose (c:=(leb (Z.abs_nat n) (Z.abs_nat n0))); fold c.
-  destruct c; auto.
-Qed.
-
-(** *** Cast to uint8 C type *)
-(* Why3 goal *)
-Lemma to_uint8_lor : forall (x:Z) (y:Z), ((Cint.to_uint8 (Cint.lor x
-  y)) = (Cint.lor (Cint.to_uint8 x) (Cint.to_uint 8%Z y))).
-Proof.
-  intros x y; rewrite Cint.to_uint_8; apply to_uint_lor.
-Qed.
-
-(** ***  Cast to uint16 C type *)
-(* Why3 goal *)
-Lemma to_uint16_lor : forall (x:Z) (y:Z), ((Cint.to_uint16 (Cint.lor x
-  y)) = (Cint.lor (Cint.to_uint16 x) (Cint.to_uint16 y))).
-Proof.
-  intros x y; rewrite Cint.to_uint_16; apply to_uint_lor.
-Qed.
-
-(** ***  Cast to uint32 C type *)
-(* Why3 goal *)
-Lemma to_uint32_lor : forall (x:Z) (y:Z), ((Cint.to_uint32 (Cint.lor x
-  y)) = (Cint.lor (Cint.to_uint32 x) (Cint.to_uint32 y))).
-Proof.
-  intros x y; rewrite Cint.to_uint_32; apply to_uint_lor.
-Qed.
-
-(** ***  Cast to uint64 C type *)
-(* Why3 goal *)
-Lemma to_uint64_lor : forall (x:Z) (y:Z), ((Cint.to_uint64 (Cint.lor x
-  y)) = (Cint.lor (Cint.to_uint64 x) (Cint.to_uint64 y))).
-Proof.
-  intros x y; rewrite Cint.to_uint_64; apply to_uint_lor.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_lxor : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n x) ->
-  ((Cint.is_uint n y) -> ((Cint.to_uint n (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof.
-  intro n; is_uint_bitwise xorb (Zabs_nat n). 
-Qed.
-
-(** * Some C-Integer Bits Conversions are identity *)
-(** ** Unsigned conversions *)
-(* Why3 goal *)
-Lemma is_uint_lor : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n x) ->
-  ((Cint.is_uint n y) -> ((Cint.to_uint n (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  intro n; is_uint_bitwise orb (Zabs_nat n). 
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_land : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n x) ->
-  ((Cint.is_uint n y) -> ((Cint.to_uint n (Cint.land x y)) = (Cint.land x
-  y))).
-Proof.
-  intro n; is_uint_bitwise andb (Zabs_nat n). 
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_lsr : forall (n:Z) (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_uint
-  n x) -> ((Cint.to_uint n (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  intro n; lsr_in_uint_range (Cint.two_power_abs n).
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_lsl1_inf : forall (n:Z) (y:Z), ((0%Z <= y)%Z /\ (y < n)%Z) ->
-  ((Cint.to_uint n (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros n y (h1,h2);
-  (assert (0 <= y) as Ry by omega);
-  unfold Cint.lsl; unfold Zbits.lsl; rewrite (Zle_imp_le_bool _ _ Ry);
-  unfold Zbits.lsl_def;
-  rewrite Zbits.lsl_arithmetic_shift; unfold Zbits.lsl_arithmetic_def.
-  (replace (1 * two_power_nat (Z.abs_nat y))
-    with (two_power_nat (Z.abs_nat y)) by (auto with zarith));
-  clear Ry.
-
-  assert (Z.abs_nat y < (Z.abs_nat n))%nat as A by
-   (apply Zabs_nat_lt; omega);
-  clear h1; clear h2;
-  pose (M := Z.abs_nat y); fold M; fold M in A.
-
-  unfold Cint.to_uint; unfold Cint.to_range; Cint.simplify_to_range_unfolding.
-  rewrite Zmod_small; trivial.
-  unfold Cint.two_power_abs; pose (N:=(Z.abs_nat n)); fold N; fold N in A.
-  generalize (Bits.two_power_nat_is_positive M); intro Pos.
-  generalize (Bits.two_power_nat_increase_strict M N A) ; intro.
-  omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_lsl1_sup : forall (n:Z) (y:Z), ((0%Z <= n)%Z /\ (n <= y)%Z) ->
-  ((Cint.to_uint n (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros n y h1.
-  (assert (0 <= y) as Ry by omega);
-  unfold Cint.lsl; unfold Zbits.lsl; rewrite (Zle_imp_le_bool _ _ Ry);
-  unfold Zbits.lsl_def;
-  rewrite Zbits.lsl_arithmetic_shift; unfold Zbits.lsl_arithmetic_def.
-  (replace (1 * two_power_nat (Z.abs_nat y))
-    with (two_power_nat (Z.abs_nat y)) by (auto with zarith));
-  clear Ry.
-
-  assert (Z.abs_nat n <= (Z.abs_nat y))%nat as A by
-   (apply Zabs_nat_le; omega);
-  clear h1;
-  pose (M := Z.abs_nat y); fold M; fold M in A.
-  unfold Cint.to_uint; unfold Cint.to_range; Cint.simplify_to_range_unfolding.
-  
-  rewrite (le_plus_minus (Z.abs_nat n) M A).
-  replace (Z.abs_nat n + (M - Z.abs_nat n))%nat with ((M - Z.abs_nat n) + Z.abs_nat n)%nat by (auto with zarith).
-  rewrite Bits.two_power_nat_plus.
-
-  apply Z_mod_mult. 
-Qed.
-
-(** *** Cast to uint8 C type *)
-(* Why3 goal *)
-Lemma is_uint8_lxor : forall (x:Z) (y:Z), (Cint.is_uint8 x) ->
-  ((Cint.is_uint8 y) -> ((Cint.to_uint8 (Cint.lxor x y)) = (Cint.lxor x y))).
-Proof.
-  intros; rewrite Cint.to_uint_8; apply is_uint_lxor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint8_lor : forall (x:Z) (y:Z), (Cint.is_uint8 x) -> ((Cint.is_uint8
-  y) -> ((Cint.to_uint8 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  intros; rewrite Cint.to_uint_8; apply is_uint_lor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint8_land : forall (x:Z) (y:Z), (Cint.is_uint8 x) ->
-  ((Cint.is_uint8 y) -> ((Cint.to_uint8 (Cint.land x y)) = (Cint.land x y))).
-Proof.
-  intros; rewrite Cint.to_uint_8; apply is_uint_land; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint8_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_uint8
-  x) -> ((Cint.to_uint8 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.	
-  intros; rewrite Cint.to_uint_8; apply is_uint_lsr; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint8_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 8%Z)%Z) ->
-  ((Cint.to_uint8 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_uint_8; apply is_uint_lsl1_inf; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint8_lsl1_sup : forall (y:Z), (8%Z <= y)%Z ->
-  ((Cint.to_uint8 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_uint_8; apply is_uint_lsl1_sup; omega.
-Qed.
-
-(** ***  Cast to uint16 C type *)
-(* Why3 goal *)
-Lemma is_uint16_lxor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
-  ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof. 
-  intros; rewrite Cint.to_uint_16; apply is_uint_lxor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint16_lor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
-  ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lor x y)) = (Cint.lor x y))).
-Proof. 
-  intros; rewrite Cint.to_uint_16; apply is_uint_lor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint16_land : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
-  ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.land x y)) = (Cint.land x
-  y))).
-Proof. 
-  intros; rewrite Cint.to_uint_16; apply is_uint_land; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint16_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_uint16
-  x) -> ((Cint.to_uint16 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  intros; rewrite Cint.to_uint_16; apply is_uint_lsr; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint16_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 16%Z)%Z) ->
-  ((Cint.to_uint16 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_uint_16. apply is_uint_lsl1_inf; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint16_lsl1_sup : forall (y:Z), (16%Z <= y)%Z ->
-  ((Cint.to_uint16 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_uint_16; apply is_uint_lsl1_sup; omega.
-Qed.
-
-(** *** Cast to uint32 C type *)
-(* Why3 goal *)
-Lemma is_uint32_lxor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
-  ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof.
-  intros; rewrite Cint.to_uint_32; apply is_uint_lxor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint32_lor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
-  ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  intros; rewrite Cint.to_uint_32; apply is_uint_lor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint32_land : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
-  ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.land x y)) = (Cint.land x
-  y))).
-Proof. 
-  intros; rewrite Cint.to_uint_32; apply is_uint_land; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint32_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_uint32
-  x) -> ((Cint.to_uint32 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  intros; rewrite Cint.to_uint_32; apply is_uint_lsr; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint32_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 32%Z)%Z) ->
-  ((Cint.to_uint32 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_uint_32; apply is_uint_lsl1_inf; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint32_lsl1_sup : forall (y:Z), (32%Z <= y)%Z ->
-  ((Cint.to_uint32 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_uint_32; apply is_uint_lsl1_sup; omega.
-Qed.
-
-(** *** Cast to uint64 C type *)
-(* Why3 goal *)
-Lemma is_uint64_lxor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
-  ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof.
-  intros; rewrite Cint.to_uint_64; apply is_uint_lxor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint64_lor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
-  ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  intros; rewrite Cint.to_uint_64; apply is_uint_lor; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint64_land : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
-  ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.land x y)) = (Cint.land x
-  y))).
-Proof. 
-  intros; rewrite Cint.to_uint_64; apply is_uint_land; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint64_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_uint64
-  x) -> ((Cint.to_uint64 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  intros; rewrite Cint.to_uint_64; apply is_uint_lsr; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint64_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 64%Z)%Z) ->
-  ((Cint.to_uint64 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_uint_64; apply is_uint_lsl1_inf; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint64_lsl1_sup : forall (y:Z), (64%Z <= y)%Z ->
-  ((Cint.to_uint64 (Cint.lsl 1%Z y)) = 0%Z).
-Proof. 
-  intros; rewrite Cint.to_uint_64; apply is_uint_lsl1_sup; omega.
-Qed.
-
-(** ** Signed conversions *)
-(** Tacticals *)
-Local Ltac is_sint_lnot b :=
-  intros x Rx; unfold_hyp Rx; apply Cint.id_to_range;
-   apply (Zbits.lnot_in_range (-b) b x Rx); omega.
-
-Local Ltac is_sint_bitwise f n :=
-  intros x y Rx Ry; unfold_hyp Rx; unfold_hyp Ry; apply Cint.id_to_range;
-  apply (Zbits.Z_bitwise_in_sint_range f n x y Rx Ry); by compute.  
-
-Local Ltac lsr_in_sint_range n :=
-  intros x y Ry Rx; unfold_hyp Rx; apply Cint.id_to_range;
-  split;
-  [ (apply (Zbits.lsr_lower_bound (-n) _ _ Ry); omega)
-  | (apply (Zbits.lsr_upper_bound n _ _ Ry); omega)].
-
-(* Why3 goal *)
-Lemma is_sint_lnot : forall (n:Z) (x:Z), (Cint.is_sint n x) ->
-  ((Cint.to_sint n (Cint.lnot x)) = (Cint.lnot x)).
-Proof.
-  intros n; is_sint_lnot (Cint.two_power_abs n).
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_lxor : forall (n:Z) (x:Z) (y:Z), (Cint.is_sint n x) ->
-  ((Cint.is_sint n y) -> ((Cint.to_sint n (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof.
-  intro n; is_sint_bitwise xorb (Zabs_nat n). 
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_lor : forall (n:Z) (x:Z) (y:Z), (Cint.is_sint n x) ->
-  ((Cint.is_sint n y) -> ((Cint.to_sint n (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  intro n; is_sint_bitwise orb (Zabs_nat n). 
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_land : forall (n:Z) (x:Z) (y:Z), (Cint.is_sint n x) ->
-  ((Cint.is_sint n y) -> ((Cint.to_sint n (Cint.land x y)) = (Cint.land x
-  y))).
-Proof.
-  intro n; is_sint_bitwise andb (Zabs_nat n). 
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_lsr : forall (n:Z) (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_sint
-  n x) -> ((Cint.to_sint n (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  intro n; lsr_in_sint_range (Cint.two_power_abs n).
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_lsl1_inf : forall (n:Z) (y:Z), ((0%Z <= y)%Z /\ (y < n)%Z) ->
-  ((Cint.to_sint n (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros n y (h1,h2).
-  apply Cint.id_sint.
-  unfold Cint.lsl; unfold Zbits.lsl; rewrite (Zle_imp_le_bool _ _ h1);
-  unfold Zbits.lsl_def;
-  rewrite Zbits.lsl_arithmetic_shift; unfold Zbits.lsl_arithmetic_def;
-  (replace (1 * two_power_nat (Z.abs_nat y))
-   with (two_power_nat (Z.abs_nat y)) by (auto with zarith)).
-  unfold Cint.is_sint.
-  generalize (Cint.two_power_abs_is_positive y);
-  generalize (Cint.two_power_abs_is_positive n);
-  unfold Cint.two_power_abs; intros.
-  split; [omega|].
-  apply Bits.two_power_nat_increase_strict.
-  apply Zabs_nat_lt; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint_lsl1_sup : forall (n:Z) (y:Z), ((0%Z <= n)%Z /\ (n < y)%Z) ->
-  ((Cint.to_sint n (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros n y h1.
-  assert (0 <= y) as Ry by omega;
-  unfold Cint.lsl; unfold Zbits.lsl; rewrite (Zle_imp_le_bool _ _ Ry);
-  unfold Zbits.lsl_def;
-  rewrite Zbits.lsl_arithmetic_shift; unfold Zbits.lsl_arithmetic_def;
-  (replace (1 * two_power_nat (Z.abs_nat y))
-    with (two_power_nat (Z.abs_nat y)) by (auto with zarith)).
-  pose (M := two_power_nat (Z.abs_nat y)); fold M.
-  unfold Cint.to_sint; unfold Cint.to_range; Cint.simplify_to_range_unfolding.
-  pose (N:=(Cint.two_power_abs n)); fold N.
-
-  rewrite <- (Z.mod_unique_pos (M + N) (N + N)
-                               (Cint.two_power_abs (y - (n + 1)))
-                                N).
-  + auto with zarith.
-  + generalize (Cint.two_power_abs_is_positive n); fold N; omega.
-  + rewrite Z.add_cancel_r. 
-    replace (N + N) with (2 * N) by (auto with zarith); unfold N. 
-    rewrite <- Cint.two_power_abs_plus_one by omega.
-    rewrite <- Cint.two_power_abs_plus_pos by omega.
-    replace (n + 1 + (y - (n + 1))) with y by ring.
-    auto.
-Qed.
-
-(** *** Cast to sint8 C type *)
-(* Why3 goal *)
-Lemma is_sint8_lnot : forall (x:Z), (Cint.is_sint8 x) ->
-  ((Cint.to_sint8 (Cint.lnot x)) = (Cint.lnot x)).
-Proof. 
-  is_sint_lnot 128.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_lxor : forall (x:Z) (y:Z), (Cint.is_sint8 x) ->
-  ((Cint.is_sint8 y) -> ((Cint.to_sint8 (Cint.lxor x y)) = (Cint.lxor x y))).
-Proof.
-  is_sint_bitwise xorb 7%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_lor : forall (x:Z) (y:Z), (Cint.is_sint8 x) -> ((Cint.is_sint8
-  y) -> ((Cint.to_sint8 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  is_sint_bitwise orb 7%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_land : forall (x:Z) (y:Z), (Cint.is_sint8 x) ->
-  ((Cint.is_sint8 y) -> ((Cint.to_sint8 (Cint.land x y)) = (Cint.land x y))).
-Proof.
-  is_sint_bitwise andb 7%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_sint8
-  x) -> ((Cint.to_sint8 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  lsr_in_sint_range 128.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_lsl1 : ((Cint.lsl 1%Z 7%Z) = 128%Z).
-Proof.
-  compute. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 7%Z)%Z) ->
-  ((Cint.to_sint8 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_sint_8; apply is_sint_lsl1_inf; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint8_lsl1_sup : forall (y:Z), (8%Z <= y)%Z ->
-  ((Cint.to_sint8 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_sint_8; apply is_sint_lsl1_sup; omega.
-Qed.
-
-(** *** Cast to sint16 C type *)
-(* Why3 goal *)
-Lemma is_sint16_lnot : forall (x:Z), (Cint.is_sint16 x) ->
-  ((Cint.to_sint16 (Cint.lnot x)) = (Cint.lnot x)).
-Proof.
-  is_sint_lnot 32768.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_lxor : forall (x:Z) (y:Z), (Cint.is_sint16 x) ->
-  ((Cint.is_sint16 y) -> ((Cint.to_sint16 (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof.
-  is_sint_bitwise xorb 15%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_lor : forall (x:Z) (y:Z), (Cint.is_sint16 x) ->
-  ((Cint.is_sint16 y) -> ((Cint.to_sint16 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  is_sint_bitwise orb 15%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_land : forall (x:Z) (y:Z), (Cint.is_sint16 x) ->
-  ((Cint.is_sint16 y) -> ((Cint.to_sint16 (Cint.land x y)) = (Cint.land x
-  y))).
-Proof.
-  is_sint_bitwise andb 15%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_sint16
-  x) -> ((Cint.to_sint16 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  lsr_in_sint_range 32768.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_lsl1 : ((Cint.lsl 1%Z 15%Z) = 32768%Z).
-Proof.
-  compute. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 15%Z)%Z) ->
-  ((Cint.to_sint16 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_sint_16; apply is_sint_lsl1_inf; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint16_lsl1_sup : forall (y:Z), (16%Z <= y)%Z ->
-  ((Cint.to_sint16 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_sint_16; apply is_sint_lsl1_sup; omega.
-Qed.
-
-(** *** Cast to sint32 C type *)
-(* Why3 goal *)
-Lemma is_sint32_lnot : forall (x:Z), (Cint.is_sint32 x) ->
-  ((Cint.to_sint32 (Cint.lnot x)) = (Cint.lnot x)).
-Proof.
-  is_sint_lnot 2147483648.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_lxor : forall (x:Z) (y:Z), (Cint.is_sint32 x) ->
-  ((Cint.is_sint32 y) -> ((Cint.to_sint32 (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof.
-  is_sint_bitwise xorb 31%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_lor : forall (x:Z) (y:Z), (Cint.is_sint32 x) ->
-  ((Cint.is_sint32 y) -> ((Cint.to_sint32 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  is_sint_bitwise orb 31%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_land : forall (x:Z) (y:Z), (Cint.is_sint32 x) ->
-  ((Cint.is_sint32 y) -> ((Cint.to_sint32 (Cint.land x y)) = (Cint.land x
-  y))).
-Proof. 
-  is_sint_bitwise andb 31%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_sint32
-  x) -> ((Cint.to_sint32 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  lsr_in_sint_range 2147483648.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_lsl1 : ((Cint.lsl 1%Z 31%Z) = 2147483648%Z).
-Proof.
-  compute. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 31%Z)%Z) ->
-  ((Cint.to_sint32 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-   intros; rewrite Cint.to_sint_32; apply is_sint_lsl1_inf; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint32_lsl1_sup : forall (y:Z), (32%Z <= y)%Z ->
-  ((Cint.to_sint32 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_sint_32; apply is_sint_lsl1_sup; omega.
-Qed.
-
-(** *** Cast to sint64 C type *)
-(* Why3 goal *)
-Lemma is_sint64_lnot : forall (x:Z), (Cint.is_sint64 x) ->
-  ((Cint.to_sint64 (Cint.lnot x)) = (Cint.lnot x)).
-Proof.
-  is_sint_lnot 9223372036854775808. 
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_lxor : forall (x:Z) (y:Z), (Cint.is_sint64 x) ->
-  ((Cint.is_sint64 y) -> ((Cint.to_sint64 (Cint.lxor x y)) = (Cint.lxor x
-  y))).
-Proof. 
-  is_sint_bitwise xorb 63%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_lor : forall (x:Z) (y:Z), (Cint.is_sint64 x) ->
-  ((Cint.is_sint64 y) -> ((Cint.to_sint64 (Cint.lor x y)) = (Cint.lor x y))).
-Proof.
-  is_sint_bitwise orb 63%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_land : forall (x:Z) (y:Z), (Cint.is_sint64 x) ->
-  ((Cint.is_sint64 y) -> ((Cint.to_sint64 (Cint.land x y)) = (Cint.land x
-  y))).
-Proof. 
-  is_sint_bitwise andb 63%nat.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_lsr : forall (x:Z) (y:Z), (0%Z <= y)%Z -> ((Cint.is_sint64
-  x) -> ((Cint.to_sint64 (Cint.lsr x y)) = (Cint.lsr x y))).
-Proof.
-  lsr_in_sint_range 9223372036854775808.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_lsl1 : ((Cint.lsl 1%Z 63%Z) = 9223372036854775808%Z).
-Proof.
-  compute. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_lsl1_inf : forall (y:Z), ((0%Z <= y)%Z /\ (y < 63%Z)%Z) ->
-  ((Cint.to_sint64 (Cint.lsl 1%Z y)) = (Cint.lsl 1%Z y)).
-Proof.
-  intros; rewrite Cint.to_sint_64; apply is_sint_lsl1_inf; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_sint64_lsl1_sup : forall (y:Z), (64%Z <= y)%Z ->
-  ((Cint.to_sint64 (Cint.lsl 1%Z y)) = 0%Z).
-Proof.
-  intros; rewrite Cint.to_sint_64; apply is_sint_lsl1_sup; omega.
-Qed.
-
-(** * Range of some bitwise operations *)
-(* Why3 goal *)
-Lemma uint_land_range : forall (x:Z) (y:Z), (0%Z <= x)%Z ->
-  ((0%Z <= (Cint.land x y))%Z /\ ((Cint.land x y) <= x)%Z).
-Proof.
-  intros x y h1.
-  apply Zbits.uint_land_range; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma uint_lor_inf : forall (x:Z) (y:Z), ((-1%Z)%Z <= x)%Z ->
-  ((0%Z <= y)%Z -> (x <= (Cint.lor x y))%Z).
-Proof.
-  intros x y h1 h2.
-  case_leq 0 x; intro.
-  + apply Zbits.uint_lor_inf; trivial.
-  + replace x with (-1).
-    { rewrite Zbits.lor_1; omega. }
-    omega.
-Qed.
-
-(* Why3 goal *)
-Lemma sint_land_inf : forall (x:Z) (y:Z), (x <= 0%Z)%Z -> ((y < 0%Z)%Z ->
-  ((Cint.land x y) <= x)%Z).
-Proof.
-  intros x y h1 h2.
-  cut (-(x+1) <= -((Cint.land x y)+1)).
-  { omega. }
-  fold (Bits.zlnot x).
-  fold (Bits.zlnot (Cint.land x y)).
-  repeat (rewrite <- Zbits.lnot_zlnot_equiv).
-  rewrite Zbits.lnot_land_de_morgan.
-  repeat (rewrite Zbits.lnot_zlnot_equiv).
-  apply (uint_lor_inf (Bits.zlnot x)); unfold Bits.zlnot; try omega.
-Qed.
-
-(* Why3 goal *)
-Lemma sint_lor_range : forall (x:Z) (y:Z), (x < 0%Z)%Z -> ((x <= (Cint.lor x
-  y))%Z /\ ((Cint.lor x y) < 0%Z)%Z).
-Proof.
-  intros x y h1.
-  cut (0 <= -((Cint.lor x y)+1) <= -(x+1)).
-  { omega. }
-  fold (Bits.zlnot x).
-  fold (Bits.zlnot (Cint.lor x y)).
-  rewrite <- Zbits.lnot_zlnot_equiv.
-  rewrite Zbits.lnot_lor_de_morgan.
-  rewrite Zbits.lnot_zlnot_equiv.
-  apply (uint_land_range (Bits.zlnot x)).
-  unfold Bits.zlnot; omega.
-Qed.
-
-(* Why3 goal *)
-Lemma is_uint_lor_distrib : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n
-  (Cint.lor x y)) <-> ((Cint.is_uint n x) /\ (Cint.is_uint n y)).
-Proof.
-  intros n x y; split.
-  + unfold Cint.is_uint ; intros.
-    destruct H.
-    rewrite <- Zbits.lor_sign in H.
-    destruct H.
-    generalize H0; clear H0.
-    assert (h1:((-1) <= x)) by omega.
-    generalize (uint_lor_inf x y h1 H1).
-    rewrite Zbits.lor_commut.
-    assert (h2:((-1) <= y)) by omega.
-    generalize (uint_lor_inf y x h2 H).
-    unfold Cint.lor;
-    pose (z:=(Zbits.lor y x)); fold z; intros.
-    omega.
-  + intro H; destruct H.
-    rewrite <- (is_uint_lor n) by trivial.
-    apply Cint.is_to_uint.
-Qed.
-
-(** * Link between bitwise operators and addition *)
-  
-(* Why3 goal *)
-Lemma lor_addition : forall (x:Z) (y:Z), ((Cint.land x y) = 0%Z) ->
-  ((x + y)%Z = (Cint.lor x y)).
-Proof.
-  intros x y h1.
-  apply Zbits.lor_addition; trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma lxor_addition : forall (x:Z) (y:Z), ((Cint.land x y) = 0%Z) ->
-  ((x + y)%Z = (Cint.lxor x y)).
-Proof.
-  intros x y h1.
-  apply Zbits.lxor_addition; trivial.
-Qed.
-
-(** * Link between land and cast operator *)
-(* Why3 goal *)
-Lemma to_uint_land_edge : forall (x:Z) (n:Z), (0%Z <= n)%Z ->
-  ((Cint.to_uint n x) = (Cint.land ((Cint.lsl 1%Z n) - 1%Z)%Z x)).
-Proof.
-  intros x n h1.
-  unfold Cint.to_uint; unfold Cint.to_range; Cint.simplify_to_range_unfolding.
-  unfold Cint.two_power_abs.
-  rewrite Zbits.pos_mod_two_power_nat_land_edge.
-  unfold Cint.land; f_equal.
-  unfold Cint.lsl; rewrite Zbits.lsl_pos by omega; unfold Zbits.lsl_def. 
-  rewrite Zbits.lsl_arithmetic_shift; unfold Zbits.lsl_arithmetic_def.
-  auto with zarith.
-Qed.
-
diff --git a/src/plugins/wp/share/src/Cfloat.v b/src/plugins/wp/share/src/Cfloat.v
deleted file mode 100644
index 722da22037a3075a09cbcae763e225ebb9d371a1..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Cfloat.v
+++ /dev/null
@@ -1,399 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require Reals.Rbasic_fun.
-Require Reals.R_sqrt.
-Require BuiltIn.
-Require bool.Bool.
-Require int.Int.
-Require real.Real.
-Require real.RealInfix.
-Require real.Abs.
-Require real.FromInt.
-Require real.Square.
-
-(* Why3 goal *)
-Definition f32 : Type.
-Admitted.
-
-(* Why3 goal *)
-Definition f64 : Type.
-Admitted.
-
-(* Why3 goal *)
-Definition to_f32: R -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition of_f32: f32 -> R.
-Admitted.
-
-(* Why3 goal *)
-Definition to_f64: R -> f64.
-Admitted.
-
-(* Why3 goal *)
-Definition of_f64: f64 -> R.
-Admitted.
-
-(* Why3 goal *)
-Lemma to_f32_zero : ((of_f32 (to_f32 0%R)) = 0%R).
-Admitted.
-
-(* Why3 goal *)
-Lemma to_f32_one : ((of_f32 (to_f32 1%R)) = 1%R).
-Admitted.
-
-(* Why3 goal *)
-Lemma to_f64_zero : ((of_f64 (to_f64 0%R)) = 0%R).
-Admitted.
-
-(* Why3 goal *)
-Lemma to_f64_one : ((of_f64 (to_f64 1%R)) = 1%R).
-Admitted.
-
-(* Why3 assumption *)
-Inductive rounding_mode :=
-  | Up : rounding_mode
-  | Down : rounding_mode
-  | ToZero : rounding_mode
-  | NearestTiesToAway : rounding_mode
-  | NearestTiesToEven : rounding_mode.
-Axiom rounding_mode_WhyType : WhyType rounding_mode.
-Existing Instance rounding_mode_WhyType.
-
-(* Why3 goal *)
-Definition round_float: rounding_mode -> R -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition round_double: rounding_mode -> R -> f64.
-Admitted.
-
-(* Why3 goal *)
-Lemma float_32 : forall (x:R), ((to_f32 x) = (round_float NearestTiesToEven
-  x)).
-Admitted.
-
-(* Why3 goal *)
-Lemma float_64 : forall (x:R), ((to_f64 x) = (round_double NearestTiesToEven
-  x)).
-Admitted.
-
-(* Why3 assumption *)
-Inductive float_kind :=
-  | Finite : float_kind
-  | NaN : float_kind
-  | Inf_pos : float_kind
-  | Inf_neg : float_kind.
-Axiom float_kind_WhyType : WhyType float_kind.
-Existing Instance float_kind_WhyType.
-
-(* Why3 goal *)
-Definition classify_f32: f32 -> float_kind.
-Admitted.
-
-(* Why3 goal *)
-Definition classify_f64: f64 -> float_kind.
-Admitted.
-
-(* Why3 assumption *)
-Definition is_finite_f32 (f:f32): Prop := ((classify_f32 f) = Finite).
-
-(* Why3 assumption *)
-Definition is_finite_f64 (d:f64): Prop := ((classify_f64 d) = Finite).
-
-(* Why3 assumption *)
-Definition is_NaN_f32 (f:f32): Prop := ((classify_f32 f) = NaN).
-
-(* Why3 assumption *)
-Definition is_NaN_f64 (d:f64): Prop := ((classify_f64 d) = NaN).
-
-(* Why3 assumption *)
-Definition is_infinite_f32 (f:f32): Prop := ((classify_f32 f) = Inf_pos) \/
-  ((classify_f32 f) = Inf_neg).
-
-(* Why3 assumption *)
-Definition is_infinite_f64 (d:f64): Prop := ((classify_f64 d) = Inf_pos) \/
-  ((classify_f64 d) = Inf_neg).
-
-(* Why3 assumption *)
-Definition is_positive_infinite_f32 (f:f32): Prop :=
-  ((classify_f32 f) = Inf_pos).
-
-(* Why3 assumption *)
-Definition is_positive_infinite_f64 (d:f64): Prop :=
-  ((classify_f64 d) = Inf_pos).
-
-(* Why3 assumption *)
-Definition is_negative_infinite_f32 (f:f32): Prop :=
-  ((classify_f32 f) = Inf_neg).
-
-(* Why3 assumption *)
-Definition is_negative_infinite_f64 (d:f64): Prop :=
-  ((classify_f64 d) = Inf_neg).
-
-(* Why3 goal *)
-Lemma is_finite_to_float_32 : forall (x:R), (is_finite_f32 (to_f32 x)).
-Admitted.
-
-(* Why3 goal *)
-Lemma is_finite_to_float_64 : forall (x:R), (is_finite_f64 (to_f64 x)).
-Admitted.
-
-(* Why3 goal *)
-Lemma to_float_is_finite_32 : forall (f:f32), (is_finite_f32 f) ->
-  ((to_f32 (of_f32 f)) = f).
-Admitted.
-
-(* Why3 goal *)
-Lemma to_float_is_finite_64 : forall (d:f64), (is_finite_f64 d) ->
-  ((to_f64 (of_f64 d)) = d).
-Admitted.
-
-(* Why3 assumption *)
-Definition finite (x:R): Prop := (is_finite_f32 (to_f32 x)) /\ (is_finite_f64
-  (to_f64 x)).
-
-(* Why3 goal *)
-Lemma finite_small_f32 : forall (x:R),
-  (((-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368%R)%R <= x)%R /\
-  (x <= 340282346600000016151267322115014000640%R)%R) -> (is_finite_f32
-  (to_f32 x)).
-Admitted.
-
-(* Why3 goal *)
-Lemma finite_small_f64 : forall (x:R),
-  (((-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368%R)%R <= x)%R /\
-  (x <= 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368%R)%R) ->
-  (is_finite_f64 (to_f64 x)).
-Admitted.
-
-(* Why3 goal *)
-Lemma finite_range_f32 : forall (f:f32), (is_finite_f32 f) <->
-  (((-340282346600000016151267322115014000640%R)%R <= (of_f32 f))%R /\
-  ((of_f32 f) <= 340282346600000016151267322115014000640%R)%R).
-Admitted.
-
-(* Why3 goal *)
-Lemma finite_range_f64 : forall (d:f64), (is_finite_f64 d) <->
-  (((-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368%R)%R <= (of_f64 d))%R /\
-  ((of_f64 d) <= 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368%R)%R).
-Admitted.
-
-(* Why3 goal *)
-Definition eq_f32b: f32 -> f32 -> bool.
-Admitted.
-
-(* Why3 goal *)
-Definition eq_f64b: f64 -> f64 -> bool.
-Admitted.
-
-(* Why3 assumption *)
-Definition eq_f32 (x:f32) (y:f32): Prop := ((eq_f32b x y) = true).
-
-(* Why3 assumption *)
-Definition eq_f64 (x:f64) (y:f64): Prop := ((eq_f64b x y) = true).
-
-(* Why3 goal *)
-Lemma eq_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((eq_f32 x y) <-> ((of_f32 x) = (of_f32 y)))).
-Admitted.
-
-(* Why3 goal *)
-Lemma eq_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((eq_f64 x y) <-> ((of_f64 x) = (of_f64 y)))).
-Admitted.
-
-(* Why3 goal *)
-Definition ne_f32b: f32 -> f32 -> bool.
-Admitted.
-
-(* Why3 goal *)
-Definition ne_f64b: f64 -> f64 -> bool.
-Admitted.
-
-(* Why3 assumption *)
-Definition ne_f32 (x:f32) (y:f32): Prop := ((ne_f32b x y) = true).
-
-(* Why3 assumption *)
-Definition ne_f64 (x:f64) (y:f64): Prop := ((ne_f64b x y) = true).
-
-(* Why3 goal *)
-Lemma ne_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((ne_f32 x y) <-> ~ ((of_f32 x) = (of_f32 y)))).
-Admitted.
-
-(* Why3 goal *)
-Lemma ne_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((ne_f64 x y) <-> ~ ((of_f64 x) = (of_f64 y)))).
-Admitted.
-
-(* Why3 goal *)
-Definition le_f32b: f32 -> f32 -> bool.
-Admitted.
-
-(* Why3 goal *)
-Definition le_f64b: f64 -> f64 -> bool.
-Admitted.
-
-(* Why3 assumption *)
-Definition le_f32 (x:f32) (y:f32): Prop := ((le_f32b x y) = true).
-
-(* Why3 assumption *)
-Definition le_f64 (x:f64) (y:f64): Prop := ((le_f64b x y) = true).
-
-(* Why3 goal *)
-Lemma le_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((le_f32 x y) <-> ((of_f32 x) <= (of_f32 y))%R)).
-Admitted.
-
-(* Why3 goal *)
-Lemma le_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((le_f64 x y) <-> ((of_f64 x) <= (of_f64 y))%R)).
-Admitted.
-
-(* Why3 goal *)
-Definition lt_f32b: f32 -> f32 -> bool.
-Admitted.
-
-(* Why3 goal *)
-Definition lt_f64b: f64 -> f64 -> bool.
-Admitted.
-
-(* Why3 assumption *)
-Definition lt_f32 (x:f32) (y:f32): Prop := ((lt_f32b x y) = true).
-
-(* Why3 assumption *)
-Definition lt_f64 (x:f64) (y:f64): Prop := ((lt_f64b x y) = true).
-
-(* Why3 goal *)
-Lemma lt_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((lt_f32 x y) <-> ((of_f32 x) < (of_f32 y))%R)).
-Admitted.
-
-(* Why3 goal *)
-Lemma lt_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((lt_f64 x y) <-> ((of_f64 x) < (of_f64 y))%R)).
-Admitted.
-
-(* Why3 goal *)
-Definition neg_f32: f32 -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition neg_f64: f64 -> f64.
-Admitted.
-
-(* Why3 goal *)
-Lemma neg_finite_f32 : forall (x:f32), (is_finite_f32 x) ->
-  ((of_f32 (neg_f32 x)) = (-(of_f32 x))%R).
-Admitted.
-
-(* Why3 goal *)
-Lemma neg_finite_f64 : forall (x:f64), (is_finite_f64 x) ->
-  ((of_f64 (neg_f64 x)) = (-(of_f64 x))%R).
-Admitted.
-
-(* Why3 goal *)
-Definition add_f32: f32 -> f32 -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition add_f64: f64 -> f64 -> f64.
-Admitted.
-
-(* Why3 goal *)
-Lemma add_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((add_f32 x
-  y) = (to_f32 ((of_f32 x) + (of_f32 y))%R))).
-Admitted.
-
-(* Why3 goal *)
-Lemma add_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((add_f64 x
-  y) = (to_f64 ((of_f64 x) + (of_f64 y))%R))).
-Admitted.
-
-(* Why3 goal *)
-Definition mul_f32: f32 -> f32 -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition mul_f64: f64 -> f64 -> f64.
-Admitted.
-
-(* Why3 goal *)
-Lemma mul_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((mul_f32 x
-  y) = (to_f32 ((of_f32 x) * (of_f32 y))%R))).
-Admitted.
-
-(* Why3 goal *)
-Lemma mul_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((mul_f64 x
-  y) = (to_f64 ((of_f64 x) * (of_f64 y))%R))).
-Admitted.
-
-(* Why3 goal *)
-Definition div_f32: f32 -> f32 -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition div_f64: f64 -> f64 -> f64.
-Admitted.
-
-(* Why3 goal *)
-Lemma div_finite_f32 : forall (x:f32) (y:f32), (is_finite_f32 x) ->
-  ((is_finite_f32 y) -> ((div_f32 x
-  y) = (to_f32 ((of_f32 x) / (of_f32 y))%R))).
-Admitted.
-
-(* Why3 goal *)
-Lemma div_finite_f64 : forall (x:f64) (y:f64), (is_finite_f64 x) ->
-  ((is_finite_f64 y) -> ((div_f64 x
-  y) = (to_f64 ((of_f64 x) / (of_f64 y))%R))).
-Admitted.
-
-(* Why3 goal *)
-Definition sqrt_f32: f32 -> f32.
-Admitted.
-
-(* Why3 goal *)
-Definition sqrt_f64: f64 -> f64.
-Admitted.
-
-(* Why3 goal *)
-Lemma sqrt_finite_f32 : forall (x:f32), (is_finite_f32 x) ->
-  ((sqrt_f32 x) = (to_f32 (Reals.R_sqrt.sqrt (of_f32 x)))).
-Admitted.
-
-(* Why3 goal *)
-Lemma sqrt_finite_f64 : forall (x:f64), (is_finite_f64 x) ->
-  ((sqrt_f64 x) = (to_f64 (Reals.R_sqrt.sqrt (of_f64 x)))).
-Admitted.
-
-(* Why3 goal *)
-Definition model_f32: f32 -> R.
-Admitted.
-
-(* Why3 assumption *)
-Definition delta_f32 (f:f32): R :=
-  (Reals.Rbasic_fun.Rabs ((of_f32 f) - (model_f32 f))%R).
-
-(* Why3 assumption *)
-Definition error_f32 (f:f32): R :=
-  ((delta_f32 f) / (Reals.Rbasic_fun.Rabs (model_f32 f)))%R.
-
-(* Why3 goal *)
-Definition model_f64: f64 -> R.
-Admitted.
-
-(* Why3 assumption *)
-Definition delta_f64 (f:f64): R :=
-  (Reals.Rbasic_fun.Rabs ((of_f64 f) - (model_f64 f))%R).
-
-(* Why3 assumption *)
-Definition error_f64 (f:f64): R :=
-  ((delta_f64 f) / (Reals.Rbasic_fun.Rabs (model_f64 f)))%R.
-
diff --git a/src/plugins/wp/share/src/Cint.v b/src/plugins/wp/share/src/Cint.v
deleted file mode 100644
index fe3f4a446ef51bb32cb925a01b6a5932c6dc64a0..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Cint.v
+++ /dev/null
@@ -1,853 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require bool.Bool.
-Require int.Int.
-
-(* Why3 assumption *)
-Definition is_bool (x:Z): Prop := (x = 0%Z) \/ (x = 1%Z).
-
-Require Import Qedlib.
-
-(** * remarks about two_power_nat *)
-Remark two_power_nat_is_positive: forall n,
-  (0 < two_power_nat n)%Z.
-Proof.
-  induction n. 
-  (** base *) 
-  + compute. auto.
-  (** ind. *) 
-  + rewrite two_power_nat_S.
-    apply Zmult_lt_0_compat.
-    omega.
-    auto.
-Qed.
-
-Remark two_power_nat_plus: forall n m,
-  (two_power_nat (n+m) = (two_power_nat n)*(two_power_nat m))%Z.
-Proof.
-  induction m.
-  (replace (two_power_nat 0) with 1%Z by (compute;forward)).
-  (replace (n + 0)%nat with n by (auto with zarith)).
-  ring.
-  rewrite two_power_nat_S.
-  replace (n + S m)%nat with (S(n+m)) by (auto with zarith).
-  rewrite two_power_nat_S.
-  rewrite IHm.
-  ring.
-Qed.
-						      
-(** * C-Integer bounds * **)
-
-(** ** bounds are inlined into prover files ** **)
-
-(** * C-Integer Ranges *)
-
-(* Why3 assumption *)
-Definition is_uint8 (x:Z): Prop := (0%Z <= x)%Z /\ (x < 256%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_sint8 (x:Z): Prop := ((-128%Z)%Z <= x)%Z /\ (x < 128%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_uint16 (x:Z): Prop := (0%Z <= x)%Z /\ (x < 65536%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_sint16 (x:Z): Prop := ((-32768%Z)%Z <= x)%Z /\ (x < 32768%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_uint32 (x:Z): Prop := (0%Z <= x)%Z /\ (x < 4294967296%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_sint32 (x:Z): Prop := ((-2147483648%Z)%Z <= x)%Z /\
-  (x < 2147483648%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_uint64 (x:Z): Prop := (0%Z <= x)%Z /\
-  (x < 18446744073709551616%Z)%Z.
-
-(* Why3 assumption *)
-Definition is_sint64 (x:Z): Prop := ((-9223372036854775808%Z)%Z <= x)%Z /\
-  (x < 9223372036854775808%Z)%Z.
-
-(* Why3 goal *)
-Lemma is_bool0 : (is_bool 0%Z).
-Proof.
-  unfold is_bool. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma is_bool1 : (is_bool 1%Z).
-Proof.
-  unfold is_bool. auto.
-Qed.
-
-(* Why3 goal *)
-Definition to_bool: Z -> Z.
-exact (fun x => if ( x =? 0 ) then 0 else 1).
-Defined.
-
-(* Why3 goal *)
-Lemma to_bool_def : forall (x:Z), ((x = 0%Z) -> ((to_bool x) = 0%Z)) /\
-  ((~ (x = 0%Z)) -> ((to_bool x) = 1%Z)).
-Proof.
-intros x. unfold to_bool. induction (Z.eqb_spec x 0%Z) ; intuition.
-Qed.
-
-Open Local Scope Z_scope.
-
-Definition to_range a b z := a + (z-a) mod (b-a).
-
-Ltac simplify_to_range_unfolding :=
-  repeat (rewrite Z.sub_0_r); repeat (rewrite Z.add_0_l); repeat (rewrite Z.sub_opp_r).
-    
-Lemma is_to_range: forall a b z, a<b -> a <= to_range a b z < b.
-Proof.
-  intros.
-  unfold to_range.
-  assert (Q : b-a > 0) ; auto with zarith.
-  generalize (Z_mod_lt (z-a) (b-a) Q).
-  intro R.
-  auto with zarith.
-Qed.
-
-
-(* Why3 goal *)
-Definition to_uint8: Z -> Z.
-exact (to_range 0 256).
-Defined.
-
-(* Why3 goal *)
-Definition to_sint8: Z -> Z.
-exact (to_range (-128) 128).
-Defined.
-
-(* Why3 goal *)
-Definition to_uint16: Z -> Z.
-exact (to_range 0 65536).
-Defined.
-
-(* Why3 goal *)
-Definition to_sint16: Z -> Z.
-exact (to_range (-32768) 32768).
-Defined.
-
-(* Why3 goal *)
-Definition to_uint32: Z -> Z.
-exact (to_range 0 4294967296).
-Defined.
-
-(* Why3 goal *)
-Definition to_sint32: Z -> Z.
-exact (to_range (-2147483648) 2147483648).
-Defined.
-
-(* Why3 goal *)
-Definition to_uint64: Z -> Z.
-exact (to_range 0 18446744073709551616).
-Defined.
-
-(* Why3 goal *)
-Definition to_sint64: Z -> Z.
-exact (to_range (-9223372036854775808) 9223372036854775808).
-Defined.
-
-(* Why3 goal *)
-Definition two_power_abs: Z -> Z.
-exact (fun n => two_power_nat (Z.abs_nat n)).
-Defined.
-
-(* Why3 goal *)
-Lemma two_power_abs_is_positive : forall (n:Z), (0%Z < (two_power_abs n))%Z.
-Proof.
-  intros n.
-  unfold two_power_abs.
-  apply two_power_nat_is_positive.
-Qed.
-
-(* Why3 goal *)
-Lemma two_power_abs_plus_pos : forall (n:Z) (m:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z ->
-  ((two_power_abs (n + m)%Z) = ((two_power_abs n) * (two_power_abs m))%Z)).
-Proof.
-  intros n m h1 h2.
-  unfold two_power_abs.
-  replace (Z.abs_nat (n + m)) with ((Z.abs_nat n) + (Z.abs_nat m))%nat.
-  + rewrite two_power_nat_plus. trivial.
-  + rewrite Zabs2Nat.inj_add by omega. trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma two_power_abs_plus_one : forall (n:Z), (0%Z <= n)%Z ->
-  ((two_power_abs (n + 1%Z)%Z) = (2%Z * (two_power_abs n))%Z).
-Proof.
-  intros n h1.
-  rewrite two_power_abs_plus_pos by omega.
-  replace (two_power_abs 1) with 2%Z.
-  + ring.
-  + unfold two_power_abs.
-    compute. trivial.
-Qed.
-
-(* Why3 assumption *)
-Definition is_uint (n:Z) (x:Z): Prop := (0%Z <= x)%Z /\
-  (x < (two_power_abs n))%Z.
-
-(* Why3 assumption *)
-Definition is_sint (n:Z) (x:Z): Prop := ((-(two_power_abs n))%Z <= x)%Z /\
-  (x < (two_power_abs n))%Z.
-
-(* Why3 goal *)
-Definition to_uint: Z -> Z -> Z.
-exact (fun n => to_range 0 (two_power_abs n)).
-Defined.
-
-Ltac to_uint to_uintN := unfold to_uint; unfold to_uintN; f_equal.
-
-Remark to_uint_8 : to_uint8 = to_uint 8%Z.
-Proof. to_uint to_uint8.
-Qed.
-
-Remark to_uint_16 : to_uint16 = to_uint 16%Z.
-Proof. to_uint to_uint16.
-Qed.
-					
-Remark to_uint_32 : to_uint32 = to_uint 32%Z.
-Proof. to_uint to_uint32.
-Qed.
-					
-Remark to_uint_64 : to_uint64 = to_uint 64%Z.
-Proof. to_uint to_uint64.
-Qed.
-					
-(* Why3 goal *)
-Definition to_sint: Z -> Z -> Z.
-exact (fun n => to_range (-two_power_abs n) (two_power_abs n)).
-Defined.
-
-Ltac to_sint to_sintN := unfold to_sint; unfold to_sintN; f_equal.
-
-Remark to_sint_8 : to_sint8 = to_sint 7%Z.
-Proof. to_sint to_sint8.
-Qed.
-
-Remark to_sint_16 : to_sint16 = to_sint 15%Z.
-Proof. to_sint to_sint16.
-Qed.
-
-Remark to_sint_32 : to_sint32 = to_sint 31%Z.
-Proof. to_sint to_sint32.
-Qed.
-
-Remark to_sint_64 : to_sint64 = to_sint 63%Z.
-Proof. to_sint to_sint64.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_uint : forall (n:Z) (x:Z), (is_uint n (to_uint n x)).
-Proof. 
-  intros n x.
-  apply is_to_range.
-  apply two_power_abs_is_positive.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_sint : forall (n:Z) (x:Z), (is_sint n (to_sint n x)).
-Proof. 
-  intros n x.
-  apply is_to_range.
-  generalize (two_power_abs_is_positive n); intro.
-  omega.
-Qed.
-
-(** * C-Integer Conversions are in-range *)
-
-Local Ltac to_range := intro x ; apply is_to_range ; omega.
-
-(* Why3 goal *)
-Lemma is_to_uint8 : forall (x:Z), (is_uint8 (to_uint8 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_sint8 : forall (x:Z), (is_sint8 (to_sint8 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_uint16 : forall (x:Z), (is_uint16 (to_uint16 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_sint16 : forall (x:Z), (is_sint16 (to_sint16 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_uint32 : forall (x:Z), (is_uint32 (to_uint32 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_sint32 : forall (x:Z), (is_sint32 (to_sint32 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_uint64 : forall (x:Z), (is_uint64 (to_uint64 x)).
-Proof. to_range.
-Qed.
-
-(* Why3 goal *)
-Lemma is_to_sint64 : forall (x:Z), (is_sint64 (to_sint64 x)).
-Proof. to_range.
-Qed.
-
-(** * C-Integer Conversions are identity when in-range *)
-Open Local Scope Z_scope.
-
-Remark mod_kn_mod_n:  forall (k:Z) (n:Z) (x:Z), k>0 -> n>0 -> (x mod (k*n)) mod n = x mod n.
-Proof.
-  intros.
-  rewrite (Zmod_eq_full x (k*n)).
-  + rewrite <- Z.add_opp_r. rewrite Zopp_mult_distr_l.
-    replace (- (x/(k*n)) * (k*n)) with (((-(x/(k*n))) * k) * n) by ring.
-    apply Z_mod_plus_full.
-  + assert (k*n > 0).
-    { apply Zmult_gt_0_compat; trivial. }
-    omega.
-Qed.			       
-
-Lemma id_to_range : forall a b x, a <= x < b -> to_range a b x = x.
-Proof.
-  intros a b x Range. unfold to_range.
-  assert (Q : b-a > 0) ; auto with zarith.
-  cut ((x-a) mod (b-a) = (x-a)). omega.
-  apply Zmod_small. omega.
-Qed.
-  
-Local Ltac id_range := intro x ; apply id_to_range ; omega.
-
-(* Why3 goal *)
-Lemma id_uint : forall (n:Z) (x:Z), (is_uint n x) <-> ((to_uint n x) = x).
-Proof.
-  intros n x; split.
-  + apply id_to_range.
-  + intro H; rewrite <- H. apply is_to_uint.
-Qed.
-
-(* Why3 goal *)
-Lemma id_sint : forall (n:Z) (x:Z), (is_sint n x) <-> ((to_sint n x) = x).
-Proof.
-  intros n x; split.
-  + apply id_to_range.
-  + intro H; rewrite <- H. apply is_to_sint.
-Qed.
-
-(* Why3 goal *)
-Lemma id_uint8 : forall (x:Z), (is_uint8 x) -> ((to_uint8 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_sint8 : forall (x:Z), (is_sint8 x) -> ((to_sint8 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_uint16 : forall (x:Z), (is_uint16 x) -> ((to_uint16 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_sint16 : forall (x:Z), (is_sint16 x) -> ((to_sint16 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_uint32 : forall (x:Z), (is_uint32 x) -> ((to_uint32 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_sint32 : forall (x:Z), (is_sint32 x) -> ((to_sint32 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_uint64 : forall (x:Z), (is_uint64 x) -> ((to_uint64 x) = x).
-Proof. id_range.
-Qed.
-
-(* Why3 goal *)
-Lemma id_sint64 : forall (x:Z), (is_sint64 x) -> ((to_sint64 x) = x).
-Proof. id_range.
-Qed.
-
-(** * C-Integer Conversions are projections *)
-    
-Local Ltac proj := intro x ; apply id_to_range ; apply is_to_range ; omega.
-
-(* Why3 goal *)
-Lemma proj_uint : forall (n:Z) (x:Z), ((to_uint n (to_uint n x)) = (to_uint n
-  x)).
-Proof.
-  intros n x. apply id_to_range. 
-  unfold to_uint. apply is_to_range. apply two_power_abs_is_positive.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_sint : forall (n:Z) (x:Z), ((to_sint n (to_sint n x)) = (to_sint n
-  x)).
-Proof.
-  intros n x. apply id_to_range. 
-  unfold to_sint. apply is_to_range. 
-  assert (0 < two_power_abs n).
-  { apply two_power_abs_is_positive. }
-  omega.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_uint8 : forall (x:Z), ((to_uint8 (to_uint8 x)) = (to_uint8 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_sint8 : forall (x:Z), ((to_sint8 (to_sint8 x)) = (to_sint8 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_uint16 : forall (x:Z),
-  ((to_uint16 (to_uint16 x)) = (to_uint16 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_sint16 : forall (x:Z),
-  ((to_sint16 (to_sint16 x)) = (to_sint16 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_uint32 : forall (x:Z),
-  ((to_uint32 (to_uint32 x)) = (to_uint32 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_sint32 : forall (x:Z),
-  ((to_sint32 (to_sint32 x)) = (to_sint32 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_uint64 : forall (x:Z),
-  ((to_uint64 (to_uint64 x)) = (to_uint64 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_sint64 : forall (x:Z),
-  ((to_sint64 (to_sint64 x)) = (to_sint64 x)).
-Proof. proj.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_su : forall (n:Z) (x:Z), ((to_sint n (to_uint n x)) = (to_uint n
-  x)).
-Proof.
-  intros n x; unfold to_uint; unfold to_sint; unfold to_range; simplify_to_range_unfolding.
-  generalize (two_power_abs_is_positive n).
-  pose (n2:=(two_power_abs n)); fold n2.
-  intros.
-  replace (n2 + n2) with (2*n2) by (auto with zarith).
-  replace ((x mod n2 + n2) mod (2 * n2)) with (x mod n2 + n2).
-  + replace (- n2 + (x mod n2 + n2)) with (x mod n2) by ring.
-    trivial.
-  + symmetry. apply Zmod_small.
-    assert (0 <= x mod n2 < n2).
-    { apply Z_mod_lt; omega. }
-    omega.
-Qed.
-
-(* Why3 goal *)
-Lemma incl_su : forall (n:Z) (x:Z), (is_uint n x) -> (is_sint n x).
-Proof.
-  intros n x.
-  rewrite id_uint; intro H; rewrite <- H.
-  rewrite id_sint; apply proj_su.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_su_uint : forall (n:Z) (m:Z) (x:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((to_sint (m + n)%Z (to_uint n x)) = (to_uint n x))).
-Proof.
-  intros n m x Posn POSm; unfold to_uint; unfold to_sint; unfold to_range.
-  repeat (rewrite Z.sub_0_r); rewrite Z.add_0_l; repeat (rewrite Z.sub_opp_r).
-  generalize (two_power_abs_is_positive n).
-  generalize (two_power_abs_is_positive m).
-  generalize (two_power_abs_is_positive (m+n)).
-
-  rewrite two_power_abs_plus_pos by omega.
-  pose (n2:=(two_power_abs n)); fold n2.
-  pose (m2:=(two_power_abs m)); fold m2.
-  intros.
-
-  replace (m2*n2 + m2*n2) with (2*(m2*n2)) by (auto with zarith).
-  replace ((x mod n2 + (m2*n2)) mod (2*(m2*n2))) with (x mod n2 + (m2*n2)).
-  + omega.
-  + symmetry. apply Zmod_small.
-    pose (r:=(x mod n2)); fold r.
-    assert (0 <= r < n2).
-    { apply Z_mod_lt; omega. }
-    split.
-    * omega.
-    * replace (2*(m2*n2)) with (m2*n2 + m2*n2) by (auto with zarith).
-      rewrite <- Z.add_lt_mono_r.
-      pose (mn:=(m2 * n2)); fold mn.
-      assert (n2 <= mn).
-      { replace n2 with (1*n2) by auto with zarith.
-	      unfold mn. 
-        apply Int.CompatOrderMult; omega. }
-      destruct H2. omega.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_su_sint : forall (n:Z) (m:Z) (x:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((to_sint n (to_uint (m + (n + 1%Z)%Z)%Z x)) = (to_sint n
-  x))).
-Proof.
-  intros n m x POSn POSm; unfold to_uint; unfold to_sint; unfold to_range.
-  repeat (rewrite Z.sub_0_r); rewrite Z.add_0_l; repeat (rewrite Z.sub_opp_r).
-  generalize (two_power_abs_is_positive n).
-  generalize (two_power_abs_is_positive m).
-  generalize (two_power_abs_is_positive (m + (n + 1))).
- 
-  rewrite two_power_abs_plus_pos by omega.
-  rewrite two_power_abs_plus_one by omega.
-  pose (n2:=(two_power_abs n)); fold n2.
-  pose (m2:=(two_power_abs m)); fold m2.
-  intros.
-
-  replace (n2 + n2) with (2*n2) by (auto with zarith).
-  symmetry.
-  rewrite <- (mod_kn_mod_n m2 ) by omega.
-  rewrite <- Z.add_mod_idemp_l by omega.
-  rewrite mod_kn_mod_n by omega.
-  trivial.
-Qed.
-
-(* Why3 goal *)
-Lemma proj_int8 : forall (x:Z), ((to_sint8 (to_uint8 x)) = (to_sint8 x)).
-Proof.
-  intros x.
-  rewrite to_sint_8. rewrite to_uint_8.
-  replace 8 with (0+(7+1)) by (auto with zarith). 
-  apply proj_su_sint; (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma proj_int16 : forall (x:Z), ((to_sint16 (to_uint16 x)) = (to_sint16 x)).
-Proof.
-  intros x.
-  rewrite to_sint_16. rewrite to_uint_16.
-  replace 16 with (0+(15+1)) by (auto with zarith). 
-  apply proj_su_sint; (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma proj_int32 : forall (x:Z), ((to_sint32 (to_uint32 x)) = (to_sint32 x)).
-Proof.
-  intros x.
-  rewrite to_sint_32. rewrite to_uint_32.
-  replace 32 with (0+(31+1)) by (auto with zarith). 
-  apply proj_su_sint; (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma proj_int64 : forall (x:Z), ((to_sint64 (to_uint64 x)) = (to_sint64 x)).
-Proof.
-  intros x.
-  rewrite to_sint_64. rewrite to_uint_64.
-  replace 64 with (0+(63+1)) by (auto with zarith). 
-  apply proj_su_sint; (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma proj_us_uint : forall (n:Z) (m:Z) (x:Z), (0%Z <= n)%Z ->
-  ((0%Z <= m)%Z -> ((to_uint (n + 1%Z)%Z (to_sint (m + n)%Z
-  x)) = (to_uint (n + 1%Z)%Z x))).
-Proof.
-  intros n m x POSn POSm; unfold to_uint; unfold to_sint; unfold to_range.
-  repeat (rewrite Z.sub_0_r); repeat (rewrite Z.add_0_l); repeat (rewrite Z.sub_opp_r).
-  generalize (two_power_abs_is_positive n).
-  generalize (two_power_abs_is_positive m).
-  rewrite two_power_abs_plus_one by omega.
-  rewrite two_power_abs_plus_pos by omega.
-  pose (n2:=(two_power_abs n)); fold n2.
-  pose (m2:=(two_power_abs m)); fold m2.
-  intros.
-  replace (m2*n2 + m2*n2) with (2*(m2*n2)) by (auto with zarith).
-  rewrite Z.add_opp_l.
-  symmetry.
-  rewrite <- (mod_kn_mod_n m2) by omega.
-  replace (m2 * (2 * n2)) with (2 * (m2 * n2)) by ring.
-  pose (mn:=(m2*n2)); fold mn.
-  replace x with ((x+mn)-mn) by (auto with zarith).
-  replace (x + mn - mn + mn) with (x + mn) by (auto with zarith).
-  rewrite <- Zminus_mod_idemp_l. 
-  unfold mn.
-  replace (2 * (m2 * n2)) with (m2 * (2 * n2)) by ring.
-  rewrite mod_kn_mod_n by omega.
-  trivial.
-Qed.
-
-Remark two_power_abs_increase: forall (n:Z), 0 <= n -> two_power_abs n < two_power_abs (n +1).
-Proof.
-  intros.
-  generalize (two_power_abs_is_positive n); intro h.
-  rewrite two_power_abs_plus_one; omega.
-Qed.
-
-Require Import Qedlib.
-(* Why3 goal *)
-Lemma incl_uint : forall (n:Z) (x:Z) (i:Z), (0%Z <= n)%Z -> ((0%Z <= i)%Z ->
-  ((is_uint n x) -> (is_uint (n + i)%Z x))).
-Proof.
-  intros n x i h1 h2 h3.
-  apply Qedlib.Z_induction_rank with (m:=0) (n := i) ; auto with zarith.
-  { replace (n + 0) with n by ring; auto. }
-  intro; unfold is_uint; intros h10 h11.
-  split.
-  + omega.
-  + replace (n + (n0 + 1)) with ((n + n0) + 1) by ring.
-    pose (m :=(n + n0)); fold m; fold m in h11.
-    assert (two_power_abs m < two_power_abs (m + 1)).
-    { assert (0 <= m) by (unfold m; omega).
-      clear h11 h2 x h3 i h1 h10.
-      apply two_power_abs_increase; auto.
-    }
-    omega.
-Qed.
-
-(* Why3 goal *)
-Lemma incl_sint : forall (n:Z) (x:Z) (i:Z), (0%Z <= n)%Z -> ((0%Z <= i)%Z ->
-  ((is_sint n x) -> (is_sint (n + i)%Z x))).
-Proof.
-  intros n x i h1 h2 h3.
-  apply Qedlib.Z_induction_rank with (m:=0) (n := i) ; auto with zarith.
-  { replace (n + 0) with n by ring; auto. }
-  intro; unfold is_sint; intros h10 h11.
-  replace (n + (n0 + 1)) with ((n + n0) + 1) by ring.
-  pose (m :=(n + n0)); fold m; fold m in h11.
-  assert (0 <= m).
-  { unfold m; omega. }
-  generalize (two_power_abs_increase m); intro.
-  omega.
-Qed.
-
-(* Why3 goal *)
-Lemma incl_int : forall (n:Z) (x:Z) (i:Z), (0%Z <= n)%Z -> ((0%Z <= i)%Z ->
-  ((is_uint n x) -> (is_sint (n + i)%Z x))).
-Proof.
-  intros n x i h1 h2 h3.
-  unfold is_sint; unfold is_uint in h3.
-  apply Qedlib.Z_induction_rank with (m:=0) (n := i) ; auto with zarith.
-  { replace (n + 0) with n by ring; omega. }
-  intro.
-  replace (n + (n0 + 1)) with ((n + n0) + 1) by ring.
-  pose (m :=(n + n0)); fold m; intros.
-  assert (0 <= m).
-  { unfold m; omega. }
-  generalize (two_power_abs_increase m); intro.
-  omega.
-Qed.
-
-Require Import Zbits.
-  
-(* Why3 goal *)
-Definition lnot: Z -> Z.
-  exact (lnot).
-Defined.
-
-(* Why3 goal *)
-Definition land: Z -> Z -> Z.
-  exact (land).
-Defined.
-
-(* Why3 goal *)
-Definition lxor: Z -> Z -> Z.
-  exact (lxor).
-Defined.
-
-(* Why3 goal *)
-Definition lor: Z -> Z -> Z.
-  exact (lor).
-Defined.
-
-(* Why3 goal *)
-Definition lsl: Z -> Z -> Z.
-  exact (lsl).
-Defined.
-
-(* Why3 goal *)
-Definition lsr: Z -> Z -> Z.
-  exact (lsr).
-Defined.
-
-(* Why3 goal *)
-Definition bit_testb: Z -> Z -> bool.
-exact (bit_testb).
-Defined.
-
-(* Why3 goal *)
-Definition bit_test: Z -> Z -> Prop.
-exact (fun x i => (bit_testb x i) = true).
-Defined.
-
-(* Unused content named is_uint8_pos
-intros x h.
-red in h.
-intuition.
-Qed.
- *)
-(* Unused content named is_uint16_pos
-intros x h.
-red in h.
-intuition.
-Qed.
- *)
-(* Unused content named is_uint32_pos
-intros x h.
-red in h.
-intuition.
-Qed.
- *)
-(* Unused content named is_uint64_pos
-intros x h.
-red in h.
-intuition.
-Qed.
- *)
-(** * Tacticals. *)
-Require Import Qedlib.
-
-Fixpoint Cst_nat n := 
-  match n with O => true | S c => Cst_nat c 
-  end.
-Fixpoint Cst_pos p := 
-  match p with xH => true | xI c | xO c => Cst_pos c 
-  end.
-Fixpoint Cst_N n := 
-  match n with N0 => true | Npos c => Cst_pos c 
-  end.
-Definition Cst_Z x := 
-  match x with Z0 => true | Zpos c | Zneg c => Cst_pos c 
-  end.
-Ltac COMPUTE e :=
-  let R := fresh in pose (R := e); fold R; compute in R; unfold R; clear R.
-Ltac COMPUTE_HYP h e :=
-  let R := fresh in pose (R := e); fold R in h; compute in R; unfold R in h; clear R.
-Ltac GUARD cst e := 
-  let E := fresh in pose (E := cst e); compute in E; 
-  match goal with
-    | [ E:=true |- _] => clear E
-  end.
-Ltac COMPUTE1 f cst := 
-  match goal with 
-   | [ |- context[f ?e] ]      => GUARD cst e; COMPUTE (f e)
-   | [ H:=context[f ?e] |- _ ] => GUARD cst e; COMPUTE_HYP H (f e)
-   | [ H: context[f ?e] |- _ ] => GUARD cst e; COMPUTE_HYP H (f e)
-  end.
-Ltac COMPUTE2 f cst1 cst2 := 
-  match goal with  
-   | [ |- context[f ?e1 ?e2] ]     => GUARD cst1 e1; GUARD cst2 e2; COMPUTE (f e1 e2)
-   | [ H:=context[f ?e1 ?e2] |- _] => GUARD cst1 e1; GUARD cst2 e2; COMPUTE_HYP H (f e1 e2)
-   | [ H: context[f ?e1 ?e2] |- _] => GUARD cst1 e1; GUARD cst2 e2; COMPUTE_HYP H (f e1 e2)
-  end.
-Ltac COMPUTE2AC f cst tac := 
-  match goal with  
-   | [ |- context[f ?e1 (f ?e2 ?e3) ]] => GUARD cst e1; 
-                                          first [ (GUARD cst e2; (replace (f e1 (f e2 e3)) with (f e3 (f e1 e2)) by (tac ; forward)); COMPUTE (f e1 e2))
-						| (GUARD cst e3; (replace (f e1 (f e2 e3)) with (f e2 (f e1 e3)) by (tac ; forward)); COMPUTE (f e1 e3))]
-   | [ |- context[f (f ?e3 ?e2) ?e1 ]] => GUARD cst e1; 
-                                          first [ (GUARD cst e2; (replace (f (f e3 e2) e1) with (f e3 (f e2 e1)) by (tac ; forward)); COMPUTE (f e2 e1))
-						| (GUARD cst e3; (replace (f (f e3 e2) e1) with (f e2 (f e3 e1)) by (tac ; forward)); COMPUTE (f e3 e1))]
-   | [ H:=context[f ?e1 (f ?e2 ?e3) ] |- _] => GUARD cst e1; 
-                                          first [ (GUARD cst e2; (replace (f e1 (f e2 e3)) with (f e3 (f e1 e2)) in H by (tac ; forward)); COMPUTE_HYP H (f e1 e2))
-						| (GUARD cst e3; (replace (f e1 (f e2 e3)) with (f e2 (f e1 e3)) in H by (tac ; forward)); COMPUTE_HYP H (f e1 e3))]
-   | [ H:=context[f (f ?e3 ?e2) ?e1 ] |- _] => GUARD cst e1; 
-                                          first [ (GUARD cst e2; (replace (f (f e3 e2) e1) with (f e3 (f e2 e1)) in H by (tac ; forward)); COMPUTE_HYP H (f e2 e1))
-						| (GUARD cst e3; (replace (f (f e3 e2) e1) with (f e2 (f e3 e1)) in H by (tac ; forward)); COMPUTE_HYP H (f e3 e1))]
-   | [ H: context[f ?e1 (f ?e2 ?e3) ] |- _] => GUARD cst e1; 
-                                          first [ (GUARD cst e2; (replace (f e1 (f e2 e3)) with (f e3 (f e1 e2)) in H by (tac ; forward)); COMPUTE (f e1 e2))
-						| (GUARD cst e3; (replace (f e1 (f e2 e3)) with (f e2 (f e1 e3)) in H by (tac ; forward)); COMPUTE_HYP H (f e1 e3))]
-   | [ H: context[f (f ?e3 ?e2) ?e1 ] |- _] => GUARD cst e1; 
-                                          first [ (GUARD cst e2; (replace (f (f e3 e2) e1) with (f e3 (f e2 e1)) in H by (tac ; forward)); COMPUTE_HYP H (f e2 e1))
-						| (GUARD cst e3; (replace (f (f e3 e2) e1) with (f e2 (f e3 e1)) in H by (tac ; forward)); COMPUTE_HYP H (f e3 e1))]
-  end.
-Ltac COMPUTE3 f cst1 cst2 cst3 := 
-  match goal with  
-   | [ |- context[f ?e1 ?e2 ?e3] ]      => GUARD cst1 e1; GUARD cst2 e2; GUARD cst3 e3; COMPUTE (f e1 e2 e3)
-   | [ H:=context[f ?e1 ?e2 ?e3] |- _ ] => GUARD cst1 e1; GUARD cst2 e2; GUARD cst3 e3; COMPUTE_HYP H (f e1 e2 e3)
-   | [ H: context[f ?e1 ?e2 ?e3] |- _ ] => GUARD cst1 e1; GUARD cst2 e2; GUARD cst3 e3; COMPUTE_HYP H (f e1 e2 e3)
-  end.
-
-(*
-
-Require Import Bits. 
-    
-Ltac ring_tactic := ring.
-  
-Ltac rewrite_cst :=
-  first [ COMPUTE Zopp Cst_Z 
-        | COMPUTE Zsucc Cst_Z
-        | COMPUTE Zpred Cst_Z
-        | COMPUTE Zdouble_plus_one Cst_Z
-        | COMPUTE Zdouble_minus_one Cst_Z
-        | COMPUTE Zdouble Cst_Z
-        | COMPUTE Zabs Cst_Z
-	  
-        | COMPUTE Zabs_N Cst_Z
-        | COMPUTE Zabs_nat Cst_Z
-
-        | COMPUTE Z_of_N Cst_N 
-        | COMPUTE Z_of_nat Cst_nat
-        | COMPUTE two_power_nat Cst_nat
-
-        | COMPUTE2 Zminus Cst_Z Cst_Z
-        | COMPUTE2 Zplus Cst_Z Cst_Z
-        | COMPUTE2 Zmult Cst_Z Cst_Z
-
-        | COMPUTE2AC Zplus Cst_Z ring_tactic
-        | COMPUTE2AC Zmult Cst_Z ring_tactic
-	  
-        | COMPUTE to_uint8 Cst_Z
-        | COMPUTE to_sint8 Cst_Z
-        | COMPUTE to_uint16 Cst_Z
-        | COMPUTE to_sint16 Cst_Z
-        | COMPUTE to_uint32 Cst_Z
-        | COMPUTE to_sint32 Cst_Z
-        | COMPUTE to_uint64 Cst_Z
-        | COMPUTE to_sint64 Cst_Z
-        | COMPUTE3 to_range Cst_Z Cst_Z Cst_Z
-	| COMPUTE1 zlnot Cst_Z
-	| COMPUTE1 ZxHpos Cst_Z
-	| COMPUTE1 ZxHpower Cst_Z
-        ].
-
-Remark rewrite_cst_example_1: forall x y, 1 + ((2 * x) * 3 + 2) = (3 * (2 * y)+ 2) + 1 -> 1 + (2 + (x * 2) * 3 ) = (2 + 3 * (y* 2)) + 1.
-Proof.
-  intros. repeat rewrite_cst. auto.
-Qed.
-
-Remark rewrite_cst_example_2: forall x: Z,
-  x + zlnot (zlnot (0)) = x + Z_of_nat (ZxHpos 0).
-Proof.
-  rewrite_cst. intro. auto.
-Qed.
-
-*)
diff --git a/src/plugins/wp/share/src/Cmath.v b/src/plugins/wp/share/src/Cmath.v
deleted file mode 100644
index daf4c0fe87d98f21a27cbe182d83a824b2691f40..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Cmath.v
+++ /dev/null
@@ -1,19 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require int.Int.
-Require int.Abs.
-Require real.Real.
-Require real.RealInfix.
-
-Require Import RIneq.
-
-(* Why3 goal *)
-Lemma abs_def : forall (x:Z), ((0%Z <= x)%Z ->
-  ((ZArith.BinInt.Z.abs x) = x)) /\ ((~ (0%Z <= x)%Z) ->
-  ((ZArith.BinInt.Z.abs x) = (-x)%Z)).
-Proof.
-exact int.Abs.abs_def.
-Qed.
-
diff --git a/src/plugins/wp/share/src/ExpLog.v b/src/plugins/wp/share/src/ExpLog.v
deleted file mode 100644
index cbdfdb813b6a851bfaac1b2279f4e5c615acbfb0..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/ExpLog.v
+++ /dev/null
@@ -1,14 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require Reals.Rtrigo_def.
-Require Reals.Rpower.
-Require BuiltIn.
-Require real.Real.
-Require real.RealInfix.
-Require real.ExpLog.
-
-(* Why3 goal *)
-Lemma exp_pos : forall (x:R), (0%R < (Reals.Rtrigo_def.exp x))%R.
-Admitted.
-
diff --git a/src/plugins/wp/share/src/Makefile b/src/plugins/wp/share/src/Makefile
deleted file mode 100644
index fb38c4d2cbcd2a79a9847d42c55082c34865fba2..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Makefile
+++ /dev/null
@@ -1,416 +0,0 @@
-##########################################################################
-#                                                                        #
-#  This file is part of WP plug-in of Frama-C.                           #
-#                                                                        #
-#  Copyright (C) 2007-2019                                               #
-#    CEA (Commissariat a l'energie atomique et aux energies              #
-#         alternatives)                                                  #
-#                                                                        #
-#  you can redistribute it and/or modify it under the terms of the GNU   #
-#  Lesser General Public License as published by the Free Software       #
-#  Foundation, version 2.1.                                              #
-#                                                                        #
-#  It is distributed in the hope that it will be useful,                 #
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of        #
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
-#  GNU Lesser General Public License for more details.                   #
-#                                                                        #
-#  See the GNU Lesser General Public License version 2.1                 #
-#  for more details (enclosed in the file licenses/LGPLv2.1).            #
-#                                                                        #
-##########################################################################
-
-# --------------------------------------------------------------------------
-# --- Generation of Coq and Alt-ergo files from Why3 one
-# --- Developer only
-# --------------------------------------------------------------------------
-
-REALIZATION_DIR=..
-
-.PHONY: all realize headers
-
-all: realize
-
-stamp:
-	mkdir -p stamp
-
-aux:
-	mkdir -p aux
-
-# performs realization and adds headers
-realize: stamp/headers.stamp
-
-# To add headers without doing more...
-headers:
-	@echo "Apply headers (on all wp/share directory)"
-	@$(MAKE) -f ../Makefile.headers -C .. headers > /dev/null
-	@touch stamp/headers.stamp
-
-# Dependency needed to allow make -j
-stamp/headers.stamp: stamp/realizationtools.stamp stamp/coqrealization.stamp \
-     stamp/altergorealization.stamp stamp/why3realization.stamp stamp/coqlib.stamp
-	@echo "Apply headers (on some files of wp/share directory)"
-	@$(MAKE) -f Makefile.headers -C .. headers.wp_share_src > /dev/null
-	@touch $@
-
-
-WHY3_SHARE:=$(shell why3 --print-datadir)
-WHY3_LIB:=$(shell why3 --print-libdir)/coq
-WHY3_VERSION:=$(shell opam info -f version why3-base)
-WHY3_SRC:="why3-base".$(WHY3_VERSION)
-
-# When installing why3, "make install-lib" is required to be able to find the package
-.PHONY: info help
-help info:
-	@echo "Info about targets:"
-	@echo "- headers        -> adds headers to all necessary files"
-	@echo "- realize        -> updates all share/prover directories from source files of share/src"
-	@echo "- compile        -> compiles Coq files"
-	@echo "- plugins        -> builds Why3 plugins used for the realizations"
-	@echo "- File.coqide    -> runs CoqIde on File.v"
-	@echo "- import_why3_coq > import resources from why3 source"
-	@echo "- tests          -> runs tests"
-	@echo "- clean          -> cleaning the directory"
-	@echo "- all (default)  -> idem realize"
-	@echo "About why3 configuration:"
-	@echo "  WHY3_PACKAGE= $(shell ocamlfind query why3)"
-	@echo "  WHY3_SHARE= $(WHY3_SHARE)"
-	@echo "  WHY3_LIB= $(WHY3_LIB)"
-
-#-- The little plugin that define the meta and transformation keep_it and the
-#-- printer that do the realization for altergo
-PLUGINS=filter_axioms alt_ergo_realize why3printer_realize
-
-PLUGINS_FILE= $(addsuffix .cmxs, $(PLUGINS)) $(addsuffix .cmo, $(PLUGINS))
-
-plugins: $(PLUGINS_FILE)
-	touch plugins
-
-%.cmxs: %.ml
-	ocamlfind ocamlopt -package why3 -shared -o $*.cmxs $*.ml
-
-%.cmo: %.ml
-	ocamlfind ocamlc -package why3 -c -o $*.cmo $*.ml
-
-#-- Library realization (Coq and Alt-ergo) --
-
-#Realized libraries
-WHY3_FILE= qed cmath cint cbits memory vset cfloat vlist
-
-WHY3_COQ_REALIZE_DRIVER=$(WHY3_SHARE)/drivers/coq-realize.drv
-
-WHY3_ALTERGO_DRIVER=$(WHY3_SHARE)/drivers/alt_ergo
-
-
-WHY3_REALIZE=why3 realize --extra-config realization.conf
-
-stamp/realizationtools.stamp: plugins coq-realize.drv alt_ergo-realize.drv realization.conf stamp/REALIZATION_DIR.stamp
-	@touch $@
-
-stamp/coqrealization.stamp: import_why3_coq $(addprefix stamp/, $(addsuffix .coq.stamp, $(WHY3_FILE)))
-	@touch $@
-
-#file written directly in coq
-WPCOQLIB=Bits.v Zbits.v Qedlib.v
-
-stamp/coqlib.stamp: $(WPCOQLIB) stamp/REALIZATION_DIR.stamp
-	@echo "Installing Coq Libraries"
-	@$(foreach file, $(WPCOQLIB),\
-		install -m 444 $(file) $(REALIZATION_DIR)/coqwp;\
-		install -m 444 $(file) $(REALIZATION_DIR)/why3;)
-	@touch $@
-
-stamp/REALIZATION_DIR.stamp: stamp
-	@echo "Create share sub-directories"
-	@mkdir -p $(REALIZATION_DIR)/ergo
-	@mkdir -p $(REALIZATION_DIR)/why3
-	@mkdir -p $(REALIZATION_DIR)/coqwp
-	@touch $@
-
-stamp/%.coq.stamp: %.why %.why_theory Makefile $(WHY3_LIB) stamp/realizationtools.stamp
-	@echo "Realizing Coq Library for $*"
-	@for theory in $$(cat $*.why_theory); do\
-	 $(WHY3_REALIZE) -D coq-realize.drv -T $*.$$theory -o . 2> logs/$$theory.coq.err.tmp;\
-	 sed -e 's:^File ".*/wp/share/:File "WP-SHARE/:' logs/$$theory.coq.err.tmp > logs/$$theory.coq.err;\
-	 rm -f logs/$$theory.coq.err.tmp;\
-	 install -m 444 $$theory.v $(REALIZATION_DIR)/coqwp;\
-	 install -m 444 $$theory.v $(REALIZATION_DIR)/why3;\
-	done;
-	@touch $@
-
-coq.drv: $(addprefix aux/, $(addsuffix .coq.aux, $(WHY3_FILE)))
-	@echo "Making Coq driver"
-	@echo "(* generated automatically at developer compilation time *)" | cat - $^ > $@
-
-coq-why3.drv: $(addprefix aux/, $(addsuffix .coq-why3.aux, $(WHY3_FILE)))
-	@echo "Making Coq-Why3 driver"
-	@echo "(* generated automatically at developer compilation time *)" | cat - $^ > $@
-	install -m 444 $@ $(REALIZATION_DIR)/why3/coq.drv
-
-coq-realize.drv: $(WHY3_COQ_REALIZE_DRIVER) coq.drv coq-why3.drv
-	@echo "Making Coq realization driver"
-	@echo "(* generated automatically at compilation time *)" > $@
-	@echo "import \"coq.drv\"" >> $@
-	@echo "import \"$(WHY3_COQ_REALIZE_DRIVER)\"" >> $@
-	@echo "import \"coq-own-realization.drv\"" >> $@
-
-aux/%.coq.aux: %.why %.why_theory Makefile aux
-	@echo "Auxiliary Coq files for $*"
-	@rm -f $@.tmp;
-	@for theory in $$(cat $*.why_theory); do\
-	 echo 'theory $*.'"$$theory"' meta "realized_theory" "$*.'"$$theory"'", "'"$$theory"'" end' >> $@.tmp;\
-	 done;
-	@mv $@.tmp $@
-
-aux/%.coq-why3.aux: %.why %.why_theory Makefile aux
-	@echo "Auxiliary Coq-Why3 files for $*"
-	@rm -f $@.tmp;
-	@for theory in $$(cat $*.why_theory); do\
-	 NAMELOWER=`ocaml lower.ml "$$theory"`; \
-	 echo 'theory '"$$NAMELOWER"'.'"$$theory"' meta "realized_theory" "'"$$NAMELOWER"'.'"$$theory"'", "'"$$theory"'" end' >> $@.tmp;\
-	 done;
-	@mv $@.tmp $@
-
-#-- Why3 Import
-
-WHY3_STDLIB_REALIZED= \
-	bool.Bool \
-	map.Map map.Const \
-	int.Int int.Abs int.MinMax int.ComputerDivision \
-	real.FromInt real.Real real.RealInfix real.Abs real.MinMax \
-	real.Square real.ExpLog real.PowerReal \
-	real.Trigonometry
-
-WHY3_STDLIB_USED= \
-	$(WHY3_STDLIB_REALIZED) \
-	real.Truncate real.Hyperbolic real.Polar
-
-.PHONY: import_why3_coq
-
-import_why3_coq: stamp/why3.$(WHY3_VERSION).stamp
-	@echo "Why-3 Coq Sources up-to-date"
-
-stamp/why3.$(WHY3_VERSION).stamp: stamp/REALIZATION_DIR.stamp Makefile
-	@echo "Importing Why-3 Coq Sources"
-	@rm -fr $(WHY3_SRC)
-	@opam source $(WHY3_SRC)
-	@install -m 444 $(WHY3_SRC)/lib/coq/BuiltIn.v $(REALIZATION_DIR)/coqwp/BuiltIn.v
-	@$(foreach file, $(subst .,/,$(WHY3_STDLIB_REALIZED)), \
-	   install -m 444 $(WHY3_SRC)/lib/coq/$(file).v $(REALIZATION_DIR)/coqwp/$(file).v;)
-	@rm -fr $(WHY3_SRC)
-	@touch $@
-
-# --------------------------------------------------------------------------
-# ---  Alt-Ergo Realization
-# --------------------------------------------------------------------------
-
-stamp/altergorealization.stamp:\
-	$(addprefix stamp/, \
-	$(addsuffix .altergo.stamp, $(WHY3_FILE)) \
-	$(addsuffix .altergo.stdlib.stamp, $(WHY3_STDLIB_USED)))
-	@touch $@
-
-stamp/%.altergo.stamp: %.why %.why_theory Makefile $(WHY3_LIB) stamp/realizationtools.stamp
-	@echo "Realizing Alt-Ergo Library for $*"
-	@$(foreach theory, $(shell cat $*.why_theory),\
-	 $(WHY3_REALIZE) -D alt_ergo-realize.drv -T $*.$(theory) -o $(REALIZATION_DIR)/ergo 2> logs/$(theory).altergo.err.tmp;\
-	 sed -e 's:^File ".*/wp/share/:File "WP-SHARE/:' logs/$(theory).altergo.err.tmp > logs/$(theory).altergo.err;\
-	 rm -f logs/$(theory).altergo.err.tmp;)
-	@touch $@
-
-
-stamp/%.altergo.stdlib.stamp: Makefile $(WHY3_LIB) stamp/realizationtools.stamp
-	@echo "Realizing Alt-Ergo Std-Library for $*"
-	@mkdir -p tmp; rm -rf tmp/$*; mkdir tmp/$*
-	@$(WHY3_REALIZE) -D alt_ergo-realize.drv -T $* -o tmp/$* 2> logs/$*.altergo.stdlib.err.tmp
-	@sed -e 's:^File ".*/wp/share/:File "WP-SHARE/:' logs/$*.altergo.stdlib.err.tmp > logs/$*.altergo.stdlib.err
-	@rm -f logs/$*altergo.stdlib.err.tmp
-	@mv tmp/$*/$(subst .,,$(suffix $*)).mlw $(REALIZATION_DIR)/ergo/$*.mlw
-	@rm -rf tmp/$*
-	@touch $@
-
-
-alt_ergo-realize.drv: $(addprefix aux/, $(addsuffix .altergo.aux, $(WHY3_FILE)) $(addsuffix .altergo.stdlib.aux, $(WHY3_STDLIB_USED)))
-	@echo "Generating Alt-Ergo driver"
-	@echo "(* generated automatically at compilation time *)" > $@
-	@echo 'theory BuiltIn meta "realized_theory" "BuiltIn", "BuiltIn_" end' >> $@
-	@echo 'theory BuiltIn meta "realized_theory" "Bool", "Bool_" end' >> $@
-	@cat $^ >> $@
-	@echo "printer \"alt-ergo-realize\"" >> $@
-	@echo "filename \"%t.mlw\"" >> $@
-	@echo "transformation \"remove_for_altergo\"" >> $@
-	@echo "transformation \"inline_in\"" >> $@
-	@echo "transformation \"def_into_axiom\"" >> $@
-	@echo >> $@
-	@echo "import \"alt_ergo_why3_stdlib.drv\"" >> $@
-	@echo >> $@
-	@echo "(* From why3 alt_ergo.drv except import *)" >> $@
-	@cat $(WHY3_ALTERGO_DRIVER).drv | grep -v -e "^import" >> $@
-	@echo "(* From why3 alt_ergo_common.drv except printer *)" >> $@
-	@cat $(WHY3_ALTERGO_DRIVER)_common.drv | grep -v -e "^printer" -e "^filename" >> $@
-
-#We put the realized theory meta un BuiltIn so that it always appears
-aux/%.altergo.aux: %.why %.why_theory Makefile $(WHY3_LIB) aux
-	@echo "Auxiliary Alt-Ergo files for $*"
-	@rm -f $@.tmp
-	@$(foreach theory, $(shell cat $*.why_theory),\
-	 echo 'theory $*.$(theory) meta "realized_theory" "$*.$(theory)", "$(subst .,_,$(theory))_" end' >> $@.tmp;)
-	@mv $@.tmp $@
-
-aux/%.altergo.stdlib.aux: Makefile $(WHY3_LIB) aux
-	@echo "Auxiliary Alt-Ergo stdlib for $*"
-	@echo 'theory $* meta "realized_theory" "$*", "$(subst .,_,$*)_" end' > $@;
-
-%.why_theory: %.why
-	@echo "Why Theory $<"
-	@grep -e "^theory" $< | sed -e  "s/^theory[ ]*//" > $@
-
-#why3 realization
-why3.drv: $(addprefix aux/, $(addsuffix .why3.aux, $(WHY3_FILE)))
-	@echo "Generating Why-3 driver"
-	@echo "(* generated automatically at compilation time *)" | cat - $^ > $@
-
-aux/%.why3.aux: %.why %.why_theory Makefile aux
-	@echo "Auxiliary Why-3 files for $*"
-	@rm -f $@.tmp;
-	@for theory in $$(cat $*.why_theory); do \
-	  NAMEUPPER=`ocaml upper.ml "$*"`; \
-	  echo 'theory $*.'"$$theory"' meta "realized_theory" "$*.'"$$theory"'", "'"$$NAMEUPPER"'.'"$$theory"'" end' >> $@.tmp;\
-	  done;
-	@mv $@.tmp $@
-
-stamp/why3realization.stamp:\
-	$(addprefix stamp/, $(addsuffix .why3.stamp, $(WHY3_FILE)))
-	@touch $@
-
-
-stamp/%.why3.stamp: %.why %.why_theory Makefile $(WHY3_LIB) stamp/realizationtools.stamp why3-realize.drv why3.drv
-	@echo "Realizing Why-3 Theory $*"
-	@for theory in $$(cat $*.why_theory); do \
-	   $(WHY3_REALIZE) -D why3-realize.drv -T $*.$$theory -o $(REALIZATION_DIR)/why3 2> logs/$$theory.why3.err.tmp;\
-	   why3 prove --type-only -L $(REALIZATION_DIR)/why3 $(REALIZATION_DIR)/why3/$$theory.why 2> logs/$$theory.why3.check.err.tmp;\
-	   sed -e 's:^File ".*/wp/share/:File "WP-SHARE/:' logs/$$theory.why3.err.tmp > logs/$$theory.why3.err;\
-	   sed -e 's:^File ".*/wp/share/:File "WP-SHARE/:' logs/$$theory.why3.check.err.tmp > logs/$$theory.why3.check.err;\
-	   rm -f logs/$$theory.why3.err.tmp logs/$$theory.why3.check.err.tmp;\
-	   done;
-	@touch $@
-
-
-COQLIBS:= Qed Qedlib Bits Zbits Cint Cbits Memory Cmath Cfloat Vlist ArcTrigo ExpLog
-COQDEP:= $(addsuffix .coqdep, $(COQLIBS))
-COQDEP_STAMPS:= $(addprefix stamp/, $(COQDEP))
-COQVO:= $(addsuffix .vo, $(COQLIBS))
-
-COQINCLUDE= -R $(WHY3_LIB) Why3
-
-%.vo: %.v
-	coqc -w none $(COQINCLUDE) $<
-
-stamp/%.coqdep: %.v stamp
-	@coqdep $(COQINCLUDE) $< > $@ 2>/dev/null
-	@(cmp $@ $(subst stamp/,,$@) 2>/dev/null) \
-	|| (cp $@ $(subst stamp/,,$@)  \
-	&& echo "Updating $(subst stamp/,,$@)")
-
-stamp/coqdep.stamp: Makefile $(COQDEP_STAMPS)
-	@echo "Coq dependencies updated"
-	@touch $@
-
-# a non-empty rule is needed for the first make
-%.coqdep: stamp/%.coqdep
-	@true
-
-sinclude $(COQDEP)
-
-stamp/%.coqdep: stamp
-
-stamp/compile.stamp: Makefile stamp/coqdep.stamp $(COQVO)
-	@echo "Coq compilation done"
-	@touch $@
-
-.PHONY: compile
-compile: stamp/compile.stamp
-
-.PHONY: clean
-clean:
-	@echo "Cleaning"
-	@rm -f $(COQVO)
-	@rm -f filter_axioms.cm* filter_axioms.o
-	@rm -f alt_ergo_realize.cm* alt_ergo_realize.o
-	@rm -f why3printer_realize.cm* why3printer_realize.o
-	@rm -f *.stamp stamp/*
-	@rm -f *.aux aux/*
-	@rm -f *.glob *.coqdep
-
-.PHONY: %.coqide
-%.coqide: %.v
-	coqide $(COQINCLUDE) $<
-
-# --------------------------------------------------------------------------
-# ---  Coq Documentation                                                 ---
-# --------------------------------------------------------------------------
-
-COQDOC=../doc
-COQHTML=../html
-COQSRC= $(addsuffix .v,$(COQLIBS))
-COQGLOB= $(addsuffix .glob,$(COQLIBS))
-
-
-
-html: compile $(COQDOC)/coq2html
-	@mkdir -p $(COQHTML)
-	@rm -fr $(COQHTML)/*
-	@cp $(COQDOC)/frama-c.png $(COQHTML)/
-	@cp $(COQDOC)/coq2html.css $(COQDOC)/coq2html.js $(COQDOC)/index.png $(COQHTML)/
-	@cat $(COQDOC)/head.html >> $(COQHTML)/index.html
-	@for a in $(COQLIBS) ; \
-        do echo "  <li> Module <a href=\"$$a.html\">$$a</a></li>" >> $(COQHTML)/index.html ; \
-	done ;
-	@cat $(COQDOC)/foot.html >> $(COQHTML)/index.html
-	$(COQDOC)/coq2html -o $(COQHTML)/%.html $(COQGLOB) $(COQSRC)
-	zip ../wpcoqdoc.zip $(COQHTML)/*
-
-latex: $(COQDOC)/coq2latex
-	@mkdir -p latex
-	@rm -fr latex/*
-	coqdoc --latex -d latex --body-only -l $(COQSRC)
-
-$(COQDOC)/coq2html: $(COQDOC)/coq2html.ml
-	ocamlfind ocamlopt -o $@ str.cmxa $<
-
-$(COQDOC)/coq2html.ml: $(COQDOC)/coq2html.mll
-	ocamllex  $<
-
-$(COQDOC)/coq2latex: $(COQDOC)/coq2latex.ml
-	ocamlfind ocamlopt -o $@ str.cmxa $<
-
-$(COQDOC)/coq2latex.ml: $(COQDOC)/coq2latex.mll
-	ocamllex $<
-
-##### Generation of configuration file for why3 #####
-
-local_why3.conf: Makefile
-	@echo Generation of a local extra-conf for why3
-	@printf "[prover_modifiers]\n" > $@
-	@printf "name=\"Coq\"\n" >> $@
-	@printf "option=\"-R $(PWD)/WP FramaCwp\"\n" >> $@
-	@printf "driver=\"$(PWD)/coq.drv\"\n" >> $@
-	@printf "\n"  >> $@
-	@printf "[editor_modifiers coqide]\n" >> $@
-	@printf "option=\"-R $(PWD)/WP FramaCwp\"\n" >> $@
-	@printf "\n"  >> $@
-	@printf "[editor_modifiers proofgeneral-coq]\n" >> $@
-	@printf "option=\"--eval \\\\\"(setq coq-load-path (cons '(\\\\\\\\\\\\\"$(PWD)\\\\\\\\\\\\\" \\\\\\\\\\\\\"FramaCwp\\\\\\\\\\\\\") coq-load-path))\\\\\"\"\n"  >> $@
-
-##### Test local configuration #####
-
-TEST=import
-TEST_TARGET:=$(addprefix tests/, $(addsuffix .run, $(TEST)))
-
-tests: $(TEST_TARGET)
-
-tests/%.run: tests/%.why local_why3.conf Makefile
-	why3 replay --extra-config local_why3.conf --extra-config realization.conf $<
-
-tests/%.why3ide: tests/%.why local_why3.conf
-	why3 ide --extra-config local_why3.conf --extra-config realization.conf $<
diff --git a/src/plugins/wp/share/src/Memory.v b/src/plugins/wp/share/src/Memory.v
deleted file mode 100644
index d38d1fba527976668a39c0fd82126d6384c1f895..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Memory.v
+++ /dev/null
@@ -1,348 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require bool.Bool.
-Require int.Int.
-Require map.Map.
-
-Require Import ZArith.
-Require Import Qedlib.
-
-(* Why3 assumption *)
-Inductive addr :=
-  | mk_addr : Z -> Z -> addr.
-Axiom addr_WhyType : WhyType addr.
-Existing Instance addr_WhyType.
-
-(* Why3 assumption *)
-Definition offset (v:addr): Z := match v with
-  | (mk_addr x x1) => x1
-  end.
-
-(* Why3 assumption *)
-Definition base (v:addr): Z := match v with
-  | (mk_addr x x1) => x
-  end.
-
-(* Why3 goal *)
-Definition addr_le: addr -> addr -> Prop.
-  exact (fun (p q : addr) => ((base p = base q) /\ (offset p <= offset q)%Z)).
-Defined.
-
-(* Why3 goal *)
-Definition addr_lt: addr -> addr -> Prop.
-  exact (fun (p q : addr) => (base p = base q) /\ (offset p < offset q)%Z).
-Defined.
-
-(* Why3 goal *)
-Definition addr_le_bool: addr -> addr -> bool.
-  exact (fun (p q : addr) =>
-           andb (Zeq_bool (base p) (base q)) (Zle_bool (offset p) (offset q))).
-Defined.
-
-(* Why3 goal *)
-Definition addr_lt_bool: addr -> addr -> bool.
-  exact (fun (p q : addr) =>
-           andb (Zeq_bool (base p) (base q)) (Zlt_bool (offset p) (offset q))).
-Defined.
-
-(* Why3 goal *)
-Lemma addr_le_def : forall (p:addr) (q:addr), ((base p) = (base q)) ->
-  ((addr_le p q) <-> ((offset p) <= (offset q))%Z).
-Proof.
-  unfold addr_le.
-  intuition.
-Qed.
-
-(* Why3 goal *)
-Lemma addr_lt_def : forall (p:addr) (q:addr), ((base p) = (base q)) ->
-  ((addr_lt p q) <-> ((offset p) < (offset q))%Z).
-Proof.
-  unfold addr_lt.
-  intuition.
-Qed.
-
-(* Why3 goal *)
-Lemma addr_le_bool_def : forall (p:addr) (q:addr), (addr_le p q) <->
-  ((addr_le_bool p q) = true).
-Proof.
-  unfold addr_le. unfold addr_le_bool.
-  intros. split; intro H.
-  destruct H as [H0 H1].
-  rewrite Zeq_is_eq_bool in H0.
-  apply Zle_imp_le_bool in H1.
-  rewrite H0. rewrite H1.
-  compute;reflexivity.
-  symmetry in H.
-  apply Bool.andb_true_eq in H.
-  destruct H as [H1 H2].
-  split;[apply Zeq_bool_eq|apply Zle_bool_imp_le];symmetry; assumption.
-Qed.
-
-(* Why3 goal *)
-Lemma addr_lt_bool_def : forall (p:addr) (q:addr), (addr_lt p q) <->
-  ((addr_lt_bool p q) = true).
-Proof.
-  unfold addr_lt. unfold addr_lt_bool.
-  intros. split; intro H.
-  destruct H as [H0 H1].
-  rewrite Zeq_is_eq_bool in H0.
-  rewrite Zlt_is_lt_bool in H1.
-  rewrite H0. rewrite H1.
-  compute;reflexivity.
-  symmetry in H.
-  apply Bool.andb_true_eq in H.
-  destruct H as [H1 H2].
-  split;[apply Zeq_bool_eq|rewrite Zlt_is_lt_bool];symmetry; assumption.
-Qed.
-
-(* Why3 assumption *)
-Definition null: addr := (mk_addr 0%Z 0%Z).
-
-(* Why3 assumption *)
-Definition global (b:Z): addr := (mk_addr b 0%Z).
-
-(* Why3 assumption *)
-Definition shift (p:addr) (k:Z): addr := (mk_addr (base p)
-  ((offset p) + k)%Z).
-
-(* Why3 assumption *)
-Definition included (p:addr) (a:Z) (q:addr) (b:Z): Prop := (0%Z < a)%Z ->
-  ((0%Z <= b)%Z /\ (((base p) = (base q)) /\ (((offset q) <= (offset p))%Z /\
-  (((offset p) + a)%Z <= ((offset q) + b)%Z)%Z))).
-
-(* Why3 assumption *)
-Definition separated (p:addr) (a:Z) (q:addr) (b:Z): Prop := (a <= 0%Z)%Z \/
-  ((b <= 0%Z)%Z \/ ((~ ((base p) = (base q))) \/
-  ((((offset q) + b)%Z <= (offset p))%Z \/
-  (((offset p) + a)%Z <= (offset q))%Z))).
-
-(* Why3 assumption *)
-Definition eqmem {a:Type} {a_WT:WhyType a} (m1:(map.Map.map addr a))
-  (m2:(map.Map.map addr a)) (p:addr) (a1:Z): Prop := forall (q:addr),
-  (included q 1%Z p a1) -> ((map.Map.get m1 q) = (map.Map.get m2 q)).
-
-(* Why3 goal *)
-Definition havoc: forall {a:Type} {a_WT:WhyType a}, (map.Map.map addr a) ->
-  (map.Map.map addr a) -> addr -> Z -> (map.Map.map addr a).
-Admitted.
-
-Definition fhavoc {A : Type}
-  (m : farray addr A)
-  (w : farray addr A) (p:addr) (n:Z) : (farray addr A) :=
-  {| whytype1 := whytype1 m;
-     whytype2 := whytype2 m;
-     access := @havoc _ (whytype2 m) m w p n |}.
-
-(* Why3 assumption *)
-Definition valid_rw (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
-  (0%Z < n)%Z -> ((0%Z < (base p))%Z /\ ((0%Z <= (offset p))%Z /\
-  (((offset p) + n)%Z <= (map.Map.get m (base p)))%Z)).
-
-(* Why3 assumption *)
-Definition valid_rd (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
-  (0%Z < n)%Z -> ((~ (0%Z = (base p))) /\ ((0%Z <= (offset p))%Z /\
-  (((offset p) + n)%Z <= (map.Map.get m (base p)))%Z)).
-
-(* Why3 assumption *)
-Definition invalid (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
-  (0%Z < n)%Z -> (((map.Map.get m (base p)) <= (offset p))%Z \/
-  (((offset p) + n)%Z <= 0%Z)%Z).
-
-(* Why3 goal *)
-Lemma valid_rw_rd : forall (m:(map.Map.map Z Z)), forall (p:addr),
-  forall (n:Z), (valid_rw m p n) -> (valid_rd m p n).
-Proof.
-  intros m p n.
-  unfold valid_rw. unfold valid_rd.
-  intuition (auto with zarith).
-Qed.
-
-(* Why3 goal *)
-Lemma valid_string : forall (m:(map.Map.map Z Z)), forall (p:addr),
-  ((base p) < 0%Z)%Z -> (((0%Z <= (offset p))%Z /\
-  ((offset p) < (map.Map.get m (base p)))%Z) -> ((valid_rd m p 1%Z) /\
-  ~ (valid_rw m p 1%Z))).
-Proof.
-  intros m p.
-  unfold valid_rd. unfold valid_rw.
-  intuition (auto with zarith).
-Qed.
-
-Lemma separated_neq : forall p a q b p' q',
-  separated p a q b ->
-  included p' 1 p a ->
-  included q' 1 q b ->
-  p' <> q'.
-Proof.
-  intros p a q b p' q' SEP InP InQ EQ.
-  unfold separated in SEP.
-  unfold included in InP,InQ.
-  case_lt 0%Z a.
-  case_lt 0%Z b.
-  intros BPOS APOS.
-  generalize InP ; clear InP.
-  intro H ; elim H ; clear H ; auto with zarith.
-  intro H. clear H.
-  intro H ; elim H ; clear H.
-  intro BaseP.
-  intro H ; elim H ; clear H.
-  intros InP1 InP2.
-  generalize InQ ; clear InQ.
-  intro H ; elim H ; clear H ; auto with zarith.
-  intro H. clear H.
-  intro H ; elim H ; clear H.
-  intro BaseQ.
-  intro H ; elim H ; clear H.
-  intros InQ1 InQ2.
-  generalize SEP ; clear SEP.
-  intro H ; elim H ; clear H ; auto with zarith.
-  intro H ; elim H ; clear H ; auto with zarith.
-  intro H ; elim H ; clear H ; auto with zarith.
-  rewrite <- EQ in BaseQ.
-  rewrite BaseP in BaseQ.
-  contradiction.
-  rewrite <- EQ in InQ1,InQ2.
-  omega.
-Qed.
-
-(* Why3 goal *)
-Lemma separated_1 : forall (p:addr) (q:addr), forall (a:Z) (b:Z) (i:Z) (j:Z),
-  (separated p a q b) -> ((((offset p) <= i)%Z /\
-  (i < ((offset p) + a)%Z)%Z) -> ((((offset q) <= j)%Z /\
-  (j < ((offset q) + b)%Z)%Z) -> ~ ((mk_addr (base p) i) = (mk_addr (base q)
-  j)))).
-Admitted.
-
-(* Why3 goal *)
-Definition region: Z -> Z.
-Admitted.
-
-(* Why3 goal *)
-Definition linked: (map.Map.map Z Z) -> Prop.
-Admitted.
-
-(* Why3 goal *)
-Definition sconst: (map.Map.map addr Z) -> Prop.
-Admitted.
-
-(* Why3 assumption *)
-Definition framed (m:(map.Map.map addr addr)): Prop := forall (p:addr),
-  ((region (base (map.Map.get m p))) <= 0%Z)%Z.
-
-(* Why3 goal *)
-Lemma separated_included : forall (p:addr) (q:addr), forall (a:Z) (b:Z),
-  (0%Z < a)%Z -> ((0%Z < b)%Z -> ((separated p a q b) -> ~ (included p a q
-  b))).
-Proof.
-intros p q a b h1 h2 h3.
-  unfold separated. unfold included. unfold not.
-  intuition.
-Admitted.
-
-(*
-Lemma separated_region : forall p a q b,
-  region (base p) <> region (base q) -> separated p a q b.
-Proof.
-  intros p a q b RDIFF.
-  unfold separated.
-  right. right. left.
-  intuition.
-  apply RDIFF. rewrite H. auto.
-Qed.
-*)
-
-(* Why3 goal *)
-Lemma included_trans : forall (p:addr) (q:addr) (r:addr), forall (a:Z) (b:Z)
-  (c:Z), (included p a q b) -> ((included q b r c) -> (included p a r c)).
-Proof.
-  intros p a q b r c.
-  unfold included. intuition.
-Qed.
-
-(* Why3 goal *)
-Lemma separated_trans : forall (p:addr) (q:addr) (r:addr), forall (a:Z) (b:Z)
-  (c:Z), (included p a q b) -> ((separated q b r c) -> (separated p a r c)).
-Proof.
-  intros p a q b r c.
-Admitted.
-
-(* Why3 goal *)
-Lemma separated_sym : forall (p:addr) (q:addr), forall (a:Z) (b:Z),
-  (separated p a q b) <-> (separated q b p a).
-Proof.
-  intros p q a b.
-  unfold separated. intuition.
-Qed.
-
-(* Why3 goal *)
-Lemma eqmem_included : forall {a:Type} {a_WT:WhyType a},
-  forall (m1:(map.Map.map addr a)) (m2:(map.Map.map addr a)), forall (p:addr)
-  (q:addr), forall (a1:Z) (b:Z), (included p a1 q b) -> ((eqmem m1 m2 q b) ->
-  (eqmem m1 m2 p a1)).
-Proof.
-  intros a a_WT m1 m2 p q a1 b h1 h2.
-Admitted.
-
-(* Why3 goal *)
-Lemma eqmem_sym : forall {a:Type} {a_WT:WhyType a}, forall (m1:(map.Map.map
-  addr a)) (m2:(map.Map.map addr a)), forall (p:addr), forall (a1:Z), (eqmem
-  m1 m2 p a1) -> (eqmem m2 m1 p a1).
-Proof.
-  intros A m1 m2 p a. unfold eqmem.
-Admitted.
-
-(* Why3 goal *)
-Lemma havoc_access : forall {a:Type} {a_WT:WhyType a},
-  forall (m0:(map.Map.map addr a)) (m1:(map.Map.map addr a)), forall (q:addr)
-  (p:addr), forall (a1:Z), ((separated q 1%Z p a1) -> ((map.Map.get (havoc m0
-  m1 p a1) q) = (map.Map.get m1 q))) /\ ((~ (separated q 1%Z p a1)) ->
-  ((map.Map.get (havoc m0 m1 p a1) q) = (map.Map.get m0 q))).
-Proof.
-  intros a a_WT m0 m1 q p a1.
-Admitted.
-
-(* Why3 goal *)
-Definition int_of_addr: addr -> Z.
-Admitted.
-
-(* Why3 goal *)
-Definition addr_of_int: Z -> addr.
-Admitted.
-
-(* Why3 goal *)
-Definition base_offset: Z -> Z.
-Admitted.
-
-(* Why3 goal *)
-Definition base_index: Z -> Z.
-Admitted.
-
-(* Why3 goal *)
-Lemma int_of_addr_bijection : forall (a:Z),
-  ((int_of_addr (addr_of_int a)) = a).
-Admitted.
-
-(* Why3 goal *)
-Lemma addr_of_int_bijection : forall (p:addr),
-  ((addr_of_int (int_of_addr p)) = p).
-Admitted.
-
-(* Why3 goal *)
-Lemma addr_of_null : ((int_of_addr null) = 0%Z).
-Admitted.
-
-(* Why3 goal *)
-Lemma base_offset_zero : ((base_offset 0%Z) = 0%Z).
-Admitted.
-
-(* Why3 goal *)
-Lemma base_offset_inj : forall (i:Z), ((base_index (base_offset i)) = i).
-Admitted.
-
-(* Why3 goal *)
-Lemma base_offset_monotonic : forall (i:Z) (j:Z), (i < j)%Z ->
-  ((base_offset i) < (base_offset j))%Z.
-Admitted.
-
diff --git a/src/plugins/wp/share/src/Qed.v b/src/plugins/wp/share/src/Qed.v
deleted file mode 100644
index 4f747b1ef4cd6f1b69580e07edea7fab25233681..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Qed.v
+++ /dev/null
@@ -1,225 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require bool.Bool.
-Require int.Int.
-Require int.Abs.
-Require int.ComputerDivision.
-Require real.Real.
-Require real.RealInfix.
-Require real.FromInt.
-
-(* Why3 goal *)
-Definition match_bool: forall {a:Type} {a_WT:WhyType a}, bool -> a -> a -> a.
-exact (fun _ _ b x y => if b then x else y).
-Defined.
-
-(* Why3 goal *)
-Lemma match_bool1 : forall {a:Type} {a_WT:WhyType a}, forall (p:bool) (x:a)
-  (y:a), ((p = true) /\ ((match_bool p x y) = x)) \/ ((p = false) /\
-  ((match_bool p x y) = y)).
-Proof.
-  intros a a_WT p x y.
-  destruct p; intuition.
-Qed.
-
-(* Why3 goal *)
-Definition eqb: forall {a:Type} {a_WT:WhyType a}, a -> a -> bool.
-exact (fun a a_WT x y => if why_decidable_eq x y then true else false).
-Defined.
-
-(* Why3 goal *)
-Lemma eqb1 : forall {a:Type} {a_WT:WhyType a}, forall (x:a) (y:a), ((eqb x
-  y) = true) <-> (x = y).
-Proof.
-  intros a a_WT x y.
-  destruct a_WT.
-  compute;destruct (why_decidable_eq x y);intuition discriminate.
-Qed.
-
-(* Why3 goal *)
-Lemma eqb_false : forall {a:Type} {a_WT:WhyType a}, forall (x:a) (y:a),
-  ((eqb x y) = false) <-> ~ (x = y).
-Proof.
-  intros a a_WT x y.
-  destruct a_WT.
-  compute;destruct (why_decidable_eq x y);intuition discriminate.
-Qed.
-
-(* Why3 goal *)
-Definition neqb: forall {a:Type} {a_WT:WhyType a}, a -> a -> bool.
-exact (fun a a_WT x y => if why_decidable_eq x y then false else true).
-Defined.
-
-(* Why3 goal *)
-Lemma neqb1 : forall {a:Type} {a_WT:WhyType a}, forall (x:a) (y:a), ((neqb x
-  y) = true) <-> ~ (x = y).
-Proof.
-  intros a a_WT x y.
-  destruct a_WT.
-  compute;destruct (why_decidable_eq x y);intuition discriminate.
-Qed.
-
-(* Why3 goal *)
-Definition zlt: Z -> Z -> bool.
-exact(Zlt_bool).
-Defined.
-
-(* Why3 goal *)
-Definition zleq: Z -> Z -> bool.
-exact(Zle_bool).
-Defined.
-
-(* Why3 goal *)
-Lemma zlt1 : forall (x:Z) (y:Z), ((zlt x y) = true) <-> (x < y)%Z.
-Proof.
-  intros x y.
-  assert (T:= Zlt_is_lt_bool x y).
-  tauto.
-Qed.
-
-(* Why3 goal *)
-Lemma zleq1 : forall (x:Z) (y:Z), ((zleq x y) = true) <-> (x <= y)%Z.
-Proof.
-  intros x y.
-  assert (T:= Zle_is_le_bool x y).
-  tauto.
-Qed.
-
-(* Why3 goal *)
-Definition rlt: R -> R -> bool.
-exact (fun x y => if Rlt_dec x y then true else false).
-Defined.
-
-(* Why3 goal *)
-Definition rleq: R -> R -> bool.
-exact (fun x y => if Rle_dec x y then true else false).
-Defined.
-
-(* Why3 goal *)
-Lemma rlt1 : forall (x:R) (y:R), ((rlt x y) = true) <-> (x < y)%R.
-Proof.
-  intros x y.
-  compute;destruct (Rlt_dec x y); intuition discriminate.
-Qed.
-
-(* Why3 goal *)
-Lemma rleq1 : forall (x:R) (y:R), ((rleq x y) = true) <-> (x <= y)%R.
-Proof.
-  intros x y.
-  compute;destruct (Rle_dec x y);intuition;discriminate.
-Qed.
-
-(* Why3 assumption *)
-Definition real_of_int (x:Z): R := (BuiltIn.IZR x).
-
-(* Why3 comment *)
-(* pdiv is replaced with (ZArith.BinInt.Z.quot x x1) by the coq driver *)
-
-(* Why3 comment *)
-(* pmod is replaced with (ZArith.BinInt.Z.rem x x1) by the coq driver *)
-
-(* Why3 goal *)
-Lemma c_euclidian : forall (n:Z) (d:Z), (~ (d = 0%Z)) ->
-  (n = (((ZArith.BinInt.Z.quot n d) * d)%Z + (ZArith.BinInt.Z.rem n d))%Z).
-Proof.
-  intros n d.
-  intros H.
-  rewrite Int.Comm1.
-  exact (ComputerDivision.Div_mod n d H).
-Qed.
-
-Lemma lt_is_not_eqb1: forall x y, (x < y -> Z.eqb x y = false)%Z.
-Proof.
-  intros.
-  rewrite Z.eqb_compare.
-  rewrite H.
-  reflexivity.
-Qed.
-
-Lemma lt_is_not_eqb2: forall x y, (y < x -> Z.eqb x y = false)%Z.
-Proof.
-  intros.
-  rewrite Z.eqb_compare.
-  rewrite (Z.lt_gt _ _ H).
-  reflexivity.
-Qed.
-
-
-(* Why3 goal *)
-Lemma cdiv_cases : forall (n:Z) (d:Z), ((0%Z <= n)%Z -> ((0%Z < d)%Z ->
-  ((ZArith.BinInt.Z.quot n d) = (ZArith.BinInt.Z.quot n d)))) /\
-  (((n <= 0%Z)%Z -> ((0%Z < d)%Z ->
-  ((ZArith.BinInt.Z.quot n d) = (-(ZArith.BinInt.Z.quot (-n)%Z d))%Z))) /\
-  (((0%Z <= n)%Z -> ((d < 0%Z)%Z ->
-  ((ZArith.BinInt.Z.quot n d) = (-(ZArith.BinInt.Z.quot n (-d)%Z))%Z))) /\
-  ((n <= 0%Z)%Z -> ((d < 0%Z)%Z ->
-  ((ZArith.BinInt.Z.quot n d) = (ZArith.BinInt.Z.quot (-n)%Z (-d)%Z)))))).
-Proof.
-  intros n d.
-  rewrite Zquot.Zquot_opp_l.
-  rewrite Zquot.Zquot_opp_r.
-  rewrite Zquot.Zquot_opp_l.
-  rewrite Zquot.Zquot_opp_r.
-  rewrite Z.opp_involutive.
-  assert (lem1 := lt_is_not_eqb1 d 0).
-  assert (lem2 := lt_is_not_eqb2 d 0).
-  intuition (rewrite H1;reflexivity).
-Qed.
-
-(* Why3 goal *)
-Lemma cmod_cases : forall (n:Z) (d:Z), ((0%Z <= n)%Z -> ((0%Z < d)%Z ->
-  ((ZArith.BinInt.Z.rem n d) = (ZArith.BinInt.Z.rem n d)))) /\
-  (((n <= 0%Z)%Z -> ((0%Z < d)%Z ->
-  ((ZArith.BinInt.Z.rem n d) = (-(ZArith.BinInt.Z.rem (-n)%Z d))%Z))) /\
-  (((0%Z <= n)%Z -> ((d < 0%Z)%Z ->
-  ((ZArith.BinInt.Z.rem n d) = (ZArith.BinInt.Z.rem n (-d)%Z)))) /\
-  ((n <= 0%Z)%Z -> ((d < 0%Z)%Z ->
-  ((ZArith.BinInt.Z.rem n d) = (-(ZArith.BinInt.Z.rem (-n)%Z (-d)%Z))%Z))))).
-Proof.
-  intros n d.
-  rewrite Zquot.Zrem_opp_l.
-  rewrite Zquot.Zrem_opp_r.
-  rewrite Zquot.Zrem_opp_l.
-  rewrite Zquot.Zrem_opp_r.
-  rewrite Z.opp_involutive.
-  assert (lem1 := lt_is_not_eqb1 d 0).
-  assert (lem2 := lt_is_not_eqb2 d 0).
-  intuition (rewrite H1;reflexivity).
-Qed.
-
-(* Why3 goal *)
-Lemma cmod_remainder : forall (n:Z) (d:Z), ((0%Z <= n)%Z -> ((0%Z < d)%Z ->
-  ((0%Z <= (ZArith.BinInt.Z.rem n d))%Z /\
-  ((ZArith.BinInt.Z.rem n d) < d)%Z))) /\ (((n <= 0%Z)%Z -> ((0%Z < d)%Z ->
-  (((-d)%Z < (ZArith.BinInt.Z.rem n d))%Z /\
-  ((ZArith.BinInt.Z.rem n d) <= 0%Z)%Z))) /\ (((0%Z <= n)%Z ->
-  ((d < 0%Z)%Z -> ((0%Z <= (ZArith.BinInt.Z.rem n d))%Z /\
-  ((ZArith.BinInt.Z.rem n d) < (-d)%Z)%Z))) /\ ((n <= 0%Z)%Z ->
-  ((d < 0%Z)%Z -> ((d < (ZArith.BinInt.Z.rem n d))%Z /\
-  ((ZArith.BinInt.Z.rem n d) <= 0%Z)%Z))))).
-Proof.
-  intros n d.
-  (split;[|split;[|split]]);intros;
-  [exact (Zquot.Zrem_lt_pos_pos _ _ H H0)|
-   exact (Zquot.Zrem_lt_neg_pos _ _ H H0)|
-   exact (Zquot.Zrem_lt_pos_neg _ _ H H0)|
-   exact (Zquot.Zrem_lt_neg_neg _ _ H H0)].
-Qed.
-
-(* Why3 goal *)
-Lemma cdiv_neutral : forall (a:Z), ((ZArith.BinInt.Z.quot a 1%Z) = a).
-Proof.
-  intro a.
-  exact (Z.quot_1_r a).
-Qed.
-
-(* Why3 goal *)
-Lemma cdiv_inv : forall (a:Z), (~ (a = 0%Z)) ->
-  ((ZArith.BinInt.Z.quot a a) = 1%Z).
-Proof.
-  intros a h1.
-  exact (Z.quot_same a h1).
-Qed.
-
diff --git a/src/plugins/wp/share/src/Qedlib.v b/src/plugins/wp/share/src/Qedlib.v
deleted file mode 100644
index 4156a9e32907453de88b7494189f01dd8ce715ea..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Qedlib.v
+++ /dev/null
@@ -1,362 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-Require Import Bool.
-Require Import ZArith.
-Require Import Reals.
-
-Require BuiltIn.
-Require map.Map.
-
-Open Scope Z_scope.
-
-Set Implicit Arguments.
-
-(** ** Tactical *)
-
-Ltac forward := 
-  repeat (first [ split | intros ]) ; 
-  try discriminate ; 
-  try contradiction ; 
-  try tauto ; 
-  try constructor ; 
-  try (apply False_ind ; omega ; fail) ;
-  try (apply False_ind ; auto with zarith ; fail) ;
-  auto with zarith.
-
-Ltac finish := forward ; fail.
-
-Tactic Notation "by" tactic(A) := A ; finish.
-
-(** ** Conditional Property *)
-
-Inductive branch (A B C : Prop) : Prop :=
-  | Then: A -> B -> branch A B C
-  | Else: not A -> C -> branch A B C
-.
-
-Definition itep (A B C : Prop) := (A -> B) /\ (~A -> C).
-
-Lemma ite_then : forall A B C : Prop, itep A B C -> A -> B.
-Proof. by (unfold itep). Qed.
-
-Lemma ite_else : forall A B C : Prop, itep A B C -> ~A -> C.
-Proof. by (unfold itep). Qed.
-
-Lemma ite_both : forall A B C : Prop, itep A B C -> (B \/ C).
-Proof. by (unfold itep). Qed.
-
-Remark contrap: forall P Q : Prop,
-  (P -> Q) -> ~Q -> ~P.
-Proof. intuition. Qed.
-
-(** ** Booleans *)
-
-Inductive reflect (P:Prop) : bool -> Prop :=
-  | R_true  : P -> reflect P true
-  | R_false : ~P -> reflect P false.
-
-Definition boolean {A : Set} 
-  (f : A -> A -> bool) 
-  (p : A -> A -> Prop) : Prop := forall x y, reflect (p x y) (f x y).
-  
-(*
-  forall x y, (f x y = true <-> p x y) /\
-              (f x y = false <-> ~(p x y)).
-*)
-
-Ltac case_leq x y := 
-  generalize (Zle_cases x y) ; induction (Zle_bool x y) ; try omega.
-
-Ltac case_lt x y :=
-  generalize (Zlt_cases x y) ; induction (Zlt_bool x y) ; try omega.
-
-Ltac case_eq x y :=
-  generalize (Zeq_bool_if x y) ; induction (Zeq_bool x y) ; try omega.
-
-Lemma Zneq_cases : forall x y, if Zneq_bool x y then x <> y else x = y.
-Proof.
-  intros x y.
-  generalize (Zeq_bool_if x y).
-  unfold Zeq_bool.
-  unfold Zneq_bool.
-  induction (x ?= y) ; auto.
-Qed.
-
-Ltac case_neq x y :=
-  generalize (Zneq_cases x y) ; induction (Zneq_bool x y) ; try omega.
-
-Inductive Zcases (x y : Z) :=
-  | Case_lt : (x < y) -> Zcases x y
-  | Case_eq : (x = y) -> Zcases x y
-  | Case_gt : (x > y) -> Zcases x y.
-
-Program Definition Zcompare x y : Zcases x y.
-Proof.
-  intros.
-  case_leq x y.
-  case_lt x y. intros H _. exact (Case_lt H).
-  intros H1 H2. assert (H : x=y) by omega. exact (Case_eq H).
-  intro H. exact (Case_gt H).
-Qed.
-
-Theorem Zeq_boolean : boolean Zeq_bool (fun x y => (x=y)).
-Proof.
-  unfold boolean. intros x y. by (case_eq x y).
-Qed.
-
-
-Theorem Zneq_boolean : boolean Zneq_bool (fun x y => (x <> y)).
-Proof.
-  unfold boolean. intros x y. by (case_neq x y).
-Qed.
-
-Theorem Zlt_boolean : boolean Zlt_bool Zlt.
-Proof.
-  unfold boolean. intros x y. by (case_lt x y).
-Qed.
-
-Theorem Zle_boolean : boolean Zle_bool Zle.
-Proof.
-  unfold boolean. intros x y. by (case_leq x y).
-Qed.
-
-Parameter Req_bool : R -> R -> bool.
-Parameter Rlt_bool : R -> R -> bool.
-Parameter Rle_bool : R -> R -> bool.
-Parameter Rneq_bool : R -> R -> bool.
-Hypothesis Rlt_boolean : boolean Rlt_bool Rlt.
-Hypothesis Rle_boolean : boolean Rle_bool Rle.
-Hypothesis Req_boolean : boolean Req_bool (fun x y => (x=y)).
-Hypothesis Rneq_boolean : boolean Rneq_bool (fun x y => (x<>y)).
-
-Parameter Aeq_bool : forall A : Set, A -> A -> bool.
-Hypothesis Aeq_boolean : forall A : Set, boolean (@Aeq_bool A) (fun x y => x=y).
-Definition Aneq_bool {A : Set} (x y : A) := negb (Aeq_bool x y).
-Hypothesis Aneq_boolean : forall A : Set, boolean (@Aneq_bool A) (fun x y => x<>y).
-
-(** ** Integer Induction (after a given rank) *)
-
-Theorem Z_induction(m : Z)(P : Z -> Prop) : 
-  (forall n, n <= m -> P n ) ->
-  (forall n, n >= m -> P n -> P (n+1)) ->
-  (forall n, P n).
-Proof.
-  intros.
-  induction (Z_le_dec n m) ; auto with zarith.
-  apply Z.le_ind with (n := m) ; auto with zarith.
-  unfold Morphisms.Proper.
-  unfold Morphisms.respectful. 
-  intros. rewrite H1. intuition.
-  intros. apply H0; auto with zarith.
-Qed.
-
-Theorem Z_induction_rank(m : Z)(P : Z -> Prop) : 
-  P m ->
-  (forall n, m <= n -> P n -> P (n+1)) ->
-  (forall n, m <= n -> P n).
-Proof.
-  intros h0 h1 n.
-  apply Z_induction with (m := m) (n := n).
-  + intros.
-    apply Z.le_ind with (n := m) ; auto with zarith.
-    unfold Morphisms.Proper.
-    unfold Morphisms.respectful. 
-    intros. rewrite H1. intuition.
-   + intros. auto with zarith.
-Qed.
-
-(** ** Real Constants *)
-
-(** signed power *)
-
-Definition real_base e a n :=
-  match n with
-  | 0 => a
-  | Zpos n => (a * pow e (Pos.to_nat n))%R
-  | Zneg n => (a / pow e (Pos.to_nat n))%R
-  end.
-
-(** an integer multiplied by a (signed) power of 10. *)
-Definition real_dec := real_base 10%R.
-
-(** an integer multiplied by a (signed) power of 2. *)
-Definition real_hex := real_base 2%R.
-
-(** ** Arrays *)
-
-Record farray (A B : Type) := { whytype1 : BuiltIn.WhyType A ;
-                               whytype2 : BuiltIn.WhyType B ;
-                               access :> @Map.map A B }.
-Definition array (A : Type) := farray Z A.
-Hypothesis extensionality: forall (A B : Type) (f g : A -> B),
-  (forall x, f x = g x) -> f = g.
-
-Definition select {A B : Type}
-  (m : farray A B) (k : A) : B := @Map.get A (whytype1 m) B (whytype2 m) m k.
-
-Lemma farray_eq : forall A B (m1 m2 : farray A B),
-   whytype1 m1 = whytype1 m2 -> whytype2 m1 = whytype2 m2 ->
-   (forall k, select m1 k = select m2 k) -> m1 = m2.
-Proof.
-  intros A B m1 m2.
-  destruct m1. destruct m2. simpl.
-  intros H1 H2; rewrite H1; rewrite H2 ; clear H1 H2.
-  destruct access0. destruct access1. compute.
-  intro K.
-  rewrite (extensionality b b0 K).
-  reflexivity.
-Qed.
-
-Definition update {A B : Type}
-  (m : farray A B) (k : A) (v : B) : (farray A B) :=
-  {| whytype1 := whytype1 m; whytype2 := whytype2 m; access := @Map.set A (whytype1 m) B (whytype2 m) m k v|}.
-
-Notation " a .[ k ] " := (select a k) (at level 60).
-Notation " a .[ k <- v ] " := (update a k v) (at level 60).
-
-Lemma access_update :
-  forall (A B : Type) (m : farray A B) k v,
-  m.[k <- v].[k] = v.
-Proof.
-  intros.
-  apply Map.Select_eq.
-  reflexivity.
-Qed.
-
-Lemma access_update_neq :
-  forall (A B : Type) (m : farray A B) i j v,
-  i <> j -> m.[ i <- v ].[j] = m.[j].
-Proof.
-  intros.
-  apply Map.Select_neq.
-  assumption.
-Qed.
-
-(** ** Division on Z *)
-
-Definition Cdiv (n d : Z) : Z :=
-  match n , d with
-    | 0 , _ | _ , 0 => 0
-    | Zpos a , Zpos b 
-    | Zneg a , Zneg b => (Zpos a/Zpos b)
-    | Zpos a , Zneg b
-    | Zneg a , Zpos b => (-(Zpos a/Zpos b))
-  end.
-
-Definition Cmod (n d : Z) : Z :=
-  match n , d with
-    | 0 , _ | _ , 0 => 0
-    | Zpos a , Zpos b
-    | Zpos a , Zneg b => ( (Zpos a) mod (Zpos b) )
-    | Zneg a , Zpos b
-    | Zneg a , Zneg b => (-( (Zpos a) mod (Zpos b) )) 
-  end.
-
-Lemma Cdiv_cases : forall n d,
-  ((n >= 0) -> (d > 0) -> Cdiv n d = n/d) /\
-  ((n <= 0) -> (d > 0) -> Cdiv n d = -((-n)/d)) /\
-  ((n >= 0) -> (d < 0) -> Cdiv n d = -(n/(-d))) /\
-  ((n <= 0) -> (d < 0) -> Cdiv n d = (-n)/(-d)).
-Proof.
-  intros.
-  destruct n as [|a|a] ; 
-  destruct d as [|b|b] ;
-  intuition ;
-  by auto with zarith.
-Qed.
-
-Lemma Cmod_cases : forall n d,
-  ((n >= 0) -> (d > 0) -> Cmod n d = n mod d) /\
-  ((n <= 0) -> (d > 0) -> Cmod n d = -((-n) mod d)) /\
-  ((n >= 0) -> (d < 0) -> Cmod n d = (n mod (-d))) /\
-  ((n <= 0) -> (d < 0) -> Cmod n d = -((-n) mod (-d))).
-Proof.
-  intros.
-  destruct n as [|a|a] ; 
-  destruct d as [|b|b] ;
-  intuition ;
-  by auto with zarith.
-Qed.
-
-Theorem Cdiv_enclidian : 
-  forall (n d : Z), 
-  d <> 0 ->
-  let q := Cdiv n d in let r := Cmod n d in
-  (q * d + r = n).
-Proof.
-  intros n d NEQ q r.
-  assert (OPP: forall p, (- (Zneg p) = Zpos p)) by auto with zarith.
-  assert (NEG: forall p, (Zneg p = - (Zpos p))) by auto with zarith.
-  destruct n as [|a|a] ; 
-  destruct d as [|b|b] ; auto with zarith ;
-  unfold Cdiv in q ; unfold Cmod in r ; 
-  unfold q ; unfold r ; 
-  repeat rewrite OPP ; repeat rewrite NEG ; 
-  rewrite (Zmod_eq_full (Zpos a) (Zpos b)) ; try discriminate ;
-  try ring.
-Qed.
-
-Lemma Cmod_less : forall n d,
-  ((n >= 0) -> (d > 0) ->  0 <= Cmod n d <  d) /\
-  ((n <= 0) -> (d > 0) -> -d <  Cmod n d <= 0) /\
-  ((n >= 0) -> (d < 0) ->  0 <= Cmod n d < -d) /\
-  ((n <= 0) -> (d < 0) ->  d <  Cmod n d <= 0).
-Proof.
-  intros.
-  destruct n as [|a|a] ; 
-  destruct d as [|b|b] ;
-  intuition ; simpl ; forward ;
-  generalize (Z_mod_lt (Zpos a) (Zpos b) (Zgt_pos_0 b)) ;
-  repeat (replace (Zneg b) with (- Zpos b) by auto with zarith) ;
-  intuition (auto with zarith).
-Qed.
-
-Lemma Zdiv_less :
-  forall (n d : Z), (n > 0) -> (d > 0) -> (d * (n/d) <= n).
-Proof.
-  intros n d Npos Dpos.
-  generalize (Zmod_eq n d).
-  pose (x := (n/d)).
-  fold x. intro H. generalize (H Dpos). clear H.
-  pose (r := (n mod d)).
-  fold r. intro H.
-  generalize (Z_mod_lt n d).
-  intro R. generalize (R Dpos). clear R. fold r.
-  replace (d*x) with (x*d) by ring.
-  omega.
-Qed.
-
-(* -------------------------------------------------------------------------- *)
-(* --- Missing Definitions                                                --- *)
-(* -------------------------------------------------------------------------- *)
-
-Variable truncate : R -> Z.
-Variable ceil : R -> Z.
-Variable floor : R -> Z.
-Variable sinh : R -> R.
-Variable cosh : R -> R.
-Variable tanh : R -> R.
-Variable atan2 : R -> R -> R.
-Variable hypot : R -> R -> R.
-
-(* -------------------------------------------------------------------------- *)
diff --git a/src/plugins/wp/share/src/Square.v b/src/plugins/wp/share/src/Square.v
deleted file mode 100644
index 2a94c6467362673c454607eef48bc12527537f86..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Square.v
+++ /dev/null
@@ -1,38 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require Reals.R_sqrt.
-Require BuiltIn.
-Require real.Real.
-Require real.RealInfix.
-Require real.Square.
-
-(* Why3 goal *)
-Lemma sqrt_lin1 : forall (x:R), (1%R < x)%R -> ((Reals.R_sqrt.sqrt x) < x)%R.
-Proof.
-  intros x h1.
-  refine (Reals.R_sqrt.sqrt_less _ _ h1).
-  apply (Rle_trans 0 1 x Rle_0_1)%R.
-  exact (Rlt_le _ _ h1).
-Qed.
-
-(* Why3 goal *)
-Lemma sqrt_lin0 : forall (x:R), ((0%R < x)%R /\ (x < 1%R)%R) ->
-  (x < (Reals.R_sqrt.sqrt x))%R.
-Proof.
-  intros x (h1,h2).
-  exact (Reals.R_sqrt.sqrt_more x h1 h2).
-Qed.
-
-(* Why3 goal *)
-Lemma sqrt_0 : ((Reals.R_sqrt.sqrt 0%R) = 0%R).
-Proof.
-  exact Reals.R_sqrt.sqrt_0.
-Qed.
-
-(* Why3 goal *)
-Lemma sqrt_1 : ((Reals.R_sqrt.sqrt 1%R) = 1%R).
-Proof.
-  exact Reals.R_sqrt.sqrt_1.
-Qed.
-
diff --git a/src/plugins/wp/share/src/Vlist.v b/src/plugins/wp/share/src/Vlist.v
deleted file mode 100644
index 85e91e487c0b349b46ffc594ff29aecfd76f3201..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Vlist.v
+++ /dev/null
@@ -1,446 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require int.Int.
-Require int.Abs.
-Require int.ComputerDivision.
-
-(* ---------------------------------------------------------------------- *)
-(* --- Lists for Why-3                                                --- *)
-(* ---------------------------------------------------------------------- *)
-
-Require List.
-Ltac seq := autorewrite with list ; auto with zarith.
-Hint Rewrite List.app_assoc List.app_nil_l List.app_nil_r : list.
-
-  (* -------------------------------------------------------------------- *)
-  (* --- Classical Lists for Alt-Ergo                                 --- *)
-  (* -------------------------------------------------------------------- *)
-Require Import Qedlib.
-
-(* Why3 goal *)
-Definition list : forall (a:Type), Type.
-  exact(List.list).
-Defined.
-
-(* Why3 goal *)
-Definition nil: forall {a:Type} {a_WT:WhyType a}, (list a).
-  intros a a_WT.
-  generalize a.
-  exact(@List.nil).
-Defined.
-
-(* Why3 goal *)
-Definition cons: forall {a:Type} {a_WT:WhyType a}, a -> (list a) -> (list a).
-  intros a a_WT.
-  generalize a.
-  exact(@List.cons).
-Defined.
-
-(* Why3 goal *)
-Definition concat: forall {a:Type} {a_WT:WhyType a}, (list a) -> (list a) ->
-  (list a).
-  intros a a_WT.
-  Open Local Scope list_scope.
-  exact(fun u v => u ++ v).
-Defined.
-
-Fixpoint repeat_nat (a:Type) (w: list a) (n: nat) {struct n} :=
-    match n with
-      | O => w
-      | S m => w ++ (repeat_nat a w m)
-    end.
-
-		 
-(* Why3 goal *)
-Definition repeat: forall {a:Type} {a_WT:WhyType a}, (list a) -> Z -> (list
-  a).
-  intros a a_WT.
-  exact(fun w n  => match n with
-                   | Z0 => nil
-                   | Zneg _ => nil
-                   | other => repeat_nat a w (Zabs_nat (n-1))
-                   end).
-Defined.
-
-(* Why3 goal *)
-Definition length: forall {a:Type} {a_WT:WhyType a}, (list a) -> Z.
-  intros a a_WT.
-  exact(fun w => Z.of_nat (List.length w)).
-Defined.
-
-(* Why3 goal *)
-Definition nth: forall {a:Type} {a_WT:WhyType a}, (list a) -> Z -> a.
- intros a a_WT.
-  exact(fun w n => match n with
-                   | Zneg _ => (@why_inhabitant a a_WT)
-                   | other => List.nth (Zabs_nat n) w (@why_inhabitant a a_WT)
-                   end).
-Defined.
-
-  (* -------------------------------------------------------------------- *)
-  (* --- length                                                       --- *)
-  (* -------------------------------------------------------------------- *)
-
-(* Why3 goal *)
-Lemma length_pos : forall {a:Type} {a_WT:WhyType a}, forall (w:(list a)),
-  (0%Z <= (length w))%Z.
-Proof.
-  intros.
-  unfold length. 
-  apply Zle_0_nat.
-Qed.
-
-(* Why3 goal *)
-Lemma length_nil : forall {a:Type} {a_WT:WhyType a}, ((length (nil : (list
-  a))) = 0%Z).
-Proof.
-  intros.
-  unfold length. unfold nil.
-  by seq.
-Qed.
-
-(* Why3 goal *)
-Lemma length_nil_bis : forall {a:Type} {a_WT:WhyType a}, forall (w:(list a)),
-  ((length w) = 0%Z) -> (w = (nil : (list a))).
-Proof.
-  intros a a_WT w.
-  unfold length. unfold nil.
-  destruct w.
-  + by seq.
-  + Import List.ListNotations.
-    assert (0 < Z.of_nat (Datatypes.length (a0 :: w))).
-    { replace (Datatypes.length (a0 :: w)) with (1 + Datatypes.length (w))%nat
-        by( (replace (a0 :: w) with ([a0] ++ w) by seq); rewrite List.app_length; by seq).
-      assert (0 <= Z.of_nat (Datatypes.length w)) by apply Zle_0_nat.
-      replace (Z.of_nat (1 + Datatypes.length w)) with (1 + Z.of_nat (Datatypes.length w)).
-      { omega. }
-      rewrite Nat2Z.inj_add. 
-      auto with zarith. 
-    }
-    intro. 
-    cut False; [contradiction|omega].
-Qed.
-
-(* Why3 goal *)
-Lemma length_cons : forall {a:Type} {a_WT:WhyType a}, forall (x:a) (w:(list
-  a)), ((length (cons x w)) = (1%Z + (length w))%Z).
-Proof.
-  intros. unfold length.
-  replace (Datatypes.length (cons x w)) with (1 + (Datatypes.length w))%nat.
-  apply Nat2Z.inj_add. simpl. auto.
-Qed.
-
-(* Why3 goal *)
-Hypothesis length_concat : forall {a:Type} {a_WT:WhyType a}, forall (u:(list
-  a)) (v:(list a)), ((length (concat u v)) = ((length u) + (length v))%Z).
-
-(* Why3 goal *)
-Hypothesis length_repeat : forall {a:Type} {a_WT:WhyType a}, forall (w:(list
-  a)) (n:Z), (0%Z <= n)%Z -> ((length (repeat w n)) = (n * (length w))%Z).
-
-  (* -------------------------------------------------------------------- *)
-  (* --- nth                                                          --- *)
-  (* -------------------------------------------------------------------- *)
-
-(* Why3 goal *)
-Hypothesis nth_cons : forall {a:Type} {a_WT:WhyType a}, forall (k:Z) (x:a)
-  (w:(list a)), ((k = 0%Z) -> ((nth (cons x w) k) = x)) /\ ((~ (k = 0%Z)) ->
-  ((nth (cons x w) k) = (nth w (k - 1%Z)%Z))).
-
-(* Why3 goal *)
-Hypothesis nth_concat : forall {a:Type} {a_WT:WhyType a}, forall (u:(list a))
-  (v:(list a)) (k:Z), ((k < (length u))%Z -> ((nth (concat u v) k) = (nth u
-  k))) /\ ((~ (k < (length u))%Z) -> ((nth (concat u v) k) = (nth v
-  (k - (length u))%Z))).
-
-(* Why3 goal *)
-Hypothesis nth_repeat : forall {a:Type} {a_WT:WhyType a}, forall (n:Z) (k:Z)
-  (w:(list a)), ((0%Z <= k)%Z /\ (k < (n * (length w))%Z)%Z) ->
-  ((0%Z < (length w))%Z -> ((nth (repeat w n) k) = (nth w
-  (ZArith.BinInt.Z.rem k (length w))))).
-
-(* Why3 assumption *)
-Definition vlist_eq {a:Type} {a_WT:WhyType a} (u:(list a)) (v:(list
-  a)): Prop := ((length u) = (length v)) /\ forall (i:Z), ((0%Z <= i)%Z /\
-  (i < (length u))%Z) -> ((nth u i) = (nth v i)).
-
-  (* -------------------------------------------------------------------- *)
-  (* --- equality of Lists                                            --- *)
-  (* -------------------------------------------------------------------- *)
-
-(* Why3 goal *)
-Hypothesis extensionality : forall {a:Type} {a_WT:WhyType a}, forall (u:(list
-  a)) (v:(list a)), (vlist_eq u v) -> (u = v).
-
-  (* -------------------------------------------------------------------- *)
-  (* --- neutral elements                                             --- *)
-  (* -------------------------------------------------------------------- *)
-
-(* Why3 goal *)
-Lemma eq_nil_concat : forall {a:Type} {a_WT:WhyType a}, forall (w:(list a)),
-  (vlist_eq (concat (nil : (list a)) w) w) /\ (vlist_eq (concat w
-  (nil : (list a))) w).
-Proof.
-  intros.
-  split ; unfold vlist_eq ; rewrite length_concat; rewrite length_nil; split; auto with zarith; intros.
-  (* + generalize (nth_concat nil w i); rewrite length_nil; intro G; destruct G.
-    rewrite H1.
-    * replace (i - 0)%Z with i by (auto with zarith). auto.
-    * omega. *)
-  + generalize (nth_concat w nil i). intro G; destruct G.
-    rewrite H0.
-    * auto.
-    * omega.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_nil_concat_left : forall {a:Type} {a_WT:WhyType a}, forall (w:(list
-  a)), ((concat (nil : (list a)) w) = w).
-Proof.
-  intros.
-  apply extensionality.
-  generalize (eq_nil_concat w). intro G; destruct G.
-  apply H.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_nil_concat_right : forall {a:Type} {a_WT:WhyType a}, forall (w:(list
-  a)), ((concat w (nil : (list a))) = w).
- intros.
-  apply extensionality.
-  generalize (eq_nil_concat w). intro G; destruct G.
-  apply H0.
-Qed.
-
-(* Why3 goal *)
-Lemma eq_cons_concat : forall {a:Type} {a_WT:WhyType a}, forall (x:a)
-  (v:(list a)) (w:(list a)), (vlist_eq (concat (cons x v) w) (cons x
-  (concat v w))).
-Proof.
-  intros.
-  unfold vlist_eq ; rewrite length_concat. repeat (rewrite length_cons).
-  split.
-  + rewrite length_concat. ring.
-  + intros.
-    generalize (nth_cons i x (concat v w)); intro G; destruct G.
-    case_eq i 0%Z; intro Position_0.
-    * clear H1; rewrite H0; clear H0; auto.
-      generalize (nth_concat (cons x v) w i); rewrite length_cons; intro G; destruct G.
-      generalize (length_pos v); intro Positive.
-      clear H1; rewrite H0 by omega; clear H0.
-      generalize (nth_cons i x v); intro G; destruct G.
-      clear H1; rewrite H0; clear H0; auto.
-    * clear H0; rewrite H1; clear H1; auto.
-      generalize (nth_concat (cons x v) w i); rewrite length_cons; intro G; destruct G.
-      case_lt i (1+ length v)%Z; intros.
-      - clear H1; rewrite H0 by auto; clear H0.
-        generalize (nth_cons i x v); intro G; destruct G.
-        clear H0; rewrite H1 by auto; clear H1.
-        generalize (nth_concat v w (i -1)); intro G; destruct G. 
-        clear H1; rewrite H0 by auto with zarith; clear H0.
-        auto.
-      - clear H0; rewrite H1 by auto; clear H1.
-        generalize (nth_concat v w (i -1)); intro G; destruct G. 
-        clear H0; rewrite H1 by auto with zarith.
-        replace (i - (1 + length v))%Z with (i - 1 - length v)%Z by auto with zarith.
-        auto.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_cons_concat : forall {a:Type} {a_WT:WhyType a}, forall (x:a)
-  (v:(list a)) (w:(list a)), ((concat (cons x v) w) = (cons x (concat v w))).
-Proof.
-  intros.
-  apply extensionality.
-  apply eq_cons_concat. 
-Qed.
-
-(* Why3 goal *)
-Lemma rw_nil_cons_concat : forall {a:Type} {a_WT:WhyType a}, forall (x:a)
-  (w:(list a)), ((concat (cons x (nil : (list a))) w) = (cons x w)).
-Proof.
-  intros.
-  rewrite rw_cons_concat.
-  rewrite rw_nil_concat_left.
-  auto.
-Qed.
-
-  (* -------------------------------------------------------------------- *)
-  (* --- associativity                                                --- *)
-  (* -------------------------------------------------------------------- *)
-
-(* Why3 goal *)
-Lemma eq_assoc_concat : forall {a:Type} {a_WT:WhyType a}, forall (u:(list a))
-  (v:(list a)) (w:(list a)), (vlist_eq (concat (concat u v) w) (concat u
-  (concat v w))).
-Proof.
-  intros.
-  unfold vlist_eq. repeat (rewrite length_concat).  split.
-  - ring.
-  - intros.
-    generalize (length_pos u); generalize (length_pos v); intros uPos vPos. 
-    case_lt i (length u); intro inU; 
-      generalize (nth_concat u (concat v w) i) ; intro G; destruct G.
-    + clear H1; rewrite H0 by auto; clear H0.
-      generalize (nth_concat (concat u v) w i) ; rewrite length_concat ; intro G; destruct G.
-      clear H1; rewrite H0 by omega; clear H0.
-      generalize (nth_concat u v i) ; intro G; destruct G.
-      clear H1; rewrite H0 by auto; clear H0.
-      auto.
-   + clear H0; rewrite H1 by auto; clear H1.
-     case_lt i ((length u) + (length v)); intro inV; 
-       generalize (nth_concat (concat u v) w i) ; rewrite length_concat ; intro G; destruct G.
-     * clear H1; rewrite H0 by omega; clear H0.
-       generalize (nth_concat u v i) ; intro G; destruct G.
-       clear H0; rewrite H1 by auto; clear H1.
-       generalize (nth_concat v w (i - length u)) ; intro G; destruct G.
-       clear H1; rewrite H0 by omega; clear H0.
-       auto.
-     * clear H0; rewrite H1 by omega; clear H1.
-       generalize (nth_concat v w (i - length u)) ; intro G; destruct G.
-       clear H0; rewrite H1 by omega; clear H1.
-       replace (i - (length u + length v)) with (i - length u - length v) by auto with zarith.
-       auto.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_nil_repeat : forall {a:Type} {a_WT:WhyType a}, forall (n:Z),
-  (0%Z <= n)%Z -> ((repeat (nil : (list a)) n) = (nil : (list a))).
-Proof.
-intros a a_WT n h1.
-induction n ; simpl ; auto.
-assert (R : forall n, repeat_nat a nil n = nil).
- * intro n. induction n ; simpl ; auto.
- * apply R.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_zero : forall {a:Type} {a_WT:WhyType a}, forall (w:(list a)),
-  ((repeat w 0%Z) = (nil : (list a))).
-Proof.
-intros a a_WT w. simpl. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma eq_repeat_one : forall {a:Type} {a_WT:WhyType a}, forall (w:(list a)),
-  (vlist_eq (repeat w 1%Z) w).
-intros a a_WT w. simpl. unfold vlist_eq. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_one : forall {a:Type} {a_WT:WhyType a}, forall (w:(list a)),
-  ((repeat w 1%Z) = w).
-Proof.
-intros a a_WT w. simpl. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma eq_repeat_concat : forall {a:Type} {a_WT:WhyType a}, forall (p:Z) (q:Z)
-  (w:(list a)), (0%Z <= p)%Z -> ((0%Z <= q)%Z -> (vlist_eq (repeat w
-  (p + q)%Z) (concat (repeat w p) (repeat w q)))).
-Proof.
-intros a a_WT p q w h1 h2. unfold vlist_eq ; simpl ; split ; auto with zarith.
- + repeat rewrite length_concat.
-    repeat rewrite length_repeat ; auto with zarith.
- + rewrite length_repeat ; auto with zarith.
-   intros.
-   induction w.
-   * replace ([]) with (@nil a a_WT) ; auto.
-     repeat rewrite rw_nil_repeat ; auto with zarith.
-   * pose (A := (a0 :: w)). fold A. fold A in H.
-     assert (L : 0 < length A).
-     { unfold A.
-       replace (a0 :: w) with (cons a0 w) by auto.
-       rewrite length_cons.
-       assert (0 <= length w).
-       apply length_pos.
-       auto with zarith. }
-     rewrite nth_repeat ; auto with zarith.
-     generalize (nth_concat (repeat A p) (repeat A q) i).
-     intros [ POS NEG ].
-     induction (Z_lt_le_dec i (length (repeat A p))).
-     rewrite length_repeat in a1; auto with zarith.
-      - rewrite POS ; auto with zarith.
-        rewrite nth_repeat ; auto with zarith.
-        rewrite length_repeat ; auto with zarith.
-      - rewrite length_repeat in b ; auto with zarith.
-        assert ( I_pos: 0 <= i ) ; auto with zarith.
-        rewrite Int.Mul_distr_r in H.
-        rewrite NEG ; auto with zarith.
-        rewrite nth_repeat ; auto with zarith ; 
-        rewrite length_repeat ; auto with zarith.
-        replace (i - p * length A) with (i + (-p) * length A).
-        rewrite Z.rem_add ; auto with zarith.
-        apply Z.mul_nonneg_nonneg ; auto with zarith.
-        replace (i + -p * length A) with (i - p * length A) ; auto with zarith.
-        rewrite Z.mul_opp_l. rewrite Z.add_opp_r. auto.
-        rewrite Z.mul_opp_l. rewrite Z.add_opp_r. auto.
-        rewrite length_repeat ; auto with zarith.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_concat : forall {a:Type} {a_WT:WhyType a}, forall (p:Z) (q:Z)
-  (w:(list a)), (0%Z <= p)%Z -> ((0%Z <= q)%Z -> ((repeat w
-  (p + q)%Z) = (concat (repeat w p) (repeat w q)))).
-intros a a_WT p q w h1 h2.
-apply extensionality.
-apply eq_repeat_concat ; auto with zarith.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_after : forall {a:Type} {a_WT:WhyType a}, forall (p:Z)
-  (w:(list a)), (0%Z <= p)%Z -> ((concat (repeat w p) w) = (repeat w
-  (p + 1%Z)%Z)).
-Proof.
-  intros a a_WT p w h1.
-  rewrite (rw_repeat_concat p 1 w) ; auto with zarith.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_before : forall {a:Type} {a_WT:WhyType a}, forall (p:Z)
-  (w:(list a)), (0%Z <= p)%Z -> ((concat w (repeat w p)) = (repeat w
-  (p + 1%Z)%Z)).
-Proof.
-  intros a a_WT p w h1.
-  replace (p+1) with (1+p) ; auto with zarith.
-  rewrite (rw_repeat_concat 1 p w) ; auto with zarith.
-Qed.
-
-(* Why3 goal *)
-Definition repeat_box: forall {a:Type} {a_WT:WhyType a}, (list a) -> Z ->
-  (list a).
-intros a w l n.
-exact (repeat l n).
-Defined.
-
-(* Why3 goal *)
-Lemma rw_repeat_box_unfold : forall {a:Type} {a_WT:WhyType a},
-  forall (w:(list a)) (n:Z), ((repeat_box w n) = (repeat w n)).
-Proof.
-intros.
-unfold repeat_box. auto.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_plus_box_unfold : forall {a:Type} {a_WT:WhyType a},
-  forall (w:(list a)) (a1:Z) (b:Z), (0%Z <= a1)%Z -> ((0%Z <= b)%Z ->
-  ((repeat_box w (a1 + b)%Z) = (concat (repeat w a1) (repeat w b)))).
-Proof.
-intros.
-unfold repeat_box. rewrite rw_repeat_concat ; auto.
-Qed.
-
-(* Why3 goal *)
-Lemma rw_repeat_plus_one_box_unfold : forall {a:Type} {a_WT:WhyType a},
-  forall (w:(list a)) (n:Z), (0%Z < n)%Z -> (((repeat_box w
-  n) = (concat (repeat w (n - 1%Z)%Z) w)) /\ ((repeat_box w
-  (n + 1%Z)%Z) = (concat (repeat w n) w))).
-Proof.
- intros. split.
- + generalize (rw_repeat_concat (n-1) 1 w).
-   replace (n-1+1) with n ; auto with zarith.
- + rewrite (rw_repeat_concat n 1 w) ; auto with zarith.
-Qed.
-
diff --git a/src/plugins/wp/share/src/Vset.v b/src/plugins/wp/share/src/Vset.v
deleted file mode 100644
index 220543b5363f25941fd3d7951f6d83362d83a411..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Vset.v
+++ /dev/null
@@ -1,157 +0,0 @@
-(* This file is generated by Why3's Coq-realize driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require bool.Bool.
-Require int.Int.
-
-(* Why3 goal *)
-Definition set : forall (a:Type), Type.
-Admitted.
-
-(* Why3 goal *)
-Definition empty: forall {a:Type} {a_WT:WhyType a}, (set a).
-Admitted.
-
-(* Why3 goal *)
-Definition singleton: forall {a:Type} {a_WT:WhyType a}, a -> (set a).
-Admitted.
-
-(* Why3 goal *)
-Definition union: forall {a:Type} {a_WT:WhyType a}, (set a) -> (set a) ->
-  (set a).
-Admitted.
-
-(* Why3 goal *)
-Definition inter: forall {a:Type} {a_WT:WhyType a}, (set a) -> (set a) ->
-  (set a).
-Admitted.
-
-(* Why3 goal *)
-Definition member: forall {a:Type} {a_WT:WhyType a}, a -> (set a) -> Prop.
-Admitted.
-
-(* Why3 goal *)
-Definition member_bool: forall {a:Type} {a_WT:WhyType a}, a -> (set a) ->
-  bool.
-Admitted.
-
-(* Why3 goal *)
-Definition range: Z -> Z -> (set Z).
-Admitted.
-
-(* Why3 goal *)
-Definition range_sup: Z -> (set Z).
-Admitted.
-
-(* Why3 goal *)
-Definition range_inf: Z -> (set Z).
-Admitted.
-
-(* Why3 goal *)
-Definition range_all: (set Z).
-Admitted.
-
-(* Why3 assumption *)
-Definition eqset {a:Type} {a_WT:WhyType a} (a1:(set a)) (b:(set a)): Prop :=
-  forall (x:a), (member x a1) <-> (member x b).
-
-(* Why3 assumption *)
-Definition subset {a:Type} {a_WT:WhyType a} (a1:(set a)) (b:(set a)): Prop :=
-  forall (x:a), (member x a1) -> (member x b).
-
-(* Why3 assumption *)
-Definition disjoint {a:Type} {a_WT:WhyType a} (a1:(set a)) (b:(set
-  a)): Prop := forall (x:a), (member x a1) -> ~ (member x b).
-
-(* Why3 goal *)
-Lemma member_bool1 : forall {a:Type} {a_WT:WhyType a}, forall (x:a),
-  forall (s:(set a)), ((member x s) -> ((member_bool x s) = true)) /\
-  ((~ (member x s)) -> ((member_bool x s) = false)).
-Proof.
-intros a a_WT x s.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_empty : forall {a:Type} {a_WT:WhyType a}, forall (x:a),
-  ~ (member x (empty : (set a))).
-Proof.
-intros a a_WT x.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_singleton : forall {a:Type} {a_WT:WhyType a}, forall (x:a)
-  (y:a), (member x (singleton y)) <-> (x = y).
-Proof.
-intros a a_WT x y.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_union : forall {a:Type} {a_WT:WhyType a}, forall (x:a),
-  forall (a1:(set a)) (b:(set a)), (member x (union a1 b)) <-> ((member x
-  a1) \/ (member x b)).
-Proof.
-intros a a_WT x a1 b.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_inter : forall {a:Type} {a_WT:WhyType a}, forall (x:a),
-  forall (a1:(set a)) (b:(set a)), (member x (inter a1 b)) <-> ((member x
-  a1) /\ (member x b)).
-Proof.
-intros a a_WT x a1 b.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma union_empty : forall {a:Type} {a_WT:WhyType a}, forall (a1:(set a)),
-  ((union a1 (empty : (set a))) = a1) /\ ((union (empty : (set a)) a1) = a1).
-Proof.
-intros a a_WT a1.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma inter_empty : forall {a:Type} {a_WT:WhyType a}, forall (a1:(set a)),
-  ((inter a1 (empty : (set a))) = (empty : (set a))) /\ ((inter (empty : (set
-  a)) a1) = (empty : (set a))).
-Proof.
-intros a a_WT a1.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_range : forall (x:Z) (a:Z) (b:Z), (member x (range a b)) <->
-  ((a <= x)%Z /\ (x <= b)%Z).
-Proof.
-intros x a b.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_range_sup : forall (x:Z) (a:Z), (member x (range_sup a)) <->
-  (a <= x)%Z.
-Proof.
-intros x a.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_range_inf : forall (x:Z) (b:Z), (member x (range_inf b)) <->
-  (x <= b)%Z.
-Proof.
-intros x b.
-
-Admitted.
-
-(* Why3 goal *)
-Lemma member_range_all : forall (x:Z), (member x range_all).
-Proof.
-intros x.
-
-Admitted.
-
diff --git a/src/plugins/wp/share/src/Zbits.v b/src/plugins/wp/share/src/Zbits.v
deleted file mode 100644
index e168e835e820688d375580f4521ecd7911399972..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/Zbits.v
+++ /dev/null
@@ -1,2380 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* -------------------------------------------------------------------------- *)
-(** * ACSL Logical and Bitwise Operators *)
-(* -------------------------------------------------------------------------- *)
-
-(** 
-    The characteristic function of integers have {!arith:arithmetic} properties
-    and allows to define logical operators over [Z]. Logical [land],
-    [lor], [lxor] and [lnot] are defined as the lifting over bits of
-    the associated boolean operators. As a corollary, the consistency
-    of bitwise [lnot] definition and two's complements [zlnot] is
-    assessed.
-
-    These definitions are provided in two stages:
-      - {!bitwise:bitwise} definitions of logical operators
-      - {!ACSL:ACSL} operators definitions
-
-*)
-
-(** ** Tacticals *)
-
-Require Import ZArith.
-Require Import FunctionalExtensionality.
-Require Import Qedlib.
-Require Import Bits.
-Require Import Psatz.
-
-Open Local Scope Z_scope.
-
-Local Ltac omegaContradiction := cut False; [contradiction|omega].
-
-Local Ltac caseEq name :=
-  generalize (refl_equal name); pattern name at -1 in |- *; case name.
-  
-Local Ltac unfold_hyp h :=
-  match goal with 
-    | h:(?X1) |- _ => unfold X1 in h
-    | h:(?X1 _ ) |- _ => unfold X1 in h
-    | h:(?X1 _ _) |- _ => unfold X1 in h
-    | h:(?X1 _ _ _) |- _ => unfold X1 in h
-    | h:(?X1 _ _ _ _) |- _ => unfold X1 in h
-    | _ => idtac
-  end.
-
-Lemma bool3_eq : forall b1 b2: bool, (forall b: bool, b1=b <-> b2=b) <-> b1=b2.
-Proof.
-  intros.
-  intuition.
-    rewrite H; auto.
-  rewrite <- H; auto.
-  rewrite H; auto.
-Qed.
-						      
-Lemma bool2_eq_true : forall b1 b2:bool, (b1=true <-> b2=true) <-> b1=b2.
-Proof.
-  intros. 
-  destruct b1.
-  destruct b2.
-  intuition.
-  intuition.
-  destruct b2.
-  intuition.
-  intuition.
-Qed.
-						      
-Lemma split_range: forall a x b: Z, 
-  a <= x -> x < b -> a <= x < b.
-Proof.
-  intros. omega.
-Qed.
-
-(** Some remarks about absolute value *)
-  
-Remark zabs_gt: forall n m: Z, 
-  Zabs m < Zabs n -> (Zabs_nat m < Zabs_nat n)%nat.
-Proof. 
-  intros. apply (inj_lt_rev (Zabs_nat m) (Zabs_nat n)).
-  rewrite (inj_Zabs_nat n). rewrite (inj_Zabs_nat m). omega.
-Qed.
-					 
-Remark zabs_le: forall n m: Z,
-  Zabs n <= Zabs m -> (Zabs_nat n <= Zabs_nat m)%nat.
-Proof.
-  intros. apply (inj_le_rev (Zabs_nat n) (Zabs_nat m)).
-  rewrite (inj_Zabs_nat n). rewrite (inj_Zabs_nat m). omega.
-Qed.
-					 
-Remark zabs_le_plus: forall (n m:Z) (k: nat),
-  Zabs n <= Zabs m -> (Zabs_nat n <= k + Zabs_nat m)%nat.
-Proof.
-  intros. 
-  apply (inj_le_rev (Zabs_nat n) (k + Zabs_nat m)%nat).
-  rewrite (inj_Zabs_nat n). rewrite inj_plus. rewrite (inj_Zabs_nat m).
-  omega.
-Qed.
-					 
-Remark zabs_nat_zabs: forall n: Z,
-  Zabs_nat (Zabs n) = Zabs_nat n.
-Proof.
-  intro.
-  rewrite <- (inj_Zabs_nat n). rewrite Zabs_nat_Z_of_nat. auto.
-Qed.
-
-Remark zabs_minus: forall n m: Z,
-  Zabs n <= Zabs m -> (Zabs_nat m - Zabs_nat n)%nat = Zabs_nat (Zabs m - Zabs n).
-Proof.
-  intros. 
-  rewrite Zabs_nat_Zminus by (generalize (Zabs_pos n); omega).
-  repeat rewrite zabs_nat_zabs. 
-  auto.
-Qed.
-					 
-Remark zabs_plus: forall n m: Z,
-  (Zabs_nat m + Zabs_nat n)%nat = Zabs_nat (Zabs m + Zabs n).
-Proof.
-  intros. 
-  rewrite Zabs_nat_Zplus.
-  (** cont. *) repeat rewrite zabs_nat_zabs; auto.
-  (** hyp 1 *) generalize (Zabs_pos m); omega.
-  (** hyp 2 *) generalize (Zabs_pos n); omega.
-Qed.
-
-(** Some remarks about Zle_bool and Zlt_bool *)
-  
-Remark Zle_2x: forall x:Z, 
-  Zle_bool 0 (2*x) = Zle_bool 0 x.
-Proof.
-  induction x; auto.
-Qed.
-  
-Remark Zle_div2: forall x:Z,
-  Zle_bool 0 (x/2) = Zle_bool 0 x.
-Proof.
-  intro x.
-  case_leq 0 (x/2); case_leq 0 x; try auto; intros; apply False_ind.
-  (** 0>x *)
-  + assert (x/2 < 0); [ apply Zdiv_lt_upper_bound | ]; omega.
-  (** 0<=x *)
-  + assert (0 <= (x/2)); [ apply Z_div_pos | ]; omega.
-Qed.
-
-Remark Zlt_div2_neg: forall x:Z,
-    Zlt_bool (x/2) 0 = Zlt_bool x 0.
-Proof.
-  intro x.
-  case_lt (x/2) 0; case_lt x 0; intros; try auto.
-  (** x>=0 *)
-  + assert (x/2 >= 0) by (apply Z_div_ge0 ; omega).
-    omegaContradiction.
-  (** x<0 *)
-  + apply False_ind.
-    assert (x/2 < 0) by (apply Zdiv_lt_upper_bound; omega).
-    omegaContradiction.
- Qed.
-		     
-(** Some useful properties *)
-  
-Remark upper_positive_mult_positive: forall p x: Z,
-  0 <= x -> 0 < p -> x <= x * p. 
-Proof.
-  intros.
-  rewrite <- Zmult_1_r at 1.
-  apply Zmult_le_compat_l; omega.
-Qed.
-						       
-Remark lower_negative_mult_positive: forall p x: Z,
-  x <= 0 -> 0 < p -> x * p <= x. 
-Proof.
-  intros.
-  cut (-x <= -(x * p)).
-    omega.
-  rewrite Zopp_mult_distr_l.
-  apply upper_positive_mult_positive; omega.
-Qed.
-
-Theorem Z2_induction(P: Z -> Prop) :
-  P 0 ->
-  (forall (c:bool) (z:Z), 0 <= z -> P z -> P (2*z + if c then 1 else 0))->
-  (forall z:Z, 0 <= z -> P z).
-Proof.
-  intros.
-  induction z.
-  + auto.
-  + induction p.
-    * assert ((Z.pos p~1) =(2*Z.pos p + 1)) by (auto with zarith).
-      rewrite H2 in *.
-      apply (H0 true ((Z.pos p))); auto with zarith.
-    * assert ((Z.pos p~0) =(2*Z.pos p)) by (auto with zarith).
-      rewrite H2 in *.
-      apply (H0 false ((Z.pos p))); auto with zarith.
-    * apply (H0 true 0); auto with zarith.
-  + generalize (Pos2Z.neg_is_neg p); intro; omegaContradiction.
-Qed.
- 
-(** Some useful properties about modulus *)
-  
-Remark mod2_case : forall z:Z, z mod 2 = 0 \/ z mod 2 = 1.
-Proof.
-  intros. rewrite Zmod_odd.
-  case (Z.odd z); intuition.
-Qed.
-
-Ltac case_mod2 z := induction (mod2_case z) as [EVEN|ODD].
-
-Remark mod2_lt: forall z:Z, 0 <= z mod 2 < 2.
-Proof.
-  intro; apply Z_mod_lt; auto with zarith. 
-Qed.
-
-Remark div2_mod2_eq: forall z:Z, z = 2*(z/2) + z mod 2.
-Proof.
-   intro; apply Z_div_mod_eq; auto with zarith.
-Qed.
-
-Remark div2_odd_eq: forall z:Z, z = 2*(z/2) + (if (Z.odd z) then 1 else 0).
-Proof.
-  intro. rewrite <- Zmod_odd. apply div2_mod2_eq.
-Qed.
-				     
-Remark odd_mod2: forall (x:Z), 
-  Z.odd (x mod 2) = Z.odd x.
-Proof.
-  destruct x. 
-  (** 0 *) 
-  + compute; auto.
-  (** positive *)
-  + destruct p. 
-    (** 2p+1 *)
-    * rewrite <- (Z.mod_unique (Z.pos p~1) 2 (Z.pos p) 1) ;
-        [ | omega | (auto with zarith)].
-      (replace (Z.pos p~1) with ( 1 + 2*Z.pos p) by forward).
-      rewrite Z.odd_add_mul_2; auto.
-    (** 2p+0 *)
-    * rewrite <- (Z.mod_unique (Z.pos p~0) 2 (Z.pos p) 0);
-        [ | omega | (auto with zarith)].
-      (replace (Z.pos p~0) with ( 0 + 2*Z.pos p) by forward).
-      rewrite Z.odd_add_mul_2; auto.
-    (** 1 *)
-    * compute; auto.
-  (** negative *) 
-  + destruct p. 
-    (** 2p+1 *)
-    * rewrite <- (Z.mod_unique (Z.neg p~1) 2 ((Z.neg p)-1) 1);
-        [ | omega
-          | rewrite Zmult_minus_distr_l; rewrite Pos2Z.neg_xI;
-            ring].   
-      (replace (Z.neg p~1) with ( (-1) + 2*(Z.neg p)) by (simpl; auto)).
-      rewrite Z.odd_add_mul_2; auto.
-    (** 2p+0 *)
-    * rewrite <- (Z.mod_unique (Z.neg p~0) 2 (Z.neg p) 0);     
-        [ | omega | simpl; auto].
-      (replace (Z.neg p~0) with ( 0 + 2*Z.neg p) by (simpl; auto)).
-         rewrite Z.odd_add_mul_2; simpl; auto. 
-    (** 1 *)
-    * compute; auto.
-Qed.
- 
-Remark uint_div2_mod_two_power_nat: forall (m:nat) (x:Z), 
-  (x mod two_power_nat (S m)) / 2 = (x/2) mod two_power_nat m.
-Proof.
-  intros.
-  rewrite two_power_nat_S.
-  rewrite Z.rem_mul_r ; [ | discriminate | apply two_power_nat_is_positive].
-  pose (z:=((x/2) mod two_power_nat m)); fold z.
-  rewrite <- (Zdiv_unique (x mod 2 + 2*z) 2 z (x mod 2));
-    [auto | apply mod2_lt | auto with zarith].
-Qed.
- 
-Remark sint_div2_mod_two_power_nat_pos: forall (m:nat) (x:Z), 
-  ((x + two_power_nat (S m)) mod (2*two_power_nat (S m))) / 2 = ((x/2) + two_power_nat m) mod two_power_nat (S m).
-Proof.
-  intros.
-  rewrite <- two_power_nat_S.
-  rewrite (uint_div2_mod_two_power_nat (S m) (x + two_power_nat (S m))).
-  rewrite two_power_nat_S.
-  (replace (2*two_power_nat m) with ((two_power_nat m) *2) by ring).
-  rewrite Z_div_plus.
-  auto.
-  compute; auto.
-Qed.
-  
-Remark sint_div2_mod_two_power_nat: forall (m:nat) (x:Z), 
-  (((x + two_power_nat (S m)) mod (2*two_power_nat (S m))) - two_power_nat (S m)) / 2 =
-  (((x/2) + two_power_nat m) mod two_power_nat (S m)) - two_power_nat m.
-Proof.
-  intros.
-  rewrite <- two_power_nat_S.
-  rewrite <- sint_div2_mod_two_power_nat_pos.
-  rewrite two_power_nat_S. rewrite two_power_nat_S. rewrite two_power_nat_S.
-  pose (z:= (two_power_nat m)); fold z.
-  pose (a:= ((x + 2*z) mod (2*(2*z)))); fold a.
-  (replace (a - 2*z) with (a + ((- z) * 2)) by ring).
-  rewrite Z.div_add.
-  ring.
-  discriminate.
-Qed.
-  
-
-(* -------------------------------------------------------------------------- *)
-(** {@arith:} *)
-(** * Arithmetic Properties of the Characteristic Function of integers *)
-(* -------------------------------------------------------------------------- *)
-
-Remark Zbit_2x_0: forall x: Z,
-  Zbit (2*x) O = false.
-Proof.
-  unfold Zbit. unfold bits_of_Z. intro.
-  case_leq 0 (2*x); intro; unfold btest. 
-  (** case 0 <= 2*x *)
-  + unfold Nabs. unfold N_decomp. unfold P_decomp. 
-    destruct x; auto.
-  (** case 0 > 2*x *) 
-  + unfold zlnot. 
-    destruct x; auto.
-    destruct p; simpl; auto.
-Qed.					      
-
-Remark Zbit_2x_p: forall (n:nat) (x:Z),
-  Zbit (2*x) (S n) = Zbit x n.
-Proof. 
-  intros.
-  unfold Zbit; unfold bits_of_Z; rewrite Zle_2x.
-  case_leq 0 x; intro; unfold btest. 
-  (** case 0<=x *)
-  + unfold Nabs; unfold N_decomp; unfold P_decomp; destruct x; auto.
-  (** case 0>x *)
-  + unfold zlnot; destruct x; 
-      [ compute in H; discriminate H
-      | discriminate H
-      | destruct p; simpl; auto].
-Qed.
-
-Remark Zbit_s2x_0: forall x: Z,
-  Zbit ((2*x) + 1) O = true.
-Proof.
-  unfold Zbit. unfold bits_of_Z. intro.
-  case_leq 0 (2*x); intro; unfold btest. 
-  (** case 0 <= 2*x *)
-  + unfold Nabs. unfold N_decomp. unfold P_decomp. 
-    destruct x; auto.
-  (** case 0 > 2*x *) 
-  + unfold zlnot. 
-    destruct x; auto.
-    destruct p; simpl; auto.
-Qed.
-		  
-Remark Zbit_s2x_p: forall (n:nat) (x:Z),
-  Zbit ((2*x) + 1) (S n) = Zbit x n.
-Proof.
-  intros.
-  unfold Zbit; unfold bits_of_Z.
-  case_leq 0 x; intro; unfold btest. 
-  (** case 0<=x *)
-  + case_leq 0 (2*x + 1) ; intro.
-       unfold Nabs. unfold N_decomp. unfold P_decomp. destruct x; auto.
-       assert (Z.neg p < 0) by apply (Zlt_neg_0 p); omegaContradiction.
-  (** case 0<=x *)
-  + case_leq 0 (2*x + 1) ; intro.
-    unfold zlnot; destruct x; 
-      [ discriminate H 
-      | assert (Z.pos p > 0) by apply (Zgt_pos_0 p); omegaContradiction
-      |].
-    destruct p; simpl; auto.
-Qed.
-
-Lemma Zbit_succ: forall (c:bool) (n:nat) (x:Z),
-  Zbit ((2*x) + if c then 1 else 0) (S n) = Zbit x n.
-Proof.
-  intros.
-  destruct c.
-  + rewrite Zbit_s2x_p; auto.
-  + replace (2*x + 0) with (2*x) by (auto with zarith).
-    rewrite Zbit_2x_p; auto.
-Qed.
-
-Remark Zbit_pos0: forall x: Z,
-  0 <= x -> Zbit x O = Z.odd x.
-Proof.
-  intros x POS.
-  destruct x.
-  (** 0 *)
-  + compute; auto.
-  (** Positive *)
-  + unfold Zbit; unfold bits_of_Z.
-    rewrite Zodd_mod.
-    destruct p; unfold P_decomp; simpl.
-    (** 2p+1 *)
-    * rewrite <- (Z.mod_unique (Z.pos p~1) 2 (Z.pos p) 1);
-        [ auto | | auto].
-      clear POS ; omega.
-    (** 2p *)
-    * rewrite <- (Z.mod_unique (Z.pos p~0) 2 (Z.pos p) 0);
-        [ auto | | auto].
-       clear POS ; omega.
-    (** 1 *)
-    * compute ; auto.
-  (** Negative *)
-  + assert ( Z.neg p < 0) by apply Zlt_neg_0.
-    omegaContradiction.
-Qed.
-
-Lemma Zbit_0: forall x: Z,
-  Zbit x O = Z.odd x.
-Proof.
-  intro.
-  destruct x.
-  (** 0 *)
-  + compute; auto.
-  (** Positive *)
-  + apply Zbit_pos0.
-    apply Zle_0_pos.
-  (** Negative *)
-  + destruct p.
-    (** 2p+1 *)
-    * unfold Zbit; unfold bits_of_Z. simpl.
-      unfold fnot. compute; auto.
-    (** 2p *)
-    * (replace (Z.neg p~0) with (2*Z.neg p) by (auto with zarith)).
-      rewrite Zbit_2x_0.
-      simpl; auto.
-    (** 1 *)
-    * compute; auto.
-Qed.
-
-Remark Zbit_div2: forall (n:nat) (x:Z),
-  Zbit (x/2) n = Zbit x (S n).
-Proof.
-  intros.
-  unfold Zbit; unfold bits_of_Z; rewrite Zle_div2.
-  case_leq 0 x; intro; unfold btest; 
-     unfold Nabs; unfold N_decomp; unfold P_decomp. 
-  (** case 0<=x *)
-  + destruct x; [by compute | | (apply False_ind; compute in H; auto) ].
-    destruct p.
-    (** 2p+1 *)
-    * rewrite <- (Zdiv_unique (Zpos (xI (p)) ) 2 (Zpos p) 1);
-        by compute.
-    (** 2p *)
-    * rewrite <- (Zdiv_unique (Zpos (xO (p)) ) 2 (Zpos p) 0);
-        by compute.
-    (** one *)
-    * by compute.
-  (** case 0>x *)
-  + unfold zlnot.
-    destruct x; [ by compute | (compute in H; discriminate H) | ]. 
-    destruct p.
-    (** -(2p+1) *)
-    * rewrite <- (Zdiv_unique (Zneg (xI (p)) ) 2 (Zneg p - 1) 1);
-         [ (replace (Zneg p - 1 + 1) with (Zneg p) by omega);
-           (replace (-Zneg p) with (Zpos p) by (compute;forward));     
-           (replace (-(Zneg (xI (p)) + 1)) with (Zpos (xO(p))) by (compute;forward))
-         | 
-         | (replace (2*(Zneg p - 1) + 1) with (2*Zneg p - 1) by omega)
-         ]; by compute.
-    (** -2p *)
-    * rewrite <- (Zdiv_unique (Zneg (xO (p)) ) 2 (Zneg p) 0); 
-         [ | by compute | by compute].
-       (repeat (rewrite Z.opp_add_distr)).
-       (repeat (rewrite Z.add_opp_r)).
-       (repeat (rewrite Pos2Z.opp_neg)).
-       destruct p;
-         [ (** -2(2p+1) *)
-           (replace (Zpos (xI(p)) -1) with (Zpos (xO(p))) by (compute;forward));
-           (replace (Zpos (xO(xI(p))) -1) with (Zpos (xI(xO(p)))) by (compute;forward))
-         | (** -2(2p) *)
-         | (** -2 *)
-         ]; by compute.      
-    (** minus one *)
-    * by compute.
-Qed.
-
-Theorem Zbit_le : 
-  forall x y: Z, 0 <= y -> (forall k: nat,  Zbit x k = true -> Zbit y k = true) -> x <= y.
-Proof.
-  intros x y POS. revert x.
-  apply Z2_induction with (z:=y); auto; intros.
-  + replace x with 0.
-    * auto with zarith.
-    * apply Zbit_ext.
-      extensionality k.
-      generalize (H k); clear H.
-      destruct (Zbit x k); intuition.
-  + generalize (div2_mod2_eq x); intro Euc.
-    rewrite Euc.
-    case_mod2 x; destruct c as [] eqn:Carry.
-    * rewrite EVEN in *.
-      cut ((x/2)<=z). { intro; omega. }
-      generalize (H0 (x/2)); clear H0; intro h0.
-      apply h0; clear h0; intro.
-      generalize (H1 (S k)); clear H1; intro h1.
-      rewrite Zbit_s2x_p in h1.
-      intro. apply h1. rewrite <- Zbit_div2; auto.
-    * rewrite EVEN in *.
-      cut ((x/2)<=z). { intro; omega. }
-      generalize (H0 (x/2)); clear H0; intro h0.
-      apply h0; clear h0; intro.
-      generalize (H1 (S k)); clear H1; intro h1.
-      replace (2*z + 0) with (2*z) in h1 by (auto with zarith).
-      rewrite Zbit_2x_p in h1.
-      intro. apply h1. rewrite <- Zbit_div2; auto.
-    * rewrite ODD.
-      cut ((x/2)<=z). { intro; omega. }
-      generalize (H0 (x/2)); clear H0; intro h0.
-      apply h0; clear h0; intro.
-      generalize (H1 (S k)); clear H1; intro h1.
-      rewrite Zbit_s2x_p in h1.
-      intro. apply h1. rewrite <- Zbit_div2; auto.
-   * rewrite ODD.
-      replace (2*z + 0) with (2*z) in * by (auto with zarith).
-      assert ((Zbit x O) = true).
-      { rewrite Zbit_0. rewrite Zmod_odd in ODD.
-        destruct (Z.odd x); intuition. }
-      assert (Zbit (2*z) O=true).
-      { apply (H1 O); auto. }
-      rewrite (Zbit_2x_0) in H3.
-      discriminate H3.
-Qed. 		  
-  
-(** Recursive definition of Zbit *)     
-Theorem Zbit_rec: forall (x:Z) (n:nat),
-  Zbit x n = if leb n 0 %nat then Z.odd x else Zbit (x/2) (pred n).
-Proof.
-  intro x.
-  destruct n.
-  (** Base *)
-  + simpl.
-    apply Zbit_0.
-  (** Ind. *)
-  + simpl.
-    rewrite Zbit_div2.
-    auto.
-Qed.
-
-Lemma Zbit_shift_l: forall (n m:nat) (x:Z), 
-  Zbit (x * (two_power_nat n)) m = if leb n m then Zbit x (m - n)%nat else false.
-Proof.
-  induction n; intros.
-  (** base *)
-  + rewrite (leb_correct O m) by omega.			
-    unfold two_power_nat. unfold shift_nat. rewrite <- (minus_n_O m).
-    f_equal. simpl. omega.
-  (** ind. *) 
-  + rewrite two_power_nat_S.
-    (replace (x * (2*two_power_nat n)) with ((2*x) * two_power_nat n) by ring).
-    rewrite (IHn m (2*x)).
-    nat_compare Inf EQ Sup n m.
-    (** n<m *) 
-    * rewrite (leb_correct n m) by omega.
-      rewrite (leb_correct (S n) m) by omega.
-      rewrite <-(Zbit_2x_p (m - S n) x).
-      f_equal. 
-      rewrite (minus_Sn_m) by omega. 
-      by simpl.
-   (** n=m *) 
-    * rewrite (leb_correct n n) by omega.
-      rewrite (leb_correct_conv n (S n)) by omega.
-      rewrite <- minus_n_n.
-      apply Zbit_2x_0.  
-   (** n>m *) 
-    * rewrite (leb_correct_conv m n) by omega.
-      rewrite (leb_correct_conv m (S n)) by omega.
-      auto. 
-Qed.
-
-Lemma Znat_ind: forall (P: Z -> Prop), 
-  P 0 -> (forall (x:Z), 0 <= x -> P x -> P (2*x))
-      -> (forall (x:Z), 0 <= x -> P x -> P (2*x+1)) 
-      -> (forall (x:Z), 0 <= x -> P x).
-Proof.
-  intros.
-  destruct x.
-  (* 0 *)
-    auto.
-  (* Pos *)
-    induction p.
-    (* 2p+1 *)
-      (replace (Z.pos p~1) with (2 * Z.pos p + 1) by (auto with zarith)); auto. 
-    (* 2p *)
-      (replace (Z.pos p~0) with (2 * Z.pos p) by (auto with zarith)); auto. 
-    (* 1 *)
-      (replace (1) with (2 * 0 + 1) by (auto with zarith)).
-	apply H1. omega. auto.
-  (* Neg *)
-    compute in H2.
-    intuition congruence.
-Qed.
-		 
-Lemma Zbit_shift_r: forall (n m:nat) (x:Z),
-  Zbit (x / (two_power_nat n)) m = Zbit x (n + m)%nat.
-Proof.
-  induction n; intros.
-  (** base *)
-  + unfold two_power_nat. unfold shift_nat. 
-    f_equal. simpl. apply Zdiv_1_r.
-  (** ind. *) 
-  + rewrite two_power_nat_S.
-    (replace (2*two_power_nat n) with ((two_power_nat n)*2) by ring).
-    rewrite <- Zdiv_Zdiv;
-      [ | generalize (two_power_nat_is_positive n); omega | omega].
-    rewrite (plus_Snm_nSm n m).  
-    rewrite <- (IHn (S m) x). 
-    apply Zbit_div2.
-Qed.
-
-Theorem Zbit_uint_mod_two_power_nat: forall (n m:nat) (x:Z), 
-  Zbit (x mod (two_power_nat n)) m = if leb n m then false else Zbit x m.
-Proof.
-  induction n.
-  (** base *) simpl.
-  + intros. (replace (two_power_nat 0) with 1 by forward).
-    rewrite Z.mod_1_r.
-    auto_bits.
-  + induction m.
-    (** base *)
-    * intros.
-      (replace (n + 0)%nat with n by (simpl; auto)).
-      rewrite two_power_nat_S.
-      rewrite Zbit_0; rewrite Zbit_0. 
-      rewrite Z.rem_mul_r; [ | discriminate |  apply two_power_nat_is_positive].
-      rewrite Z.odd_add_mul_2.
-      rewrite odd_mod2; auto.
-    (** ind. *)
-    * intros.
-      rewrite <- Zbit_div2; rewrite <- Zbit_div2.
-      rewrite uint_div2_mod_two_power_nat.    
-      rewrite (IHn m (x/2)).
-      nat_compare Inf EQ Sup n m.
-Qed.
-    
-Theorem Zbit_sint_mod_two_power_nat: forall (n m:nat) (x:Z), 
-  Zbit (((x + two_power_nat (n+m)) mod (2*two_power_nat (n+m))) - two_power_nat (n+m)) m = Zbit x m.
-Proof.
-  induction n.
-  (** base *)
-  + induction m; intros.
-    (** base *)
-    * rewrite plus_O_n.
-      (replace (two_power_nat O) with 1 by forward).
-      (replace (2*1) with 2 by forward).
-      rewrite Zbit_0; rewrite Zbit_0.
-      rewrite Z.odd_sub.
-      rewrite odd_mod2.
-      rewrite Z.odd_add.
-      (replace (Z.odd 1) with true by forward).
-      rewrite Bool.xorb_true_r; rewrite Bool.xorb_true_r.
-      rewrite (Bool.negb_involutive).
-      auto.
-    (** ind. *)
-    * rewrite plus_O_n.
-      rewrite  <- Zbit_div2; rewrite  <- Zbit_div2.
-      rewrite  <- (IHm (x/2)).
-      rewrite sint_div2_mod_two_power_nat.
-      rewrite plus_O_n.
-      rewrite <- two_power_nat_S.
-      auto.
-  (** ind. *)
-  + induction m.
-    (** base *)
-    * intros.
-      (replace (S n + 0)%nat with (S n) by (simpl; auto)).
-      rewrite two_power_nat_S.
-      rewrite Zbit_0; rewrite Zbit_0. 
-      rewrite Z.rem_mul_r;
-        [ | discriminate 
-          | (rewrite <- two_power_nat_S ; apply two_power_nat_is_positive)].
-      rewrite <- Z.add_sub_assoc.
-      rewrite <- Zmult_minus_distr_l.
-      rewrite Z.odd_add_mul_2.
-      rewrite odd_mod2.
-      rewrite Z.odd_add_mul_2.
-      auto.
-    (** ind. *)
-    * intros.
-      (replace (S n + S m)%nat with (S ((S n) + m))%nat by (simpl; auto)).  
-      rewrite <- Zbit_div2; rewrite <- Zbit_div2.
-      rewrite <- (IHm (x/2)).
-      rewrite sint_div2_mod_two_power_nat.
-      rewrite <- two_power_nat_S.
-      auto.
-Qed.
-  
-Lemma Zbit_sign: forall (n: nat) (z: Z),
-   let b := two_power_nat n
-   in -b <= z < b -> (Zbit z n = Zlt_bool z 0).
-Proof.
-  intro n.
-  induction n; intro z; intro b; unfold b.
-  (** base *)
-  + (replace (two_power_nat 0) with 1 by forward).
-    case_lt z 0; intros.
-    (** z<0 *) (replace z with (-1) by (omega);forward).
-    (** z>=0*) (replace z with 0 by omega); by forward.
-  (** ind. *)
-  + rewrite two_power_nat_S; intro.
-    rewrite <-Zbit_div2.
-    assert ((- two_power_nat n) <= z/2 < two_power_nat n) by
-      (split ; [apply Zdiv_le_lower_bound | apply Zdiv_lt_upper_bound] ; omega).
-    assert (Zbit (z/2) n = ((z/2) <? 0)) by (by apply (IHn (z/2))).
-    rewrite H1; apply Zlt_div2_neg.
-Qed.
-		
-Lemma Zbit_trail_plus: forall (n i: nat) (z: Z),
-   let b := two_power_nat n
-   in -b <= z < b -> (Zbit z (n+i)%nat = Zlt_bool z 0).
-Proof.
-  intro n. induction i; intros z b; unfold b.
-  (** base *)
-  + rewrite plus_0_r.
-    apply Zbit_sign.
-  (** ind. *)
-  + intro.
-    rewrite <- plus_n_Sm.
-    rewrite <-Zbit_div2.
-    assert ((- two_power_nat n) <= z/2 < two_power_nat n) by
-      (split ; [apply Zdiv_le_lower_bound | apply Zdiv_lt_upper_bound] ; omega).
-    assert (Zbit (z/2) (n + i)%nat = (z/2 <? 0)) by (by apply (IHi (z/2))).	
-    rewrite H1; apply Zlt_div2_neg.
-Qed.
-
-Lemma Zbit_trail: forall (n i: nat) (z: Z),
-  let b := two_power_nat n
-  in (n <= i)%nat -> -b <= z < b -> (Zbit z i = Zlt_bool z 0).
-Proof. 
-  intros. 
-  generalize (Zbit_trail_plus n (i - n)%nat z).
-  rewrite <- le_plus_minus by auto.
-  auto.
-Qed.
-		 
-Lemma Zbit_unsigned_trail: forall (n i: nat) (z: Z),
-   (n <= i)%nat -> 0 <= z < two_power_nat n -> (Zbit z i = false).
-Proof. 
-  intros n i z h1.
-  (* work around a problem with "try omega" inside case_lt *)
-  pose (b:=two_power_nat n); fold b.
-  intro h2.
-  (replace false with (Zlt_bool z 0) by (case_lt z 0; auto)).
-  apply (Zbit_trail n); auto.
-  fold b.
-  omega.
-Qed.
-
-Lemma Zbit_trail_plus_inv: forall (n: nat) (z: Z),
-   let b := two_power_nat n
-   in (forall (i: nat), (Zbit z (n+i)%nat = Zlt_bool z 0)) -> -b <= z < b.
-Proof.
-  intro n. induction n; intro z; intro b; unfold b.
-  (** base *)
-  + (replace (two_power_nat 0) with 1 by (auto with zarith)).
-    case_lt z 0; intros h h0.
-    (** z<0 *) 
-    * replace z with (-1);
-        [| symmetry; apply Zbit_ext; extensionality k; unfold TRUE; apply h0]. 
-      omega.
-    (** z>=0*) 
-    * replace z with 0;
-        [| symmetry; apply Zbit_ext; extensionality k; unfold FALSE; apply h0].
-      omega.
-  (** ind. *)
-  + intro.
-    generalize (div2_mod2_eq z); intro Euc.
-    generalize (mod2_lt z); intro Mod.
-    pose (x := z / 2); fold x in Euc.  
-    pose (r := z mod 2); fold r in Euc,Mod.
-    
-    assert (Ind: -(two_power_nat n) <= x < (two_power_nat n)).
-    { apply IHn; intro; unfold x; rewrite Zlt_div2_neg. 
-      case_mod2 z.
-      + fold r in EVEN. 
-        rewrite <-Zbit_2x_p.
-        replace (S (n+i)) with (S n + i)%nat ; [ | auto with arith ].
-        replace (2*(z/2)) with z.
-        * apply H. 
-        * fold x; auto with zarith.
-      + fold r in ODD. 
-        rewrite <-Zbit_s2x_p.
-        replace (S (n+i)) with (S n + i)%nat ; [ | auto with arith ].
-        replace (2*(z/2) + 1) with z.
-        * apply H.
-        * fold x; auto with zarith.
-    }
-    rewrite two_power_nat_S.
-    auto with zarith.
-Qed.
-	     
-Lemma Zbit_unsigned_trail_plus_inv: forall (n: nat) (z: Z),
-   let b := two_power_nat n
-   in (forall (i: nat), (Zbit z (n+i)%nat = false)) -> 0 <= z < b.
-Proof.
-  intro n. induction n; intro z; intro b; unfold b.
-  (** base *)
-  + (replace (two_power_nat 0) with 1 by (auto with zarith)).
-     intro h0.
-     replace z with 0;
-       [| symmetry; apply Zbit_ext; extensionality k; unfold FALSE; apply h0].
-     omega.
-  (** ind. *)
-  + intro.
-    generalize (div2_mod2_eq z); intro Euc.
-    generalize (mod2_lt z); intro Mod.
-    pose (x := z / 2); fold x in Euc.  
-    pose (r := z mod 2); fold r in Euc,Mod.
-    
-    assert (Ind: 0 <= x < (two_power_nat n)).
-    { apply IHn; intro; unfold x. 
-      case_mod2 z.
-      + fold r in EVEN. 
-        rewrite <-Zbit_2x_p.
-        replace (S (n+i)) with (S n + i)%nat ; [ | auto with arith ].
-        replace (2*(z/2)) with z.
-        * apply H. 
-        * fold x; auto with zarith.
-      + fold r in ODD. 
-        rewrite <-Zbit_s2x_p.
-        replace (S (n+i)) with (S n + i)%nat ; [ | auto with arith ].
-        replace (2*(z/2) + 1) with z.
-        * apply H.
-        * fold x; auto with zarith.
-    }
-    rewrite two_power_nat_S.
-    auto with zarith.
-Qed.
-
-Lemma Zbit_trail_inv: forall (n: nat) (z: Z),
-  let b := two_power_nat n
-  in (forall (i: nat), (n <= i)%nat -> (Zbit z i = Zlt_bool z 0)) -> -b <= z < b.
-Proof.
-  intros n z b h1. 
-  generalize (Zbit_trail_plus_inv n z); intro h2. 
-  apply h2; intro.
-  generalize (h1 (n + i)%nat); intro h3.
-  apply h3.
-  auto with zarith.
-Qed.
-	    
-Lemma Zbit_unsigned_trail_inv: forall (n: nat) (z: Z),
-  (forall (i: nat), (n <= i)%nat -> (Zbit z i = false)) -> 0 <= z < (two_power_nat n).
-Proof. 
-  intros n z h1. 
-  generalize (Zbit_unsigned_trail_plus_inv n z); intro h2. 
-  apply h2; intro.
-  generalize (h1 (n + i)%nat); intro h3.
-  apply h3.
-  auto with zarith.
-Qed.
-
-(** {@bitwise:} *)
-(** * Bitwise Shifting Operators *)
-
-Program Definition bitwise_lsl (x: bits) (n:nat): bits :=
-  let sign := (bsign x) in
-  let btest := (fun i: nat => if leb n i %nat then btest x (i - n)%nat
-                              else false) in
-  let last := last btest ((bsize x) + n) sign in
-  mkbits last sign btest _ .
-Next Obligation.
-  apply trailing_last.
-  generalize (btrail x).
-  unfold trailing.
-  intro Tx. intro k.
-  nat_compare Inf EQ Sup n k.
-  (** n < k *) 
-  + rewrite (leb_correct n k) by omega.
-    intros. rewrite (Tx (k - n)%nat) by omega.  
-    auto.
-  (** n = k *)
-  + rewrite (leb_correct n n) by omega.
-    intros. rewrite (Tx (n - n)%nat) by omega.
-    auto.
-  (** n > k *) 
-  + intro.
-    omegaContradiction.
-Qed.
-
-Program Definition bitwise_lsr (x: bits) (n:nat): bits :=
-  let sign := (bsign x) in
-  let btest := (fun i: nat => btest x (i + n)%nat) in
-  let last := last btest (bsize x) sign in
-  mkbits last sign btest _ .
-Next Obligation.
-  apply trailing_last.
-  generalize (btrail x).
-  unfold trailing.
-  intro Tx. intros.
-  rewrite (Tx (k + n)%nat); auto with arith.
-Qed.
-
-Definition lsl_shift_def (x:Z) (n:nat): Z :=
-  Z_of_bits (bitwise_lsl (bits_of_Z x) n).
-
-Definition lsr_shift_def (x:Z) (n:nat): Z :=
-  Z_of_bits (bitwise_lsr (bits_of_Z x) n).
-
-(** ** Link between bitwise shifting operators and arithmetics *)
-
-Definition lsl_arithmetic_def (x:Z) (n:nat): Z := 
-  x * (two_power_nat n).
- 
-Lemma lsl_arithmetic_shift:
-  lsl_shift_def = lsl_arithmetic_def.
-Proof.
-  extensionality x; extensionality n; Zbit_ext k.
-  (** right term *)
-  unfold lsl_arithmetic_def; rewrite (Zbit_shift_l n k x).
-  (** left term *) 
-  unfold lsl_shift_def; unfold Zbit; rewrite Z_decomp_recomp;
-    unfold bitwise_lsl; unfold btest.
-  auto.
-Qed.
-
-Definition lsr_arithmetic_def (x:Z) (n:nat): Z :=
-  x / (two_power_nat n).
-
-(** Note: [lsr_arithmetic_def x n] and [Cdiv x (two_power_nat n)] differs for negative [x]. *)
-Remark lsr_differs_to_Cdiv: lsr_arithmetic_def (-1) 1%nat <> Cdiv (-1) (two_power_nat 1).
-Proof.
-  by compute.
-Qed.
-
-Lemma lsr_arithmetic_shift:
-  lsr_shift_def = lsr_arithmetic_def.
-Proof.
-  extensionality x; extensionality n; Zbit_ext k.
-  (** right term *)
-  unfold lsr_arithmetic_def; rewrite (Zbit_shift_r n k x);
-    (replace (n+k)%nat with (k+n)%nat by omega).
-  (** left term *) 
-  unfold lsr_shift_def; unfold Zbit; rewrite Z_decomp_recomp;
-    unfold bitwise_lsr; unfold btest.
-  auto.
-Qed.
-					     
-(** * Bitwise Logical Operators *)
-  
-Program Definition bitwise (f: bool -> bool -> bool) (x y: bits): bits :=
-  let sign := f (bsign x) (bsign y) in
-  let btest := (fun i: nat => f (btest x i) (btest y i)) in
-  let last := last btest (max (bsize x) (bsize y)) sign in
-  mkbits last sign btest _ .
-Next Obligation.
-  apply trailing_last.
-  generalize (btrail x).
-  generalize (btrail y).
-  unfold trailing.
-  intros Ty Tx k Max.
-  rewrite Tx. rewrite Ty. trivial.
-  generalize (Max.max_lub_r (bsize x) (bsize y) k). omega.
-  generalize (Max.max_lub_l (bsize x) (bsize y) k). omega.
-Qed.
-
-Definition Z_bitwise (f: bool -> bool -> bool) (x y: Z): Z :=
-  Z_of_bits (bitwise f (bits_of_Z x) (bits_of_Z y)).
-	
-(** ** Properties of Bitwise Logical Operators *)
-
-Lemma Zbit_bitwise: forall (f: bool -> bool -> bool) (x y: Z) (k: nat),
-  Zbit (Z_bitwise f x y) k = f (Zbit x k) (Zbit y k).
-Proof.
-  intros. unfold Zbit. unfold Z_bitwise.
-  rewrite Z_decomp_recomp. auto.
-Qed.
-
-(** Tactical. *)
-Ltac Zbit_bitwise k := Zbit_ext k; repeat rewrite Zbit_bitwise.
-  
-(** Range of bitwise operators *)
-Lemma Z_bitwise_ZxHpos: forall (f: bool -> bool -> bool) (x y: Z),
-  (ZxHpos (Z_bitwise f x y) <= max (ZxHpos x) (ZxHpos y))%nat.
-Proof.
-  intros f x y.
-  unfold Z_bitwise. rewrite (bsize_over_approx). unfold bitwise.
-  unfold btest at 1; unfold bsize at 1; unfold bsign at 3;
-    apply Max.max_case_strong;
-    rewrite <- (bsize_exact x); rewrite <- (bsize_exact y); intro CASE.
-  (** (ZxHpos y <= ZxHpos x) *)
-  + rewrite Max.max_l by auto.
-    generalize (last_leq (fun i: nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (ZxHpos x) (f (bsign (bits_of_Z x)) (bsign (bits_of_Z y)))); intro.
-    generalize (last_leq (fun i : nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (last (fun i : nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (ZxHpos x) (f (bsign (bits_of_Z x)) (bsign (bits_of_Z y))))
-      (f (bsign (bits_of_Z x)) (bsign (bits_of_Z y)))); intro.
-    omega.
-  (** cont. (ZxHpos x <= ZxHpos y) *)
-  + rewrite Max.max_r by auto.
-    generalize (last_leq (fun i: nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (ZxHpos y) (f (bsign (bits_of_Z x)) (bsign (bits_of_Z y)))); intro.
-    generalize (last_leq (fun i: nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (last (fun i: nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (ZxHpos y) (f (bsign (bits_of_Z x)) (bsign (bits_of_Z y))))
-      (f (bsign (bits_of_Z x)) (bsign (bits_of_Z y)))); intro.
-    omega.
-Qed.
-  
-Lemma Z_bitwise_ZxHbound: forall (f: bool -> bool -> bool) (x y: Z),
-   ZxHbound (Z_bitwise f x y) <= Zmax (ZxHbound x) (ZxHbound y).
-Proof.
-  intros f x y.
-  generalize (Z_bitwise_ZxHpos f x y).
-  apply Z.max_case_strong; intro.
-  (** ZxHbound y <= ZxHbound x *)
-  + assert (ZxHpos y <= ZxHpos x)%nat by by (apply ZxHpos_le).
-    rewrite max_l; by try (intro; apply ZxHbound_le).
-  (** ZxHbound x <= ZxHbound y *)
-  + assert (ZxHpos x <= ZxHpos y)%nat by by (apply ZxHpos_le).
-    rewrite max_r; by try (intro; apply ZxHbound_le).
-Qed.
-  
-Theorem Z_bitwise_in_sint_range: forall (f: bool -> bool -> bool) (n: nat) (x y: Z), 
-  let b := two_power_nat n
-  in -b <= x < b -> -b <= y < b -> -b <= (Z_bitwise f x y) < b.
-Proof.
-  intros f n x y b Rx Ry.
-  assert (ZxHbound x <= b) as Bx.
-  { unfold b. unfold b in Rx.
-    apply (ZxHpower n x).
-    omega. }
-  assert (ZxHbound y <= b) as By.
-  { unfold b. unfold b in Ry.
-    apply (ZxHpower n y).
-    omega. }
-  generalize (Z_bitwise_ZxHbound f x y).
-  pose (zxy := Z_bitwise f x y); fold zxy.
-  generalize (ZxHrange zxy).
-  apply Zmax_case_strong.
-  (** ZxHbound y <= ZxHbound x *)
-  + intros Ryx Rzxy.
-    destruct Rzxy as [ bound_neg bound_pos ].
-    lia.
-  (** ZxHbound x <= ZxHbound y *)
-  + intros Ryx Rzxy.
-    destruct Rzxy as [ bound_neg bound_pos ].
-    lia.
-Qed.
-  
-Theorem Z_bitwise_sign: forall (f: bool -> bool -> bool) (x y: Z),  
-  Zle_bool 0 (Z_bitwise f x y) = negb (f (negb (Zle_bool 0 x)) (negb (Zle_bool 0 y))).
-Proof.
-  intros f x y. 
-  case_leq 0 (Z_bitwise f x y);
-  unfold Z_bitwise; unfold Z_of_bits; unfold bitwise; simpl;
-  repeat (rewrite Zsign_encoding); 
-  destruct (f (negb (Zle_bool 0 x)) (negb (Zle_bool 0 y))); intuition.
-  + unfold zlnot in H;
-    generalize (N_recomp_pos (last (fun i : nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (max (bsize (bits_of_Z x)) (bsize (bits_of_Z y))) true)
-      (fnot (fun i : nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i)))); intro; 
-    omegaContradiction.
-  + generalize (N_recomp_pos (last (fun i : nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))
-      (max (bsize (bits_of_Z x)) (bsize (bits_of_Z y))) false)
-      (fun i : nat => f (btest (bits_of_Z x) i) (btest (bits_of_Z y) i))); intro; 
-    omegaContradiction.
-Qed.
-
-Theorem Z_bitwise_is_uint: forall (f: bool -> bool -> bool) (x y: Z),  
-  0 <= x -> 0 <= y -> (f false false = false) -> 0 <= (Z_bitwise f x y).
-Proof.
-  intros f x y Rx Ry Fsign.
-  generalize (Z_bitwise_sign f x y).
-  case_leq 0 x; case_leq 0 y; replace (negb true) with false by intuition; intros.
-  rewrite Fsign in H1.
-  replace (negb false) with true in H1 by intuition.
-  case_leq 0 (Z_bitwise f x y).
-  discriminate H1.
-Qed.
-		       
-Theorem Z_bitwise_is_uint1: forall (f: bool -> bool -> bool) (x y: Z),  
-  0 <= x -> (forall b:bool, f false b = false) -> 0 <= (Z_bitwise f x y).
-Proof.
-  intros f x y Rx Fsign.
-  generalize (Z_bitwise_sign f x y).
-  case_leq 0 x; replace (negb true) with false by intuition; intros.
-  rewrite (Fsign (negb (0 <=? y))) in H0.
-  replace (negb false) with true in H0 by intuition.
-  case_leq 0 (Z_bitwise f x y).
-  discriminate H0.
-Qed.
-		       
-Theorem Z_bitwise_is_uint2: forall (f: bool -> bool -> bool) (x y: Z),  
-  0 <= y -> (forall b: bool, f b false = false) -> 0 <= (Z_bitwise f x y).
-Proof.
-  intros f x y Rx Fsign.
-  generalize (Z_bitwise_sign f x y).
-  case_leq 0 y; replace (negb true) with false by intuition; intros.
-  rewrite (Fsign (negb (0 <=? x))) in H0.
-  replace (negb false) with true in H0 by intuition.
-  case_leq 0 (Z_bitwise f x y).
-  discriminate H0.
-Qed.
-		    
-Theorem Z_bitwise_in_uint_range: forall (f: bool -> bool -> bool) (n: nat) (x y: Z),  
-  let b := two_power_nat n
-  in 0 <= x < b -> 0 <= y < b -> f false false = false -> 0 <= (Z_bitwise f x y) < b.
-Proof.
-  intros f n x y b Rx Ry.
-  assert (ZxHbound x <= b) as Bx.
-  { unfold b. unfold b in Rx.
-    apply (ZxHpower n x).
-    omega. }
-  assert (ZxHbound y <= b) as By.
-  { unfold b. unfold b in Ry.
-    apply (ZxHpower n y).
-    omega. }
-  intro Fsign.
-  assert (0 <= (Z_bitwise f x y)) as Bz.
-  { apply (Z_bitwise_is_uint f x y); auto; omega. }
-  generalize (Z_bitwise_ZxHbound f x y).
-  pose (zxy := Z_bitwise f x y); fold zxy; fold zxy in Bz.
-  generalize (ZxHrange zxy).
-  apply Zmax_case_strong.
-  (** ZxHbound y <= ZxHbound x *)
-  + intros Ryx Rzxy.
-    destruct Rzxy as [ Bneg Bpos ].
-    lia.
-  (** ZxHbound x <= ZxHbound y *)
-  + intros Ryx Rzxy.
-    destruct Rzxy as [ Bneg Bpos ].
-    lia.
-Qed.
-
-(** Commutative bitwise operators *)
-
-Definition commutative {A B: Type} (f: A -> A -> B) :=
-  forall x y: A, f x y = f y x.
-
-Lemma Z_bitwise_commut: forall (f: bool -> bool -> bool), 
-  commutative f -> commutative (Z_bitwise f).
-Proof.
-  unfold commutative. intros. apply btest_ext. simpl.
-  extensionality k.
-  apply H.
-Qed.
-
-(** Associative bitwise operators *)
-
-Definition associative {A: Type} (f: A -> A -> A) :=
-  forall x y z: A, f (f x y) z = f x (f y z).
-
-Lemma Z_bitwise_assoc: forall (f: bool -> bool -> bool), 
-  associative f -> associative (Z_bitwise f).
-Proof.
-  unfold associative. intros. apply btest_ext. simpl.
-  extensionality k. unfold Z_bitwise.
-  repeat rewrite Z_decomp_recomp. simpl. apply H.
-Qed.									  
-									  
-(** Idempotent bitwise operators *)
-
-Definition idempotent {A: Type} (f: A -> A -> A) :=
-  forall x: A, f x x = x.
-
-Lemma Z_bitwise_idempotent: forall (f: bool -> bool -> bool), 
-  idempotent f -> idempotent (Z_bitwise f).
-Proof.
-  unfold idempotent. intros. Zbit_bitwise k. auto.
-Qed.									  
-									  
-(** Distributive bitwise operators *)
-
-Definition distributive_l {A: Type} (f : A -> A -> A) (g : A -> A -> A) :=
-  forall x y z: A, f x (g y z) = g (f x y) (f x z).
-
-Definition distributive_r {A: Type} (f : A -> A -> A) (g : A -> A -> A) :=
-  forall x y z: A, f (g x y) z = g (f x z) (f y z).
-
-Lemma Z_bitwise_distrib_l: forall (f g: bool -> bool -> bool),
-  distributive_l f g -> distributive_l (Z_bitwise f) (Z_bitwise g) .
-Proof.
-  unfold distributive_l. intros. Zbit_bitwise k. auto.
-Qed.									  
-									  
-Lemma Z_bitwise_distrib_r: forall (f g: bool -> bool -> bool),
-  distributive_r f g -> distributive_r (Z_bitwise f) (Z_bitwise g) .
-Proof.
-  unfold distributive_r. intros. Zbit_bitwise k. auto.
-Qed.									  
-									  
-(** Neutral elements of bitwise operators *)
-
-Definition neutral {A: Type} (e: A) (f: A -> A -> A) :=
-  forall x: A, f e x  = x.
-
-Lemma Z_bitwise_neutral (e:bool): forall (f: bool -> bool -> bool),
-  neutral e f -> neutral (if e then (-1) else 0) (Z_bitwise f).
-Proof.
-  unfold neutral. intros. Zbit_bitwise k.
-  destruct e; simpl; rewrite H; auto.
-Qed.									  
-									  
-(** Absorbant element of bitwise operators *)
-
-Definition absorbant {A: Type} (a: A) (f: A -> A -> A) :=
-  forall x: A, f a x  = a.
-
-Lemma Z_bitwise_absorbant (a:bool) :
-  forall f, absorbant a f -> absorbant (if a then (-1) else 0) (Z_bitwise f).
-Proof.
-  unfold absorbant. intros. Zbit_bitwise k.
-  destruct a; simpl; rewrite H; auto.
-Qed.									  
-
-(** {@ACSL:} *)	
-								  
-(** * ACSL shifting operators *)
-
-Parameter lsl_undef: Z -> Z -> Z.
-
-Definition lsl_def (x:Z) (n:Z): Z :=
-  lsl_shift_def x (Zabs_nat n).
-
-Definition lsl (x : Z) (y : Z) : Z :=
-  if Zle_bool 0 y then lsl_def x y
-  else lsl_undef x y.
-
-Theorem lsl_pos: forall x n: Z,
-  0<=n -> lsl x n = lsl_def x n.
-Proof.
-  intros.
-  unfold lsl.
-  case_leq 0 n.
-Qed.									  
-
-(* Lemma test_compute: lsl 2 1 = 4. *)
-(* Proof. *)
-(* compute; reflexivity. *)
-(* Qed. *)
-
-Parameter lsr_undef: Z -> Z -> Z.
-
-Definition lsr_def (x:Z) (n:Z): Z :=
-  lsr_shift_def x (Zabs_nat n).
-
-Definition lsr (x : Z) (y : Z) : Z :=
-  if Zle_bool 0 y then lsr_def x y
-  else lsr_undef x y.
-
-Theorem lsr_pos: forall x n: Z,
-  0<=n -> lsr x n = lsr_def x n.
-Proof.
-  intros.
-  unfold lsr.
-  case_leq 0 n.
-Qed.									  
-
-(** ** Properties of shifting operators *)
-
-Theorem Zbit_lsl: forall (x n: Z) (k: nat), 
-  Zbit (lsl_def x n) k = if (Zle_bool (Zabs n) (Z_of_nat k)) then Zbit x (Zabs_nat ((Z_of_nat k) - (Zabs n))) else false.
-Proof.
-  intros. unfold lsl_def. 
-  rewrite lsl_arithmetic_shift. unfold lsl_arithmetic_def.
-  rewrite Zbit_shift_l.
-  case_leq (Zabs n) (Z_of_nat k).
-  (** case |n| <= k *) 
-  + intro LEQ.
-    cut (leb (Zabs_nat n) k= true).
-    { intro LEB. rewrite LEB. f_equal.
-      rewrite Zabs_nat_Zminus; try split; try apply Zabs_pos; auto.
-      rewrite Zabs_nat_Z_of_nat.
-      rewrite zabs_nat_zabs; auto. }
-    apply leb_correct. rewrite <- Zabs_nat_Z_of_nat.
-    apply zabs_le. 
-    rewrite <- (inj_Zabs_nat (Z_of_nat k)). rewrite Zabs_nat_Z_of_nat.
-    auto.
-  (** case |n| > k *) 
-  + intro GT.
-    cut (leb (Zabs_nat n) k = false).
-    intro GTB. rewrite GTB. auto. 
-    apply leb_correct_conv.
-    rewrite <- (Zabs_nat_Z_of_nat k).
-    apply zabs_gt. 
-    rewrite <- (inj_Zabs_nat (Z_of_nat k)). rewrite Zabs_nat_Z_of_nat.
-    omega.
-Qed.
-					 
-Theorem Zbit_lsr: forall (x n: Z) (k: nat),
-  Zbit (lsr_def x n) k = Zbit x (k + (Zabs_nat n))%nat.
-Proof.
-  intros. 
-  (** left  term *) 
-  unfold lsr_def. unfold lsr_shift_def.
-  unfold Zbit. rewrite Z_decomp_recomp.
-  unfold bitwise_lsr. unfold btest at 1.
-  auto.
-Qed.
-
-Lemma lsl_of_lsl: forall (n m: Z) (x:Z),
-  lsl_def (lsl_def x n) m = lsl_def x (Zabs n + Zabs m).
-Proof.
-  intros. unfold lsl_def. 
-  rewrite <- zabs_plus.
-  rewrite lsl_arithmetic_shift.
-  unfold lsl_arithmetic_def. 
-  (replace (x * two_power_nat (Zabs_nat n) * two_power_nat (Zabs_nat m))
-        with (x *(two_power_nat (Zabs_nat n) * two_power_nat (Zabs_nat m))) by ring).
-  f_equal.
-  repeat rewrite two_power_nat_correct.
-  rewrite Zpower_nat_is_exp.
-  auto.
-Qed.
-
-Lemma lsr_of_lsr: forall (n m: Z) (x:Z),
-  lsr_def (lsr_def x n) m = lsr_def x (Zabs n + Zabs m).
-Proof.
-  intros. unfold lsr_def. 
-  rewrite <- zabs_plus.
-  unfold lsr_shift_def at 3. unfold lsr_shift_def at 1. 
-  unfold bitwise_lsr.
-  apply btest_ext.
-  unfold btest at 1. unfold btest at 2.
-  extensionality k.
-  unfold lsr_shift_def. 
-  rewrite Z_decomp_recomp.
-  unfold bitwise_lsr. unfold btest at 1.
-  f_equal.
-  omega.
-Qed.
-
-
-Lemma lsr_of_lsl: forall (n m: Z) (x:Z),
-  Zabs n <= Zabs m -> lsr_def (lsl_def x n) m = lsr_def x (Zabs m - Zabs n).
-Proof.
-  intros. unfold lsr_def. 
-  rewrite <- zabs_minus by auto.
-  unfold lsr_shift_def. unfold bitwise_lsr.
-  apply btest_ext.
-  unfold btest at 1. unfold btest at 2.
-  extensionality k.
-  unfold lsl_def. unfold lsl_shift_def.
-  rewrite Z_decomp_recomp.
-  unfold bitwise_lsl. unfold btest at 1.
-  rewrite (leb_correct (Zabs_nat n) (k + Zabs_nat m)).
-  f_equal.
-  (** arg 1 *) 
-  + rewrite (inj_eq_rev (k + Zabs_nat m - Zabs_nat n) (k + (Zabs_nat m - Zabs_nat n))). 
-    auto.
-    rewrite inj_minus1 by (apply zabs_le_plus; omega). 
-    repeat rewrite inj_plus. 
-    rewrite inj_minus1 at 1 by (apply zabs_le; auto). 
-    omega.
-  (** arg 2 *) 
-  + apply zabs_le_plus.
-    omega.
-Qed.
-
-(** * ACSL bitwise operators *)
-
-Definition limpl (x y: Z): Z :=
-  Z_bitwise implb x y.
-Definition land (x y: Z): Z :=
-  Z_bitwise andb x y.
-Definition lor  (x y: Z): Z :=
-  Z_bitwise orb x y.
-Definition lxor (x y: Z): Z :=
-  Z_bitwise xorb x y.
-Definition lnot (x: Z): Z :=
-  lxor (-1) x.
-
-(** ** Bounds of land and lor terms *)
-
-Theorem uint_land_range: forall (x y: Z), 0 <= x -> 0 <= land x y <= x.
-Proof.
-  intros.
-  split.
-  + apply (Z_bitwise_is_uint1 andb).
-    * auto.
-    * intro. destruct b; intuition.
-  + apply Zbit_le.
-    * auto.
-    * intro.
-      unfold land; rewrite Zbit_bitwise. 
-      destruct (Zbit x k); intuition.
-Qed. 
-		    
-Theorem land_sign: forall (x y: Z), (0 <= x \/ 0 <= y) <-> 0 <= land x y.
-Proof.
-  intros x y.
-  unfold land; unfold Z_bitwise.
-  pose (bz := (bitwise andb (bits_of_Z x) (bits_of_Z y))). fold bz.
-  assert ((0 <= Z_of_bits bz) <-> (bsign bz = false)).
-  { rewrite Bits.bsign_encoding.
-    case_leq 0 (Z_of_bits bz); intros; split; intros; auto.
-    * omegaContradiction.
-    * discriminate H0. }
-  rewrite H.
-  unfold bz. unfold bitwise. simpl.
-  rewrite (bsign_encoding (bits_of_Z x)).
-  rewrite bsign_encoding.
-  rewrite (Z_recomp_decomp x). rewrite Z_recomp_decomp.
-  split; case_leq 0 x; intro; try omegaContradiction;
-    case_leq 0 y; intros; try omegaContradiction; auto.
-  discriminate H2.
-Qed. 
-
-Theorem lor_sign: forall (x y: Z), (0 <= x /\ 0 <= y) <-> 0 <= lor x y.
-Proof.
-  intros x y.
-  unfold lor; unfold Z_bitwise.
-  pose (bz := (bitwise orb (bits_of_Z x) (bits_of_Z y))). fold bz.
-  assert ((0 <= Z_of_bits bz) <-> (bsign bz = false)).
-  { rewrite Bits.bsign_encoding.
-    case_leq 0 (Z_of_bits bz); intros; split; intros; auto.
-    * omegaContradiction.
-    * discriminate H0. }
-  rewrite H.
-  unfold bz. unfold bitwise. simpl.
-  rewrite (bsign_encoding (bits_of_Z x)).
-  rewrite bsign_encoding.
-  rewrite (Z_recomp_decomp x). rewrite Z_recomp_decomp.
-  split; case_leq 0 x; intro; try omegaContradiction;
-    case_leq 0 y; split; intros; try omegaContradiction;
-    discriminate H2.
-Qed.
-
-Theorem uint_lor_inf: forall (x y: Z), 0 <= x -> 0 <= y -> x <= lor x y.
-Proof.
-  intros.
-  apply Zbit_le.
-  + unfold lor.
-    unfold Z_bitwise.
-    pose (bz := (bitwise orb (bits_of_Z x) (bits_of_Z y))). fold bz.
-    unfold Z_of_bits.
-    destruct (bsign bz) eqn:BSIGN.
-    (** negative sign *)
-    * assert (bsign bz = false) as OPP.
-      unfold bz. unfold bitwise. unfold bsign.
-      unfold bits_of_Z. unfold bsign.
-      case_leq 0 x; intro; try omegaContradiction.
-      case_leq 0 y; intros; try omegaContradiction.
-      auto.
-      rewrite BSIGN in OPP. 
-      discriminate.
-    (** positive sign *)
-    * apply (N_recomp_pos).
- + intro.
-    unfold lor; rewrite Zbit_bitwise. 
-    destruct (Zbit x k); intuition.
-Qed. 
-		    
-(** Zbit extraction *)
-Theorem Zbit_extraction : 
-forall (x:Z) (i:nat), 
-   (land x (lsl_shift_def 1 i) = 0 <-> (Zbit x i) = false).
-Proof.
-  intros.
-  rewrite lsl_arithmetic_shift; unfold lsl_arithmetic_def.
-  replace (1 * two_power_nat i) with (two_power_nat i) by ring.
-  unfold land.
-  split.
-  (** 1st impl *)
-  + intro H.
-    assert (Zbit (Z_bitwise andb x (two_power_nat i)) i = Zbit 0 i).
-    { rewrite H; reflexivity. }
-    rewrite Zbit_bitwise in H0.
-    rewrite Zbit_power in H0.
-    unfold FALSE in H0.
-    rewrite <- beq_nat_refl in H0.
-    rewrite Bool.andb_true_r in H0.
-    assumption.
-  (** 2sd impl *)
-  + intro.
-    Zbit_ext k.
-    rewrite Zbit_bitwise; rewrite Zbit_power.
-    unfold FALSE.
-    (** proof by case *)
-    case (lt_eq_lt_dec i k); intro cas. destruct cas.
-    (** i<k *)
-    * rewrite Bool.andb_false_intro2; auto.
-      apply beq_nat_false_iff; omega.
-    (** k=i *)
-    * rewrite <- e.
-      rewrite Bool.andb_false_intro1; auto.
-    (** k<i *)
-    * rewrite Bool.andb_false_intro2; auto.
-      apply beq_nat_false_iff; omega.
-Qed.
-
-Theorem Zbit_extraction_true : 
-forall (x:Z) (i:nat), 
-   (land x (lsl_shift_def 1 i) = (lsl_shift_def 1 i) <-> (Zbit x i) = true).
-Proof.
-  intros.
-  rewrite lsl_arithmetic_shift; unfold lsl_arithmetic_def.
-  replace (1 * two_power_nat i) with (two_power_nat i) by ring.
-  unfold land.
-  split.
-  (** 1st impl *)
-  + intro H.
-    assert (Zbit (Z_bitwise andb x (two_power_nat i)) i = Zbit (two_power_nat i) i).
-    { rewrite H; reflexivity. }
-    rewrite Zbit_bitwise in H0.
-    rewrite Zbit_power in H0.
-    rewrite <- beq_nat_refl in H0.
-    rewrite Bool.andb_true_r in H0.
-    assumption.
-  (** 2sd impl *)
-  + intro.
-    Zbit_ext k.
-    rewrite Zbit_bitwise; rewrite Zbit_power.
-    (** proof by case *)
-    case (lt_eq_lt_dec i k); intro cas. destruct cas.
-    (** i<k *)
-    * rewrite Bool.andb_false_intro2; auto;
-      [symmetry| ];
-      apply beq_nat_false_iff; omega.
-    (** k=i *)
-    * rewrite <- e.
-      rewrite H.
-      rewrite Bool.andb_true_l.
-      reflexivity.
-    (** k<i *)
-    * rewrite Bool.andb_false_intro2; auto;
-      [symmetry| ];
-      apply beq_nat_false_iff; omega.
-Qed.
-				 
-(** ** Properties of lnot operator *)
-
-(** lnot x equals -(x+1) *)
-Theorem lnot_zlnot_equiv: forall x: Z,
-  lnot x = zlnot x.
-Proof.
-  intro x. unfold lnot. unfold lxor. Zbit_bitwise k.
-  rewrite Bool.xorb_true_l.
-  (** Now to prove that zlnot negates bits *)
-  unfold Zbit. unfold bits_of_Z.
-  pose (y := zlnot x). fold y.
-  case_leq 0 x; case_leq 0 y; intros Y X; 
-    try ( unfold y in Y; unfold zlnot in Y; apply False_ind; omega); 
-    simpl.
-  (** Negative *)
-  + unfold y. rewrite zlnot_inv. unfold fnot. trivial.
-  (** Positive *)
-  + unfold fnot. rewrite Bool.negb_involutive. trivial.
-Qed.
-						   
-(** Tactical *)
-Local Ltac lnot_with_omega :=
-  repeat rewrite lnot_zlnot_equiv; unfold zlnot; omega.
-    
-Theorem lnot_0: lnot 0 = -1.
-Proof.
-  auto with arith.
-Qed.
-						       
-Theorem lnot_1: lnot (-1) = 0.
-Proof.
-  auto with arith.
-Qed.
-						       
-(** Involution of the double negation *)					    
-Theorem lnot_inv: forall x: Z,
-  lnot (lnot x) = x.
-Proof.
-  intros x. lnot_with_omega.
-Qed.
-					    
-Theorem lnot_sym: forall x y: Z,
-  lnot x = y -> lnot y = x.
-Proof.
-  intros x y. lnot_with_omega.
-Qed.
-
-Theorem lnot_inj: forall x y: Z,
-  lnot x = lnot y -> y = x.
-Proof.
-  intros x y. lnot_with_omega.
-Qed.
-
-(** ** Associative and commutative bitwise operators *)
-  
-(** land is AC *)
-Theorem land_assoc: associative land.
-Proof.
-  apply (Z_bitwise_assoc andb).	
-  unfold associative. intros. symmetry. apply Bool.andb_assoc.		       
-Qed.
-Theorem land_commut: commutative land.
-Proof.
-  apply (Z_bitwise_commut andb Bool.andb_comm).
-Qed.
-  
-(** lor is AC *)
-Theorem lor_assoc: associative lor.
-Proof.
-  apply (Z_bitwise_assoc orb). 
-  unfold associative. intros. symmetry. apply Bool.orb_assoc.				       
-Qed.
-Theorem lor_commut: commutative lor.
-Proof.
-  apply (Z_bitwise_commut orb Bool.orb_comm).
-Qed.
-
-(** lxor is AC *)
-Theorem lxor_assoc: associative lxor.
-Proof.
-  apply (Z_bitwise_assoc xorb Bool.xorb_assoc).			       
-Qed.
-Theorem lxor_commut: commutative lxor.
-Proof.
-  apply (Z_bitwise_commut xorb Bool.xorb_comm).
-Qed.
-						       
-(** ** Idempotent bitwise operators *)
-  
-(** land is idempotent *)
-Theorem land_idemp: idempotent land.
-Proof.
-  apply (Z_bitwise_idempotent andb).
-  unfold idempotent. intro. destruct x; auto.
-Qed.
-  
-(** lor is idempotent *)
-Theorem lor_idemp: idempotent lor.
-Proof.
-  apply (Z_bitwise_idempotent orb).
-  unfold idempotent. intro. destruct x; auto.
-Qed.
-  
-(** ** Neutral elements of bitwise operators *)
-  
-(** Zero is the neutral element of lor *)
-Theorem lor_0: neutral 0 lor.
-Proof.
-  apply (Z_bitwise_neutral false orb).
-  unfold neutral. auto.
-Qed.
-						       
-(** Zero is the neutral element of lxor *)
-Theorem lxor_0: neutral 0 lxor.
-Proof.
-  apply (Z_bitwise_neutral false xorb).
-  unfold neutral. apply Bool.orb_false_r.
-Qed.
-						       
-(** Minus one is the neutral element of land *)
-Theorem land_1: neutral (-1) land.
-Proof.
-  apply (Z_bitwise_neutral true andb).
-  unfold neutral. auto.
-Qed.
-  
-(** ** Absorbant elements of bitwise operators *)
-  
-(** Zero is the absorbant element of land *)
-Theorem land_0: absorbant 0 land.
-Proof.
-  apply (Z_bitwise_absorbant false andb).
-  unfold absorbant. auto.
-Qed.						       
-
-(** Minus one is the absorbant element of lor *)
-Theorem lor_1: absorbant (-1) lor.
-Proof.
-  apply (Z_bitwise_absorbant true orb).
-  unfold absorbant. auto.
-Qed.						       
-
-(** ** De Morgan laws of bitwise operators *)
-  
-Theorem lnot_land_de_morgan: forall x y: Z,
-  lnot (land x y) = lor (lnot x) (lnot y).
-Proof.
-  intros. unfold lnot. unfold lxor. 
-  Zbit_bitwise k. rewrite Bool.xorb_true_l.
-  unfold land. rewrite Zbit_bitwise. 
-  unfold lor. rewrite Zbit_bitwise. unfold Zbit. unfold Z_bitwise. 
-  rewrite Z_decomp_recomp. rewrite Z_decomp_recomp. unfold bitwise. simpl. 
-  pose (xb:= btest (bits_of_Z x) k). fold xb. 
-  pose (yb:= btest (bits_of_Z y) k). fold yb.
-  destruct xb; destruct yb; simpl; auto.
-Qed.
-						       
-Theorem lnot_lor_de_morgan: forall x y: Z, 
-  lnot (lor x y) = land (lnot x) (lnot y).
-Proof.
-  intros. unfold lnot. unfold lxor. Zbit_bitwise k.
-  rewrite Bool.xorb_true_l.
-  unfold land. rewrite Zbit_bitwise. 
-  unfold lor. rewrite Zbit_bitwise. unfold Zbit. unfold Z_bitwise. 
-  rewrite Z_decomp_recomp. rewrite Z_decomp_recomp. unfold bitwise. simpl. 
-  pose (xb:= btest (bits_of_Z x) k). fold xb. 
-  pose (yb:= btest (bits_of_Z y) k). fold yb.
-  destruct xb; destruct yb; simpl; auto.
-Qed.
-
-(** ** Distributivity of bitwise operators *)
-
-(** Distributive lor land *)						       
-Theorem lor_land_distrib_l: distributive_l lor land.
-Proof.
-  apply (Z_bitwise_distrib_l orb andb).
-  unfold distributive_l.
-  destruct x; destruct y; destruct z; auto.
-Qed.
-Theorem lor_land_distrib_r: distributive_r lor land.
-Proof.
-  apply (Z_bitwise_distrib_r orb andb).
-  unfold distributive_r.
-  destruct x; destruct y; destruct z; auto.
-Qed.
-						       
-(** Distributive land lor *)						       
-Theorem land_lor_distrib_l: distributive_l land lor.
-Proof.
-  apply (Z_bitwise_distrib_l andb orb).
-  unfold distributive_l.
-  destruct x; destruct y; destruct z; auto.
-Qed.						       
-Theorem land_lor_distrib_r: distributive_r land lor.
-Proof.
-  apply (Z_bitwise_distrib_r andb orb).
-  unfold distributive_r.
-  destruct x; destruct y; destruct z; auto.
-Qed.						       
-
-(** Distributive land lxor *)						       
-Theorem land_lxor_distrib_l: distributive_l land lxor.
-Proof.
-  apply (Z_bitwise_distrib_l andb xorb).
-  unfold distributive_l.
-  destruct x; destruct y; destruct z; auto.
-Qed.						       
-Theorem land_lxor_distrib_r: distributive_r land lxor.
-Proof.
-  apply (Z_bitwise_distrib_r andb xorb).
-  unfold distributive_r.
-  destruct x; destruct y; destruct z; auto.
-Qed.						       
-
-(** ** Properties of lxor operator *)
-
-Theorem lxor_nilpotent: forall x: Z,
-  lxor x x = 0.
-Proof.
-  intro. unfold lxor. Zbit_bitwise k. 
-  rewrite Bool.xorb_nilpotent. auto.
-Qed.
-					    
-Theorem lxor_1: forall x: Z,
-  lxor (-1) x = lnot x.
-Proof.
-  trivial.
-Qed.
-						       
-(** ** Others properties of lnot operator *)
-  
-Theorem lxor_lnot: forall x y: Z,
-  lxor (lnot x) y = lnot (lxor x y).
-Proof.
-  intros. unfold lnot. apply (lxor_assoc (-1) x y).
-Qed.						       
-
-Theorem land_lnot_nilpotent: forall x: Z,
-  land (lnot x) x = 0.
-Proof.
-  intro.
-  rewrite <- lxor_1.
-  rewrite land_lxor_distrib_r.
-  rewrite land_1.
-  rewrite land_idemp.
-  apply lxor_nilpotent.
-Qed.						       
-
-Theorem lor_lnot_1: forall x: Z,
-  lor (lnot x) x = (-1).
-Proof.
-  intro.
-  apply lnot_inj.
-  rewrite lnot_lor_de_morgan.
-  rewrite lnot_inv.
-  rewrite land_commut.
-  rewrite land_lnot_nilpotent.
-  apply lnot_1.
-Qed.
-
-(** ** Link between shifting and bitwise operators *)
-Local Ltac lsl_distrib_r lop z :=
-  unfold distributive_r;
-  let k := fresh in
-  intros; unfold lop; Zbit_bitwise k;
-  repeat rewrite Zbit_lsl; rewrite Zbit_bitwise;
-  case_leq (Zabs z) (Z_of_nat k);
-    [ (intro; trivial) | trivial ].
-
-(** Distributive lsl lor *)						       
-Lemma lsl_lor_distrib_r: distributive_r lsl_def lor.
-Proof.
-  lsl_distrib_r lor z.
-Qed.
-						  
-(** Distributive lsl land *)						       
-Lemma lsl_land_distrib_r: distributive_r lsl_def land.
-Proof.
-  lsl_distrib_r land z.
-Qed.
-						  
-(** Distributive lsl lxor *)						       
-Lemma lsl_lxor_distrib_r: distributive_r lsl_def lxor.
-Proof.
-  lsl_distrib_r lxor z.
-Qed.
-						  
-Local Ltac lsr_distrib_r lop :=
-  unfold distributive_r;
-  intros; Zbit_ext fresh; 
-  unfold lop; rewrite Zbit_bitwise;
-  repeat rewrite Zbit_lsr; rewrite Zbit_bitwise;
-  trivial.
-
-(** Distributive lsr lor *)						       
-Lemma lsr_lor_distrib_r: distributive_r lsr_def lor.
-Proof.
-  lsr_distrib_r lor.
-Qed.
-						  
-(** Distributive lsr land *)						       
-Lemma lsr_land_distrib_r: distributive_r lsr_def land.
-Proof.
-  lsr_distrib_r land.
-Qed.
-						  
-(** Distributive lsr lxor *)						       
-Lemma lsr_lxor_distrib_r: distributive_r lsr_def lxor.
-Proof.
-  lsr_distrib_r lxor.
-Qed.
-						  
-(** lsr lnot *)						       
-Lemma lsr_lnot: forall x y: Z,
-  lnot (lsr_def x y) = lsr_def (lnot x) y .
-Proof.
-  unfold lnot.
-  lsr_distrib_r lxor.
-Qed.
-						  
-(** ** Some properties of equations of bitwise operators *)
-
-Local Ltac f_equal_hyp h f k :=
-  match goal with 
-    | [ h:(?X1 = ?X2) |- _ ] =>
-        let H := fresh in assert (H : f X1 k = f X2 k) by (f_equal; auto); clear h;
-        assert (h: f X1 k = f X2 k) by auto; clear H
-  end.
-
-Local Ltac linear2 :=
-  intros x y; (try split); intros H; (try split);
-  let k := fresh "k" in
-  Zbit_ext k; 
-  try (destruct H as [H H0] ; f_equal_hyp H0 Zbit k; generalize H0; clear H0) ;
-  f_equal_hyp H Zbit k; generalize H; clear H;
-  (try unfold limpl); (try unfold lnot);
-  (try unfold land); (try unfold lor); (try unfold lxor); 
-  repeat (replace (Zbit (-1) k) with true by simpl); 
-  repeat (replace (Zbit 0 k) with false by simpl); 
-  repeat rewrite Zbit_bitwise;
-  destruct (Zbit x k); destruct (Zbit y k); simpl; auto.
-
-Lemma linear_land: forall x y: Z,
-  limpl x y = -1 <-> land x y = x.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_lor: forall x y: Z,
-  lor x y = x <-> limpl y x = -1.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_lxor: forall x y: Z,
-  lxor x y = x <-> y=0.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_limpl_r: forall x y: Z,
-  limpl x y = y <-> lor x y = -1.
-Proof.
-  linear2.
-Qed.
-(*
-Local Ltac F_equal_hyp h f k :=
-  match goal with 
-    | [ h:(?X1 = ?X2) |- _ ] => idtac h;
-        let H := fresh in assert (H : f X1 k = f X2 k) by (f_equal; auto); clear h;
-        assert (h: f X1 k = f X2 k) by (apply H); clear H
-  end.
-*)
-Lemma linear_limpl_l: forall x y: Z,
-  limpl x y = x <-> x=-1 /\ y=-1.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_land_lnot: forall x y: Z,
-  land x y = lnot x <-> x=-1 /\ y=0.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_lor_lnot: forall x y: Z,
-  lor x y = lnot x <-> x=0 /\ y=-1.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_lxor_lnot : forall x y: Z,
-  lxor x y = lnot x <-> y=-1.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_limpl_r_lnot: forall x y: Z,
-  limpl x y = lnot y <-> x=0 /\ y=0.
-Proof.
-  linear2.
-Qed.
-
-Lemma linear_limpl_l_lnot: forall x y: Z,
-  limpl x y = lnot x <-> land x y = 0.
-Proof.
-  linear2.
-Qed.
-
-Local Ltac linear3 :=
-  intros x y z; (try split); intros H; (try split);
-  let k := fresh "k" in
-  Zbit_ext k; 
-  try (destruct H as [H H0] ; f_equal_hyp H0 Zbit k; generalize H0; clear H0);
-  f_equal_hyp H Zbit k; generalize H; clear H;
-  (try unfold limpl); (try unfold lnot);
-  (try unfold land); (try unfold lor); (try unfold lxor); 
-  repeat (replace (Zbit (-1) k) with true by simpl); 
-  repeat (replace (Zbit 0 k) with false by simpl); 
-  repeat rewrite Zbit_bitwise;
-  destruct (Zbit x k); destruct (Zbit y k); destruct (Zbit z k); simpl; auto.
-
-Lemma linear_lxor_land: forall x y z: Z,
-  lxor x y = land x z <-> lnot y = limpl x z.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lxor_lor: forall x y z: Z,
-  lxor x y = lor x z <-> lnot y = limpl z x.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lxor_limpl_l: forall x y z: Z,
-  lxor x y = limpl x z <-> lnot y = land x z.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lxor_limpl_r: forall x y z: Z,
-  lxor x y = limpl z x <-> lnot y = lor z x.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_land_land: forall x y z: Z,
-  land x y = land z x <-> land x (lxor y z) = 0.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lnot_land_land: forall x y z: Z,
-  lnot (land x y) = land z x <-> x=-1 /\ y = lnot z.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lor_lor: forall x y z: Z,
-  lor x y = lor z x <-> land (lnot x) (lxor y z) = 0.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lnot_lor_lor: forall x y z: Z,
-  lnot (lor x y) = lor z x <-> x=0 /\ y = lnot z.
-Proof.
-  linear3.
-Qed.
-
-Lemma linear_lor_land: forall x y z: Z,
-  lor x y = land x z <-> y = land x (lnot (lxor y z)).
-Proof.
-  linear3.
-Qed.
-
-Lemma land_discrimination_inv: forall x y z:Z,
-  x = land y z -> land x (lnot y) = 0.
-Proof.
-  linear3.
-Qed.
-  
-Lemma land_discrimination: forall x y z:Z,
-  land x (lnot y) <> 0 -> x <> land y z.
-Proof.
-  intros x y z.
-  generalize (land_discrimination_inv x y z).
-  intuition.
-Qed.
-
-Lemma lxor_discrimination_inv: forall x y z:Z,
-  x = lxor y z -> lxor x y = z.
-Proof.
-  linear3.
-Qed.
-
-Lemma land_system: forall x1 x2 y1 y2 z:Z,
-  (x1 = land z y1 /\ x2 = land z y2) <-> lor x1 x2 = land z (lor (land (lnot x1) (land (lnot x2) (lor y1 y2))) 
-                                                       (lor (land x1 (land y1 (lnot (lxor x2 y2))))
-                                                           ((land x2 (land y2 (lnot (lxor x1 y1))))))).
-Proof.
- intros x1 x2 y1 y2 z. split; 
-   intro H ; try split;
-   Zbit_ext k; 
-   try (destruct H as [H H0]; f_equal_hyp H0 Zbit k; generalize H0; clear H0);
-   f_equal_hyp H Zbit k; generalize H; clear H;
-   (try unfold limpl); (try unfold lnot);
-   (try unfold land); (try unfold lor); (try unfold lxor); 
-   repeat (replace (Zbit (-1) k) with true by simpl); 
-   repeat (replace (Zbit 0 k) with false by simpl); 
-   repeat rewrite Zbit_bitwise;
-   destruct (Zbit x1 k); destruct (Zbit x2 k); 
-   destruct (Zbit y1 k); destruct (Zbit y2 k); destruct (Zbit z k); simpl; auto.
-Qed.
-
-(** * Properties about bounds of bitwise operators *)
-
-Theorem lnot_in_range: forall a b z: Z,
-  a <= z < b -> -b <= lnot z < -a.
-Proof.
-  intros.
-  rewrite lnot_zlnot_equiv. unfold zlnot.
-  omega.
-Qed.		
-
-Theorem lsr_upper_bound: forall b x y: Z,
-  0 <= y -> x < b -> 0 <= b -> lsr x y < b.
-Proof.
-  intros b x y Ry Rx Rb.
-  apply Zle_is_le_bool in Ry; unfold lsr; rewrite Ry.
-  unfold lsr_def. rewrite lsr_arithmetic_shift. unfold lsr_arithmetic_def.
-  pose (d := two_power_nat (Zabs_nat y)); fold d.
-  assert (PWR2: 0 < d) by apply two_power_nat_is_positive.
-  apply Zdiv_lt_upper_bound; auto.
-  assert (b <= b * d) by apply (upper_positive_mult_positive d b Rb PWR2).
-  omega.
-Qed.
-						       
-Theorem lsr_lower_bound: forall b x y: Z,
-  0 <= y -> b <= x -> b <= 0 -> b <= lsr x y.
-Proof.
-  intros b x y Ry Rx Rb.
-  apply Zle_is_le_bool in Ry; unfold lsr; rewrite Ry.
-  unfold lsr_def. rewrite lsr_arithmetic_shift. unfold lsr_arithmetic_def.
-  pose (d := two_power_nat (Zabs_nat y)); fold d.
-  assert (PWR2: 0 < d) by apply two_power_nat_is_positive.
-  apply Zdiv_le_lower_bound; auto.
-  assert (b * d <= b) by apply (lower_negative_mult_positive d b Rb PWR2).
-  omega.
-Qed.						       				
-	
-(** * Other properties of bitwise operators *)
-
-Theorem Zbit_land_edge_inf: forall (x:Z) (n k:nat),
-  Zbit x k = Zbit (land ((two_power_nat (S (n + k))) - 1) x) k.
-Proof.
-  intros. unfold land; rewrite Zbit_bitwise.
-  cut (Zbit (two_power_nat (S (n + k)) - 1) k = true).
-  { intro C; rewrite C; simpl; auto. }
-  induction k.
-  (** base *)
-  + (replace (n + 0)%nat with n by (auto with zarith)).
-    rewrite two_power_nat_S.
-    (replace (2*two_power_nat n - 1)
-        with (2*(two_power_nat n - 1) +1) by ring).
-    apply Zbit_s2x_0.
-  (** ind. *)
-  + rewrite two_power_nat_S.
-    (replace (2*two_power_nat (n + S k) - 1)
-        with (2*(two_power_nat (n + S k) - 1) +1) by ring).
-    rewrite Zbit_s2x_p.
-    (replace (n + S k)%nat with (S (n + k)%nat) by (auto with zarith)).
-    auto.
-Qed.
-
-Theorem Zbit_power_minus_one: forall n k:nat,
-  Zbit (two_power_nat n - 1) k = leb (S k) n.
-Proof.
-  induction n.
-  (** base *)
-  + unfold two_power_nat; unfold Zbit; unfold bits_of_Z.
-    simpl; auto.
-  (** ind *)
-  + replace (two_power_nat (S n) - 1) 
-    with (2 * (two_power_nat n - 1) + 1)
-    by (rewrite two_power_nat_S; (auto with zarith)).
-    destruct k.
-    * rewrite Zbit_s2x_0. 
-      auto.
-    * rewrite Zbit_s2x_p.
-      rewrite (IHn k).
-      auto.
-Qed.
- 
-Lemma pos_mod_two_power_nat_land_edge: forall  (x:Z) (n:nat),
-  x mod (two_power_nat n) = land ((two_power_nat n) - 1) x.
-Proof.
-  intros.
-  Zbit_ext k.
-  rewrite Zbit_uint_mod_two_power_nat.
-  unfold land; rewrite Zbit_bitwise.
-  rewrite Zbit_power_minus_one.
-  nat_compare Inf EQ Sup n k.
-  + rewrite (leb_correct n k) by omega.
-    rewrite (leb_correct_conv n (S k)) by omega. 
-    simpl; auto.
-  + rewrite (leb_correct n n) by omega.
-    rewrite (leb_correct_conv n (S n)) by omega. 
-    simpl; auto.
-  + rewrite (leb_correct_conv k n) by omega.
-    rewrite (leb_correct (S k) n) by omega.
-    simpl; auto.  
-Qed.
-			    
-(** * Bit extraction *)
-
-Parameter zbit_test_undef: Z -> Z -> bool.
-
-(* Extended version for negative value. *)
-Definition zbit_test_def (x:Z) (n:Z): bool :=
-  Zbit x (Zabs_nat n).	
-					
-Theorem zbit_test_ext: forall x y: Z,
-  (forall n, zbit_test_def x n = zbit_test_def y n) -> x=y.
-Proof.
-  intros x y.
-  unfold zbit_test_def.
-  intro.
-  Zbit_ext k. 
-  rewrite <- (Zabs2Nat.id k). apply H.
-Qed.					       				
-       				     
-Definition bit_testb (x:Z) (n:Z): bool :=
-  if Zle_bool 0 n then zbit_test_def x n
-  else zbit_test_undef x n.
-						       
-Theorem bit_testb_pos: forall x n: Z,
-  0<=n -> bit_testb x n = zbit_test_def x n.
-Proof.
-  intros.
-  unfold bit_testb.
-  case_leq 0 n.
-  intro. auto.
-Qed.						       				
-			  
-Theorem bit_testb_ext: forall x y: Z,
-  (forall n: Z, 0<=n -> bit_testb x n = bit_testb y n) -> x=y.
-Proof.
-  intros.
-  Zbit_ext j.
-  specialize (H (Z.of_nat j)).
-  specialize (H (Zle_0_nat j)).
-  rewrite bit_testb_pos in H.
-  rewrite bit_testb_pos in H.
-  unfold zbit_test_def in H.
-  rewrite Zabs2Nat.id in H.
-  auto.
-  apply (Zle_0_nat j).
-  apply (Zle_0_nat j).
-Qed.						       				
-			  
-(** Tactical *)
-Local Ltac bit_extraction bin_op :=
-  intros; unfold zbit_test_def; unfold bin_op; rewrite Zbit_bitwise; auto. 
-    
-(** ** Link between Bit extraction and modulo operator *)
-
-Theorem uint_mod_two_power_extraction: forall (n:nat) (m x:Z),
-  zbit_test_def (x mod (two_power_nat n)) m = if leb n (Zabs_nat m) then false else zbit_test_def x m.
-Proof.
-  intros.
-  unfold zbit_test_def.
-  apply Zbit_uint_mod_two_power_nat.
-Qed.						       				
-
-								       
-(** ** Link between Bit extraction and bitwise shifting operators *)
-Theorem lsl_extraction: forall x n m: Z, 
-  zbit_test_def (lsl_def x n) m =
-    if Zle_bool (Zabs n) (Zabs m) 
-    then zbit_test_def x ((Zabs m) - (Zabs n)) 
-    else false.
-Proof.
-  intros. unfold zbit_test_def.	
-  rewrite Zbit_lsl. repeat rewrite inj_Zabs_nat. 
-  auto.
-Qed.
-					 
-Theorem lsr_extraction: forall x n m: Z, 
-  zbit_test_def (lsr_def x n) m = zbit_test_def x ((Zabs m) + (Zabs n)).
-Proof.
-  intros. unfold zbit_test_def. 
-  (** right term *) 
-  rewrite <- zabs_plus.
-  (** left  term *) 
-  rewrite Zbit_lsr. 
-  auto.
-Qed.
-					 
-(** ** Link between Bit extraction and bitwise operators *)
-
-Theorem land_extraction: forall x y i: Z, 
-  zbit_test_def (land x y) i = andb (zbit_test_def x i) (zbit_test_def y i).
-Proof.
-  bit_extraction land.
-Qed.
-
-Theorem lor_extraction: forall x y i: Z, 
-  zbit_test_def (lor x y) i = orb (zbit_test_def x i) (zbit_test_def y i).
-Proof.
-  bit_extraction lor.
-Qed.
-
-Theorem lxor_extraction: forall x y i: Z, 
-  zbit_test_def (lxor x y) i = xorb (zbit_test_def x i) (zbit_test_def y i).
-Proof.
-  bit_extraction lxor.
-Qed.
-
-Theorem lnot_extraction: forall x i: Z, 
-  zbit_test_def (lnot x) i = negb (zbit_test_def x i).
-Proof.
-  unfold lnot.
-  bit_extraction lxor.
-Qed.
-
-(** ** Link between bitwise operators and the addition *)
-
-Remark land_no_carry : forall (x y:Z) (i:nat),
-  land x y = 0 -> (Zbit x i = false \/ Zbit y i = false).
-Proof.
-  intros.  
-  assert (Zbit (land x y) i = false).
-  { rewrite H. rewrite Zbit_of_zero. unfold FALSE. trivial. }
-  clear H.
-  unfold land in H0. rewrite Zbit_bitwise in H0. 
-  destruct (Zbit x i); destruct (Zbit y i); intuition. 
-Qed.
-
-Theorem lor_addition : forall (x y:Z),
-  land x y = 0 -> x + y = lor x y.
-Proof.
-  intros.  
-  Zbit_ext i.
-  generalize H; clear H.
-  generalize x; clear x.
-  generalize y; clear y.
-  induction i; intros. 
-  + generalize (land_no_carry x y O).
-    unfold lor; rewrite Zbit_bitwise.
-    repeat (rewrite Zbit_0).
-    rewrite Z.odd_add.
-    destruct (Z.odd x); destruct (Z.odd y); intuition.
-  + generalize (IHi (y/2) (x/2)); clear IHi.
-    unfold lor; rewrite Zbit_bitwise. rewrite Zbit_bitwise.
-    intros.
-    repeat (rewrite <- Zbit_div2).
-    assert (Zbit (x / 2 + y / 2) i = (Zbit (x / 2) i || Zbit (y / 2) i)%bool).
-    { apply H0; clear H0; clear i.
-      Zbit_ext k.
-      unfold land; rewrite Zbit_bitwise.
-      rewrite Zbit_div2; rewrite Zbit_div2.
-      generalize (land_no_carry x y (S k)). 
-      destruct (Zbit x (S k)); destruct (Zbit y (S k)); intuition. 
-    }
-    rewrite <- H1; clear H1.
-    f_equal.
-    generalize (land_no_carry x y 0%nat).
-    repeat (rewrite Zbit_0).
-    rewrite (div2_odd_eq x) at 3. rewrite (div2_odd_eq y) at 3.
-    clear H0.
-    destruct (Z.odd x); destruct (Z.odd y); intuition; try discriminate H0; 
-      repeat (rewrite Z.add_0_r); symmetry.
-    * apply (Zdiv_unique (2 * (x / 2) + 1 + 2 * (y / 2)) 2 (x / 2 + y / 2) 1); auto with zarith.
-    * apply (Zdiv_unique (2 * (x / 2) + (2 * (y / 2) + 1)) 2 (x / 2 + y / 2) 1); auto with zarith.
-    * apply (Zdiv_unique (2 * (x / 2) + 2 * (y / 2)) 2 (x / 2 + y / 2) 0); auto with zarith.
-    * apply (Zdiv_unique (2 * (x / 2) + 2 * (y / 2)) 2 (x / 2 + y / 2) 0); auto with zarith.
-Qed. 
-
-Theorem lxor_addition : 
-forall (x y:Z),
-  land x y = 0 ->
-  x + y = lxor x y.
-Proof.
-  intros. rewrite lor_addition.
-  + Zbit_ext i.
-    unfold lor; rewrite Zbit_bitwise.
-    unfold lxor; rewrite Zbit_bitwise.
-    generalize (land_no_carry x y i).
-    destruct (Zbit x i); destruct (Zbit y i); intuition. 
-  + trivial.
-Qed. 
-
-Theorem land_addition : 
-forall (x y z:Z),
-  land x y = 0 ->
-  (land x z) + (land y z) = land (x + y) z.
-Proof.
-  intros. rewrite lor_addition.
-  + rewrite lor_addition; trivial.
-    symmetry. apply land_lor_distrib_r.
-  + rewrite land_assoc.
-    rewrite <- (land_commut (land y z)).
-    rewrite land_assoc.
-    rewrite <- land_assoc.
-    rewrite H. apply land_0.
-Qed. 
-
-(** * Tacticals. *)
-
-(** ** Main tactics.*)
-(*			
-Ltac rewrite_cst :=
-  first [ Bits.rewrite_cst
-        | COMPUTE1 bitwise_lsl Cst_Z Cst_nat	
-        | COMPUTE1 bitwise_lsr Cst_Z Cst_nat
-        | COMPUTE1 lsl_shift_def Cst_Z Cst_nat
-        | COMPUTE1 lsr_shift_def Cst_Z Cst_nat
-        | COMPUTE1 lsl_arithmetic_def Cst_Z Cst_nat
-        | COMPUTE1 lsr_arithmetic_def Cst_Z Cst_nat
-        | COMPUTE1 lsl_def Cst_Z Cst_Z
-        | COMPUTE1 lsr_def Cst_Z Cst_Z
-        | COMPUTE1 land Cst_Z Cst_Z
-        | COMPUTE1 lor Cst_Z Cst_Z
-        | COMPUTE1 lxor Cst_Z Cst_Z
-        | COMPUTE1 lnot Cst_Z
-        | COMPUTE1 zbit_test_def Cst_Z Cst_Z
-        ].
-*)
-
-Ltac auto_zbits := autorewrite with zbits ; auto_bits.
-Hint Rewrite lnot_0 land_0 lor_0 lxor_0
-             lnot_1 land_1 lor_1 lxor_1
-             lor_0 lor_1 land_idemp lor_idemp lxor_nilpotent: zbits.
-
-(** Example of use. *)
-(*
-Remark rewrite_cst_example: forall x, x + (land 0 (zlnot (land 0 5))) = x + Z_of_nat (ZxHpos 0).
-Proof.
-  repeat rewrite_cst.
-  intro. auto.
-Qed.
-*)
diff --git a/src/plugins/wp/share/src/alt_ergo_realize.ml b/src/plugins/wp/share/src/alt_ergo_realize.ml
deleted file mode 100644
index 2d62d57d54fec07432f3321e25b2edf40393e5c8..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/alt_ergo_realize.ml
+++ /dev/null
@@ -1,468 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
-(*                                                                        *)
-(*  This software is distributed under the terms of the GNU Lesser        *)
-(*  General Public License version 2.1, with the special exception        *)
-(*  on linking described in file LICENSE.                                 *)
-(*                                                                        *)
-(*  File modified by CEA (Commissariat à l'énergie atomique et aux        *)
-(*                        énergies alternatives).                         *)
-(*                                                                        *)
-(**************************************************************************)
-
-(** Frama-C: Add realization facilities  from Coq printer
-    Based on version 8c2304845bb784a of src/printer/alt_ergo.ml
-*)
-open Why3
-open Theory
-
-let meta_rename_type = register_meta "rename_type" [MTtysymbol; MTstring]
-    ~desc:"Specify@ how@ to@ rename@ a@ type."
-
-let meta_rename_logic = register_meta "rename_logic" [MTlsymbol; MTstring]
-    ~desc:"Specify@ how@ to@ rename@ a@ function@ and@ predicate@ logic."
-
-(** Alt-ergo printer *)
-
-open Format
-open Pp
-open Ident
-open Ty
-open Term
-open Decl
-open Printer
-
-let meta_ac = Theory.register_meta "AC" [Theory.MTlsymbol]
-    ~desc:"Specify@ that@ a@ symbol@ is@ associative@ and@ commutative."
-
-let meta_printer_option =
-  Theory.register_meta "printer_option" [Theory.MTstring]
-    ~desc:"Pass@ additional@ parameters@ to@ the@ pretty-printer."
-let meta_invalid_trigger =
-  Theory.register_meta "invalid trigger" [Theory.MTlsymbol]
-    ~desc:"Specify@ that@ a@ symbol@ is@ not@ allowed@ in@ a@ trigger."
-
-type info = {
-  info_syn : syntax_map;
-  info_ac  : Sls.t;
-  info_show_labels : bool;
-  info_type_casts : bool;
-  info_csm : lsymbol list Mls.t;
-  info_pjs : Sls.t;
-  info_axs : Spr.t;
-  info_inv_trig : Sls.t;
-  info_rename : string Mid.t;
-}
-
-let ident_printer =
-  let bls = [
-    "ac"; "and"; "array"; "as"; "axiom"; "bitv"; "bool";
-    "check"; "cut"; "distinct"; "else"; "exists";
-    "false"; "forall"; "function"; "goal";
-    "if"; "in"; "include"; "int"; "inversion";
-    "let"; "logic"; "not"; "or"; "parameter"; "predicate";
-    "prop"; "real"; "rewriting"; "select"; "store";
-    "then"; "true"; "type"; "unit"; "void"; "with";
-  ]
-  in
-  let san = sanitizer char_to_alpha char_to_alnumus in
-  create_ident_printer bls ~sanitizer:san
-
-let print_ident fmt id =
-  fprintf fmt "%s" (id_unique ident_printer id)
-
-let print_label fmt l =
-  fprintf fmt "\"%s\"" l.lab_string
-
-let print_ident_label info fmt id =
-  if info.info_show_labels then
-    fprintf fmt "%s %a"
-      (id_unique ident_printer id)
-      (print_list space print_label) (Slab.elements id.id_label)
-  else
-    print_ident fmt id
-
-let print_ident_rename info fmt id =
-  try
-    pp_print_string fmt (Mid.find id info.info_rename)
-  with Not_found -> print_ident fmt id
-
-let forget_var v = forget_id ident_printer v.vs_name
-
-(*
-let tv_printer =
-  let san = sanitizer char_to_lalpha char_to_alnumus in
-  create_ident_printer [] ~sanitizer:san
-
-let print_tvsymbol fmt tv =
-  fprintf fmt "'%s" (id_unique tv_printer tv.tv_name)
-
-let forget_tvs () = forget_all tv_printer
-*)
-
-(* work around a "duplicate type variable" bug of Alt-Ergo 0.94 *)
-let print_tvsymbol, forget_tvs =
-  let htv = Hid.create 5 in
-  (fun fmt tv ->
-     Hid.replace htv tv.tv_name ();
-     fprintf fmt "'%s" (id_unique ident_printer tv.tv_name)),
-  (fun () ->
-     Hid.iter (fun id _ -> forget_id ident_printer id) htv;
-     Hid.clear htv)
-
-let rec print_type info fmt ty = match ty.ty_node with
-  | Tyvar id ->
-      print_tvsymbol fmt id
-  | Tyapp (ts, tl) -> begin match query_syntax info.info_syn ts.ts_name with
-      | Some s -> syntax_arguments s (print_type info) fmt tl
-      | None ->
-          fprintf fmt "%a%a" (print_tyapp info) tl
-            (print_ident_rename info) ts.ts_name
-    end
-
-and print_tyapp info fmt = function
-  | [] -> ()
-  | [ty] -> fprintf fmt "%a " (print_type info) ty
-  | tl -> fprintf fmt "(%a) " (print_list comma (print_type info)) tl
-
-(* can the type of a value be derived from the type of the arguments? *)
-let unambig_fs fs =
-  let rec lookup v ty = match ty.ty_node with
-    | Tyvar u when tv_equal u v -> true
-    | _ -> ty_any (lookup v) ty
-  in
-  let lookup v = List.exists (lookup v) fs.ls_args in
-  let rec inspect ty = match ty.ty_node with
-    | Tyvar u when not (lookup u) -> false
-    | _ -> ty_all inspect ty
-  in
-  inspect (Opt.get fs.ls_value)
-
-let rec print_term info fmt t = match t.t_node with
-  | Tconst c ->
-      let number_format = {
-        Number.long_int_support = true;
-        Number.extra_leading_zeros_support = true;
-        Number.dec_int_support = Number.Number_default;
-        Number.hex_int_support = Number.Number_unsupported;
-        Number.oct_int_support = Number.Number_unsupported;
-        Number.bin_int_support = Number.Number_unsupported;
-        Number.def_int_support = Number.Number_unsupported;
-        Number.dec_real_support = Number.Number_default;
-        Number.hex_real_support = Number.Number_default;
-        Number.frac_real_support = Number.Number_unsupported;
-        Number.def_real_support = Number.Number_unsupported;
-      } in
-      Number.print number_format fmt c
-  | Tvar { vs_name = id } ->
-      print_ident fmt id
-  | Tapp (ls, tl) -> begin match query_syntax info.info_syn ls.ls_name with
-      | Some s -> syntax_arguments s (print_term info) fmt tl
-      | None when Mls.mem ls info.info_csm ->
-          let print_field fmt ({ls_name = id},t) =
-            fprintf fmt "%a =@ %a" print_ident id (print_term info) t in
-          fprintf fmt "{@ %a@ }" (print_list semi print_field)
-            (List.combine (Mls.find ls info.info_csm) tl)
-      | None when Sls.mem ls info.info_pjs ->
-          fprintf fmt "%a.%a" (print_tapp info) tl print_ident ls.ls_name
-      | None when unambig_fs ls || not info.info_type_casts ->
-          fprintf fmt "%a%a"
-            (print_ident_rename info) ls.ls_name
-            (print_tapp info) tl
-      | None ->
-          fprintf fmt "(%a%a : %a)"
-            (print_ident_rename info) ls.ls_name
-            (print_tapp info) tl
-            (print_type info) (t_type t)
-    end
-  | Tlet _ -> unsupportedTerm t
-                "alt-ergo : you must eliminate let in term"
-  | Tif _ -> unsupportedTerm t
-               "alt-ergo : you must eliminate if_then_else"
-  | Tcase _ -> unsupportedTerm t
-                 "alt-ergo : you must eliminate match"
-  | Teps _ -> unsupportedTerm t
-                "alt-ergo : you must eliminate epsilon"
-  | Tquant _ | Tbinop _ | Tnot _ | Ttrue | Tfalse -> raise (TermExpected t)
-
-and print_tapp info fmt = function
-  | [] -> ()
-  | tl -> fprintf fmt "(%a)" (print_list comma (print_term info)) tl
-
-let rec print_fmla info fmt f =
-  if info.info_show_labels then
-    match Slab.elements f.t_label with
-    | [] -> print_fmla_node info fmt f
-    | l ->
-        fprintf fmt "(%a : %a)"
-          (print_list colon print_label) l
-          (print_fmla_node info) f
-  else
-    print_fmla_node info fmt f
-
-and print_fmla_node info fmt f = match f.t_node with
-  | Tapp ({ ls_name = id }, []) -> print_ident_rename info fmt id
-  | Tapp (ls, tl) -> begin match query_syntax info.info_syn ls.ls_name with
-      | Some s -> syntax_arguments s (print_term info) fmt tl
-      | None -> fprintf fmt "%a(%a)" (print_ident_rename info) ls.ls_name
-                  (print_list comma (print_term info)) tl
-    end
-  | Tquant (q, fq) ->
-      let vl, tl, f = t_open_quant fq in
-      let q, tl = match q with
-        | Tforall -> "forall", tl
-        | Texists -> "exists", [] (* Alt-ergo has no triggers for exists *)
-      in
-      let forall fmt v =
-        fprintf fmt "%s %a:%a" q (print_ident_label info) v.vs_name
-          (print_type info) v.vs_ty
-      in
-      fprintf fmt "@[(%a%a.@ %a)@]" (print_list dot forall) vl
-        (print_triggers info) tl (print_fmla info) f;
-      List.iter forget_var vl
-  | Tbinop (Tand, f1, f2) ->
-      fprintf fmt "(%a and@ %a)" (print_fmla info) f1 (print_fmla info) f2
-  | Tbinop (Tor, f1, f2) ->
-      fprintf fmt "(%a or@ %a)" (print_fmla info) f1 (print_fmla info) f2
-  | Tbinop (Timplies, f1, f2) ->
-      fprintf fmt "(%a ->@ %a)" (print_fmla info) f1 (print_fmla info) f2
-  | Tbinop (Tiff, f1, f2) ->
-      fprintf fmt "(%a <->@ %a)" (print_fmla info) f1 (print_fmla info) f2
-  | Tnot f ->
-      fprintf fmt "(not %a)" (print_fmla info) f
-  | Ttrue ->
-      fprintf fmt "true"
-  | Tfalse ->
-      fprintf fmt "false"
-  | Tif (f1, f2, f3) ->
-      fprintf fmt "((%a and@ %a)@ or@ (not@ %a and@ %a))"
-        (print_fmla info) f1 (print_fmla info) f2 (print_fmla info)
-        f1 (print_fmla info) f3
-  | Tlet _ -> unsupportedTerm f
-                "alt-ergo: you must eliminate let in formula"
-  | Tcase _ -> unsupportedTerm f
-                 "alt-ergo: you must eliminate match"
-  | Tvar _ | Tconst _ | Teps _ -> raise (FmlaExpected f)
-
-and print_expr info fmt =
-  TermTF.t_select (print_term info fmt) (print_fmla info fmt)
-
-and print_triggers info fmt tl =
-  let filter = function
-    | { t_ty = Some _ } -> true
-    | { t_node = Tapp (ps,_) } -> not (Sls.mem ps info.info_inv_trig)
-    | _ -> false in
-  let tl = List.map (List.filter filter) tl in
-  let tl = List.filter (function [] -> false | _::_ -> true) tl in
-  if tl = [] then () else fprintf fmt "@ [%a]"
-      (print_list alt (print_list comma (print_expr info))) tl
-
-let print_logic_binder info fmt v =
-  fprintf fmt "%a: %a" print_ident v.vs_name (print_type info) v.vs_ty
-
-let print_type_decl fmt ts = match ts.ts_args with
-  | [] -> fprintf fmt "type %a"
-            print_ident ts.ts_name
-  | [tv] -> fprintf fmt "type %a %a"
-              print_tvsymbol tv print_ident ts.ts_name
-  | tl -> fprintf fmt "type (%a) %a"
-            (print_list comma print_tvsymbol) tl print_ident ts.ts_name
-
-let print_enum_decl fmt ts csl =
-  let print_cs fmt (ls,_) = print_ident fmt ls.ls_name in
-  fprintf fmt "@[<hov 2>type %a =@ %a@]@\n@\n" print_ident ts.ts_name
-    (print_list alt2 print_cs) csl
-
-let print_ty_decl info fmt ts =
-  if ts.ts_def <> NoDef then () else
-  if Mid.mem ts.ts_name info.info_syn then () else
-    (fprintf fmt "%a@\n@\n" print_type_decl ts; forget_tvs ())
-
-let print_data_decl info fmt = function
-  | ts, csl (* monomorphic enumeration *)
-    when ts.ts_args = [] && List.for_all (fun (_,l) -> l = []) csl ->
-      print_enum_decl fmt ts csl
-  | ts, [cs,_] (* non-recursive records *)
-    when Mls.mem cs info.info_csm ->
-      let pjl = Mls.find cs info.info_csm in
-      let print_field fmt ls =
-        fprintf fmt "%a@ :@ %a" print_ident ls.ls_name
-          (print_type info) (Opt.get ls.ls_value) in
-      fprintf fmt "%a@ =@ {@ %a@ }@\n@\n" print_type_decl ts
-        (print_list semi print_field) pjl
-  | _, _ -> unsupported
-              "alt-ergo : algebraic datatype are not supported"
-
-let print_data_decl info fmt ((ts, _csl) as p) =
-  if Mid.mem ts.ts_name info.info_syn then () else
-    print_data_decl info fmt p
-
-let print_param_decl info fmt ls =
-  let sac = if Sls.mem ls info.info_ac then "ac " else "" in
-  fprintf fmt "@[<hov 2>logic %s%a : %a%s%a@]@\n@\n"
-    sac (print_ident_rename info) ls.ls_name
-    (print_list comma (print_type info)) ls.ls_args
-    (if ls.ls_args = [] then "" else " -> ")
-    (print_option_or_default "prop" (print_type info)) ls.ls_value
-
-let print_param_decl info fmt ls =
-  if Mid.mem ls.ls_name info.info_syn || Sls.mem ls info.info_pjs
-  then () else (print_param_decl info fmt ls; forget_tvs ())
-
-let print_logic_decl info fmt ls ld =
-  let vl,e = open_ls_defn ld in
-  begin match e.t_ty with
-    | Some _ ->
-        (* TODO AC? *)
-        fprintf fmt "@[<hov 2>function %a(%a) : %a =@ %a@]@\n@\n"
-          (print_ident_rename info) ls.ls_name
-          (print_list comma (print_logic_binder info)) vl
-          (print_type info) (Opt.get ls.ls_value)
-          (print_term info) e
-    | None ->
-        fprintf fmt "@[<hov 2>predicate %a(%a) =@ %a@]@\n@\n"
-          (print_ident_rename info) ls.ls_name
-          (print_list comma (print_logic_binder info)) vl
-          (print_fmla info) e
-  end;
-  List.iter forget_var vl
-
-let print_logic_decl info fmt (ls,ld) =
-  if Mid.mem ls.ls_name info.info_syn || Sls.mem ls info.info_pjs
-  then () else (print_logic_decl info fmt ls ld; forget_tvs ())
-
-let print_prop_decl info fmt k pr f = match k with
-  | Paxiom ->
-      fprintf fmt "@[<hov 2>axiom %a :@ %a@]@\n@\n"
-        print_ident pr.pr_name (print_fmla info) f
-  | Pgoal ->
-      fprintf fmt "@[<hov 2>goal %a :@ %a@]@\n"
-        print_ident pr.pr_name (print_fmla info) f
-  | Plemma| Pskip -> assert false
-
-let print_prop_decl info fmt k pr f =
-  if Mid.mem pr.pr_name info.info_syn || Spr.mem pr info.info_axs
-  then () else (print_prop_decl info fmt k pr f; forget_tvs ())
-
-let print_decl info fmt d = match d.d_node with
-  | Dtype ts ->
-      print_ty_decl info fmt ts
-  | Ddata dl ->
-      print_list nothing (print_data_decl info) fmt dl
-  | Dparam ls ->
-      print_param_decl info fmt ls
-  | Dlogic dl ->
-      print_list nothing (print_logic_decl info) fmt dl
-  | Dind _ -> unsupportedDecl d
-                "alt-ergo: inductive definitions are not supported"
-  | Dprop (k,pr,f) -> print_prop_decl info fmt k pr f
-
-
-let add_projection (csm,pjs,axs) = function
-  | [Theory.MAls ls; Theory.MAls cs; Theory.MAint ind; Theory.MApr pr] ->
-      let csm = try Array.set (Mls.find cs csm) ind ls; csm
-        with Not_found ->
-          Mls.add cs (Array.make (List.length cs.ls_args) ls) csm in
-      csm, Sls.add ls pjs, Spr.add pr axs
-  | _ -> assert false
-
-let check_showlabels acc = function
-  | [Theory.MAstr "show_labels"] -> true
-  | [Theory.MAstr _] -> acc
-  | _ -> assert false
-
-let check_typecasts acc = function
-  | [Theory.MAstr "no_type_cast"] -> false
-  | [Theory.MAstr _] -> acc
-  | _ -> assert false
-
-
-let print_task env info realize thpr fmt task =
-  (* eprintf "Task:%a@.@." Pretty.print_task task; *)
-  (** find theories that are both used and realized from metas *)
-  let realized_theories =
-    Task.on_meta meta_realized_theory (fun mid args ->
-        match args with
-        | [Theory.MAstr s1; Theory.MAstr s2] ->
-            (** TODO: do not split string;
-                in fact, do not even use a string argument *)
-            let f,id =
-              let l = Strings.rev_split '.' s1 in
-              List.rev (List.tl l), List.hd l in
-            let th = Env.read_theory env f id in
-            Mid.add th.Theory.th_name (th, if s2 = "" then s1 else s2) mid
-        | _ -> assert false
-      ) Mid.empty task in
-  (** 2 cases: goal is clone T with [] or goal is a real goal *)
-  let rec upd_realized_theories = function
-    | Some { Task.task_decl = { Theory.td_node =
-                                  Theory.Decl { Decl.d_node = Decl.Dprop (Decl.Pgoal, _, _) }}} ->
-        realized_theories
-    | Some { Task.task_decl = { Theory.td_node = Theory.Clone (th,_) }} ->
-        Mid.remove th.Theory.th_name realized_theories
-    | Some { Task.task_decl = { Theory.td_node = Theory.Meta _ };
-             Task.task_prev = task } ->
-        upd_realized_theories task
-    | _ -> assert false in
-  let realized_theories = upd_realized_theories task in
-  (** 3) Print prelude of not realized theories *)
-  let thpr = Mid.filter (fun id _ -> not (Mid.mem id realized_theories)) thpr in
-  print_th_prelude task fmt thpr;
-  (** 4) keep only the declaration of the theories not realized *)
-  let realized_theories' =
-    Mid.map (fun (th,s) ->
-        fprintf fmt "(** The theory %s must be appended to this file*)@\n" s; th)
-      realized_theories in
-  let realized_symbols = Task.used_symbols realized_theories' in
-  let local_decls = Task.local_decls task realized_symbols in
-  (* eprintf "local_decls:%i@." (List.length local_decls); *)
-  (* associate a special printer to each symbol in a realized theory *)
-  print_list nothing (print_decl info) fmt local_decls
-
-let print_decls env fmt thpr task =
-  (** Trans. are just used for convenience no memoization kept *)
-  Trans.apply (
-    Trans.on_tagged_ls meta_ac (fun ac ->
-        Trans.on_meta meta_printer_option (fun args ->
-            let sl = List.fold_left check_showlabels false args in
-            let tc = List.fold_left check_typecasts  true  args in
-            Trans.on_meta Eliminate_algebraic.meta_proj (fun mal ->
-                Trans.on_tagged_ls meta_invalid_trigger (fun inv_trig ->
-                    let csm,pjs,axs = List.fold_left
-                        add_projection (Mls.empty,Sls.empty,Spr.empty) mal in
-                    Trans.on_meta meta_rename_type ( fun lt ->
-                        Trans.on_meta meta_rename_logic ( fun ll ->
-                            let fold_lt acc = function
-                              | [MAts ts; MAstr s] -> Mid.add ts.ts_name s acc
-                              | _ -> assert false in
-                            let fold_ll acc = function
-                              | [MAls ls; MAstr s] -> Mid.add ls.ls_name s acc
-                              | _ -> assert false in
-                            let info_rename = Mid.empty in
-                            let info_rename = List.fold_left fold_lt info_rename lt in
-                            let info_rename = List.fold_left fold_ll info_rename ll in
-                            Trans.store (fun task ->
-                                let info = {
-                                  info_syn = get_syntax_map task;
-                                  info_ac  = ac;
-                                  info_show_labels = sl;
-                                  info_type_casts = tc;
-                                  info_csm = Mls.map Array.to_list csm;
-                                  info_pjs = pjs;
-                                  info_axs = axs;
-                                  info_rename = info_rename;
-                                  info_inv_trig = Sls.add ps_equ inv_trig;
-                                } in
-                                print_task env info (*realize*) true thpr fmt task)))))))) task
-
-let print_task args ?old:_ fmt task =
-  forget_all ident_printer;
-  print_prelude fmt args.Printer.prelude;
-  try
-    print_decls args.Printer.env fmt args.th_prelude task
-  with exn -> Format.printf "In the printer:%a" Exn_printer.exn_printer exn
-
-let () = register_printer "alt-ergo-realize" print_task
-    ~desc:"Printer for the Alt-Ergo theorem prover."
diff --git a/src/plugins/wp/share/src/cbits.why b/src/plugins/wp/share/src/cbits.why
deleted file mode 100644
index 390b7b202663e7637674bdbd335da9dbb16966fc..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/cbits.why
+++ /dev/null
@@ -1,594 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* -------------------------------------------------------------------------- *)
-(* --- C-Bits Arithmetics for Why-3                                       --- *)
-(* -------------------------------------------------------------------------- *)
-
-theory Cbits
-
-  use import int.Int
-  use import bool.Bool
-  use import cint.Cint
-  use import qed.Qed
-
-(** * Bitwise identities *)
-(** ** lnot identities *)
-  axiom lnot_bool: ((lnot 0) = (-1)) /\ ((lnot (-1)) = 0)
-
-(** ** land identities *)
-  axiom land_idemp: forall x:int [land x x]. (land x x) = x
-  axiom land_0: forall x:int [land 0 x]. (land 0 x) = 0
-  axiom land_0bis: forall x:int [land x 0]. (land x 0) = 0
-  axiom land_1: forall x:int [land (-1) x]. (land (-1) x) = x
-  axiom land_1bis: forall x:int [land x (-1)]. (land x (-1)) = x
-  axiom land_bool:
-        (land 0 0) = 0 /\  (land 0 1) = 0 /\ (land 1 0) = 0 /\ (land 1 1) = 1
-  meta "remove_for_" prop land_bool
-
-(** ** lor identities *)
-  axiom lor_idemp: forall x:int [lor x x]. (lor x x) = x
-  axiom lor_1:     forall x:int [lor (-1) x]. (lor (-1) x) = -1
-  axiom lor_1bis:  forall x:int [lor x (-1)]. (lor x (-1)) = -1
-  axiom lor_0:     forall x:int [lor 0 x]. (lor 0 x) = x
-  axiom lor_0bis:  forall x:int [lor x 0]. (lor x 0) = x
-  axiom lor_bool:
-        (lor 0 0) = 0 /\  (lor 0 1) = 1 /\ (lor 1 0) = 1 /\ (lor 1 1) = 1
-  meta "remove_for_" prop lor_bool
-
-(** ** lxor identities *)
-  axiom lxor_nilpotent: forall x:int [lxor x x]. (lxor x x) = 0
-  axiom lxor_1:    forall x:int [lxor (-1) x]. (lxor (-1) x) = (lnot x)
-  axiom lxor_1bis: forall x:int [lxor x (-1)]. (lxor x (-1)) = (lnot x)
-  axiom lxor_0:    forall x:int [lxor 0 x]. (lxor 0 x) = x
-  axiom lxor_0bis: forall x:int [lxor x 0]. (lxor x 0) = x
-  axiom lxor_bool:
-        (lxor 0 0) = 0 /\  (lxor 0 1) = 1 /\ (lxor 1 0) = 1 /\ (lxor 1 1) = 0
-  meta "remove_for_" prop lxor_bool
-
-(** * Bit extraction *)
-(** ** Definition of bit_test predicate *)
-
-  axiom bit_test_def: forall x k:int [bit_testb x k].
-    (bit_testb x k = True) <-> bit_test x k
-
-(** * Link between Bit extraction and bitwise operators *)
-(** ** Some properties of bit extration *)
-(** ** Logical operators *)
-
-  axiom bit_test_extraction: forall x k:int [land x (lsl 1 k)|land (lsl 1 k) x].
-    0<=k -> (land x (lsl 1 k))<>0 <-> (bit_test x k)
-  lemma bit_test_extraction_eq: forall x k:int [land x (lsl 1 k)|land (lsl 1 k) x].
-    0<=k -> (land x (lsl 1 k))=(lsl 1 k) <-> (bit_test x k)
-  meta "remove_for_" prop bit_test_extraction_eq
-
-  axiom lsl_1_0:
-    lsl 1 0 = 1
-  axiom bit_test_extraction_bis: forall x :int [land x 1|land 1 x].
-    (land 1 x)<>0 -> (bit_test x 0)
-  axiom bit_test_extraction_bis_eq: forall x :int [land x 1|land 1 x].
-    (bit_test x 0) -> (land 1 x)=1
-
-  lemma lnot_extraction_bool: forall x i:int [bit_testb (lnot x) i].
-    0<=i -> bit_testb (lnot x) i = notb (bit_testb x i)
-  axiom lnot_extraction:      forall x i:int [bit_test  (lnot x) i].
-    0<=i -> (bit_test (lnot x) i) <-> not (bit_test x i)
-  meta "remove_for_" prop lnot_extraction_bool
-
-  lemma land_extraction_bool: forall x y i:int [bit_testb (land x y) i].
-    0<=i -> bit_testb (land x y) i = andb (bit_testb x i) (bit_testb y i)
-  axiom land_extraction:      forall x y i:int [bit_test  (land x y) i].
-    0<=i -> bit_test (land x y) i <-> ((bit_test x i) /\ (bit_test y i))
-  meta "remove_for_" prop land_extraction_bool
-
-  lemma lor_extraction_bool: forall x y i:int [bit_testb (lor x y) i].
-    0<=i -> bit_testb (lor x y) i = orb (bit_testb x i) (bit_testb y i)
-  axiom lor_extraction:      forall x y i:int [bit_test  (lor x y) i].
-    0<=i -> (bit_test (lor x y) i) <-> ((bit_test x i) \/ (bit_test y i))
-  meta "remove_for_" prop lor_extraction_bool
-
-  lemma lxor_extraction_bool: forall x y i:int [bit_testb (lxor x y) i].
-    0<=i -> bit_testb (lxor x y) i = xorb (bit_testb x i) (bit_testb y i)
-  axiom lxor_extraction: forall x y i:int [bit_test (lxor x y) i].
-    0<=i -> (bit_test (lxor x y) i) <-> (bit_test x i) <-> not (bit_test y i)
-  meta "remove_for_" prop lxor_extraction_bool
-
-(** ** Shift operators *)
-  lemma lsl_1_two_power :  forall n : int. 0 <= n -> lsl 1 n = Cint.two_power_abs n
-  meta "remove_for_" prop lsl_1_two_power
-
-  axiom land_1_lsl_1 : forall a x n : int [(lsl 1 (1+n)),(lsl 1 n),(2*a+(land 1 x))] .
-    0<=n -> a<lsl 1 n -> 2*a+(land 1 x)<lsl 1 (1+n)
-
-  lemma lsl_extraction_sup_bool: forall x n m:int [bit_testb (lsl x n) m].
-    0<=n -> 0<=m -> m>=n -> bit_testb (lsl x n) m = bit_testb x (m-n)
-  axiom lsl_extraction_sup:      forall x n m:int [bit_test  (lsl x n) m].
-    0<=n -> 0<=m -> m>=n -> (bit_test (lsl x n) m) <-> (bit_test x (m-n))
-  meta "remove_for_" prop lsl_extraction_sup_bool
-
-  lemma lsl_extraction_inf_bool: forall x n m:int [bit_testb (lsl x n) m].
-    0<=n -> 0<=m -> m< n -> bit_testb (lsl x n) m = False
-  axiom lsl_extraction_inf:      forall x n m:int [bit_test  (lsl x n) m].
-    0<=n -> 0<=m -> m< n -> not (bit_test (lsl x n) m)
-  meta "remove_for_" prop lsl_extraction_inf_bool
-
-  lemma lsr_extraction_bool:     forall x n m:int [bit_testb (lsr x n) m].
-    0<=n -> 0<=m         -> bit_testb (lsr x n) m = bit_testb x (m+n)
-  axiom lsr_extractionl:         forall x n m:int [bit_test  (lsr x n) m].
-    0<=n -> 0<=m         -> (bit_test (lsr x n) m) <-> (bit_test x (m+n))
-  meta "remove_for_" prop lsr_extraction_bool
-
-  lemma lsl1_extraction_bool: forall i j:int [bit_testb (lsl 1 i) j].
-    0<=i -> 0<=j         -> bit_testb (lsl 1 i) j = eqb i j
-  axiom lsl1_extraction: forall i j:int [bit_test (lsl 1 i) j].
-    0<=i -> 0<=j         -> (bit_test (lsl 1 i) j) <-> i=j
-  meta "remove_for_" prop lsl1_extraction_bool
-
-  lemma pos_extraction_sup:  forall x i j:int [(lsl 1 i),(bit_test x j)].
-    0<=x -> 0<=i -> x < (lsl 1 i) -> i <= j -> not (bit_test x j)
-  meta "remove_for_" prop pos_extraction_sup
-
-  lemma pos_extraction_sup_inv:  forall x i :int .
-    0<=i -> (forall j: int . i <= j -> not (bit_test x j)) -> 0<= x < (lsl 1 i)
-  meta "remove_for_" prop pos_extraction_sup_inv
-
-(** * Link between Bit extraction and C type conversions *)
-(** ** Unsigned conversions *)
-
-  lemma to_uint_extraction_sup:      forall n x i:int .
-    0<=n<=i -> is_uint n x -> not (bit_test x i)
-  lemma to_uint_extraction_inf_bool: forall n x i:int .
-    0<=i<n -> (bit_testb (to_uint n x) i) =  (bit_testb x i)
-  lemma to_uint_extraction_inf:      forall n x i:int .
-    0<=i<n -> (bit_test (to_uint n x) i) <-> (bit_test x i)
-  lemma is_uint_ext : forall n x y:int .
-     0<=n -> is_uint n x -> is_uint n y
-    -> (forall i: int. 0<=i<n -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop to_uint_extraction_sup
-  meta "remove_for_" prop to_uint_extraction_inf_bool
-  meta "remove_for_" prop to_uint_extraction_inf
-  meta "remove_for_" prop is_uint_ext
-
-(** *** Cast to uint8 C type *)
-  axiom to_uint8_extraction_sup:      forall x i:int [(is_uint8 x),(bit_test  x i)].
-    8<=i -> is_uint8 x -> not (bit_test x i)
-
-  lemma to_uint8_extraction_inf_bool: forall x i:int [bit_testb (to_uint8 x) i].
-    0<=i<8 -> (bit_testb (to_uint8 x) i) =  (bit_testb x i)
-  axiom to_uint8_extraction_inf:      forall x i:int [bit_test  (to_uint8 x) i].
-    0<=i<8 -> (bit_test (to_uint8 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_uint8_extraction_inf_bool
-
-  lemma is_uint8_ext : forall x y:int .
-    is_uint8 x -> is_uint8 y
-    -> (forall i: int. 0<=i<8 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_uint8_ext
-
-(** *** Cast to uint16 C type *)
-  axiom to_uint16_extraction_sup:      forall x i:int [(is_uint16 x),(bit_test  x i)].
-    16<=i -> is_uint16 x -> not (bit_test x i)
-
-  lemma to_uint16_extraction_inf_bool: forall x i:int [bit_testb (to_uint16 x) i].
-    0<=i<16 -> (bit_testb (to_uint16 x) i) =  (bit_testb x i)
-  axiom to_uint16_extraction_inf:      forall x i:int [bit_test  (to_uint16 x) i].
-    0<=i<16 -> (bit_test (to_uint16 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_uint16_extraction_inf_bool
-
-  lemma is_uint16_ext : forall x y:int .
-    is_uint16 x -> is_uint16 y
-    -> (forall i: int. 0<=i<16 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_uint16_ext
-
-(** *** Cast to uint32 C type *)
-  axiom to_uint32_extraction_sup:      forall x i:int [(is_uint32 x),(bit_test  x i)].
-    32<=i -> is_uint32 x -> not (bit_test x i)
-
-  lemma to_uint32_extraction_inf_bool: forall x i:int [bit_testb (to_uint32 x) i].
-    0<=i<32 -> (bit_testb (to_uint32 x) i) =  (bit_testb x i)
-  axiom to_uint32_extraction_inf:      forall x i:int [bit_test  (to_uint32 x) i].
-    0<=i<32 -> (bit_test (to_uint32 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_uint32_extraction_inf_bool
-
-  lemma is_uint32_ext : forall x y:int .
-    is_uint32 x -> is_uint32 y
-    -> (forall i: int. 0<=i<32 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_uint32_ext
-
-(** *** Cast to uint64 C type *)
-  axiom to_uint64_extraction_sup:      forall x i:int [(is_uint64 x),(bit_test  x i)].
-    64<=i -> (is_uint64 x) -> not (bit_test x i)
-
-  lemma to_uint64_extraction_inf_bool: forall x i:int [bit_testb (to_uint64 x) i].
-    0<=i<64 -> (bit_testb (to_uint64 x) i) =  (bit_testb x i)
-  axiom to_uint64_extraction_inf:      forall x i:int [bit_test  (to_uint64 x) i].
-    0<=i<64 -> (bit_test (to_uint64 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_uint64_extraction_inf_bool
-
-  lemma is_uint64_ext : forall x y:int .
-    is_uint64 x -> is_uint64 y
-    -> (forall i: int. 0<=i<64 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_uint64_ext
-
-(** ** Signed conversions *)
-  lemma to_sint_extraction_sup:      forall n x i:int .
-    0<=n<=i -> is_sint n x -> (bit_test x i) <-> x < 0
-  lemma to_sint_extraction_inf_bool: forall n x i:int .
-    0<=i<n -> (bit_testb (to_sint n x) i) =  (bit_testb x i)
-  lemma to_sint_extraction_inf:      forall n x i:int .
-    0<=i<n -> (bit_test (to_sint n x) i) <-> (bit_test x i)
-  lemma is_sint_ext : forall n x y:int .
-     0<=n -> is_sint n x -> is_sint n y
-    -> (forall i: int. 0<=i<=n -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop to_sint_extraction_sup
-  meta "remove_for_" prop to_sint_extraction_inf_bool
-  meta "remove_for_" prop to_sint_extraction_inf
-  meta "remove_for_" prop is_sint_ext
-
-(** *** Cast to sint8 C type *)
-  axiom to_sint8_extraction_sup:      forall x i:int [(is_sint8 x),(bit_test  x i)].
-    7<=i -> is_sint8 x -> (bit_test x i) <-> x < 0
-
-  lemma to_sint8_extraction_inf_bool: forall x i:int [(bit_testb (to_sint8 x) i)].
-    0<=i<7 -> (bit_testb (to_sint8 x) i) =  (bit_testb x i)
-  axiom to_sint8_extraction_inf:      forall x i:int [(bit_test  (to_sint8 x) i)].
-    0<=i<7 -> (bit_test (to_sint8 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_sint8_extraction_inf_bool
-
-  lemma is_sint8_ext : forall x y:int .
-    is_sint8 x -> is_sint8 y
-    -> (forall i: int. 0<=i<=7 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_sint8_ext
-
-(** *** Cast to sint16 C type *)
-  axiom to_sint16_extraction_sup:      forall x i:int [(is_sint16 x),(bit_test  x i)].
-    15<=i -> is_sint16 x -> (bit_test x i) <-> x < 0
-
-  lemma to_sint16_extraction_inf_bool: forall x i:int [bit_testb (to_sint16 x) i].
-    0<=i<15 -> (bit_testb (to_sint16 x) i) =  (bit_testb x i)
-  axiom to_sint16_extraction_inf:      forall x i:int [bit_test  (to_sint16 x) i].
-    0<=i<15 -> (bit_test (to_sint16 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_sint16_extraction_inf_bool
-
-  lemma is_sint16_ext : forall x y:int .
-    is_sint16 x -> is_sint16 y
-    -> (forall i: int. 0<=i<=15 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_sint16_ext
-
-(** *** Cast to sint32 C type *)
-  axiom to_sint32_extraction_sup: forall x i:int [(is_sint32 x),(bit_test x i)].
-    31<=i -> is_sint32 x -> (bit_test x i) <-> x < 0
-
-  lemma to_sint32_extraction_inf_bool: forall x i:int [bit_testb (to_sint32 x) i].
-    0<=i<31 -> (bit_testb (to_sint32 x) i) =  (bit_testb x i)
-  axiom to_sint32_extraction_inf:      forall x i:int [bit_test  (to_sint32 x) i].
-    0<=i<31 -> (bit_test (to_sint32 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_sint32_extraction_inf_bool
-
-  lemma is_sint32_ext : forall x y:int .
-    is_sint32 x -> is_sint32 y
-    -> (forall i: int. 0<=i<=31 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_sint32_ext
-
-(** *** Cast to sint64 C type *)
-  axiom to_sint64_extraction_sup:      forall x i:int [(is_sint64 x),(bit_test  x i)].
-    63<=i -> is_sint64 x -> (bit_test x i) <-> x < 0
-
-  lemma to_sint64_extraction_inf_bool: forall x i:int [bit_testb (to_sint64 x) i].
-    0<=i<63 -> (bit_testb (to_sint64 x) i) =  (bit_testb x i)
-  axiom to_sint64_extraction_inf:      forall x i:int [bit_test  (to_sint64 x) i].
-    0<=i<63 -> (bit_test (to_sint64 x) i) <-> (bit_test x i)
-  meta "remove_for_" prop to_sint64_extraction_inf_bool
-
-  lemma is_sint64_ext : forall x y:int .
-    is_sint64 x -> is_sint64 y
-    -> (forall i: int. 0<=i<=63 -> (bit_test x i <-> bit_test y i))
-    -> x = y
-  meta "remove_for_" prop is_sint64_ext
-
-(** * Some C-Integer Bits Conversions are distributive *)
-(** ** Unsigned conversions *)
-  lemma to_uint_lor : forall n x y:int.
-    to_uint n (lor x y) = lor (to_uint n x) (to_uint n y)
-  meta "remove_for_" prop to_uint_lor
-
-(** *** Cast to uint8 C type *)
-  lemma to_uint8_lor : forall x y:int [to_uint8 (lor x y)].
-    to_uint8 (lor x y) = lor (to_uint8 x) (to_uint 8 y)
-  meta "remove_for_" prop to_uint8_lor
-
-(** ***  Cast to uint16 C type *)
-  lemma to_uint16_lor : forall x y:int [to_uint16 (lor x y)].
-    to_uint16 (lor x y) = lor (to_uint16 x) (to_uint16 y)
-  meta "remove_for_" prop to_uint16_lor
-
-(** ***  Cast to uint32 C type *)
-  axiom to_uint32_lor : forall x y:int [to_uint32 (lor x y)].
-    to_uint32 (lor x y) = lor (to_uint32 x) (to_uint32 y)
-  meta "remove_for_" prop to_uint32_lor
-
-(** ***  Cast to uint64 C type *)
-  lemma to_uint64_lor : forall x y:int [to_uint64 (lor x y)].
-    to_uint64 (lor x y) = lor (to_uint64 x) (to_uint64 y)
-  meta "remove_for_" prop to_uint64_lor
-
-(** * Some C-Integer Bits Conversions are identity *)
-(** ** Unsigned conversions *)
-  lemma is_uint_lxor : forall n x y:int.
-    is_uint n x -> is_uint n y -> to_uint n (lxor x y) = lxor x y
-  lemma is_uint_lor : forall n x y:int.
-    is_uint n x -> is_uint n y -> to_uint n (lor x y) = lor x y
-  lemma is_uint_land : forall n x y:int.
-    is_uint n x -> is_uint n y -> to_uint n (land x y) = land x y
-  lemma is_uint_lsr : forall n x y:int.
-    0<=y -> is_uint n x -> to_uint n (lsr x y) = lsr x y
-  lemma is_uint_lsl1_inf : forall n y:int.
-    0<=y<n  -> to_uint n (lsl 1 y) = lsl 1 y
-  lemma is_uint_lsl1_sup : forall n y:int.
-    0<=n<=y -> to_uint n (lsl 1 y) = 0
-  meta "remove_for_" prop is_uint_lor
-  meta "remove_for_" prop is_uint_land
-  meta "remove_for_" prop is_uint_lsr
-  meta "remove_for_" prop is_uint_lsl1_inf
-  meta "remove_for_" prop is_uint_lsl1_sup
-
-(** *** Cast to uint8 C type *)
-  axiom is_uint8_lxor : forall x y:int [to_uint8 (lxor x y)].
-    is_uint8 x -> is_uint8 y -> to_uint8 (lxor x y) = lxor x y
-
-  axiom is_uint8_lor : forall x y:int [to_uint8 (lor x y)].
-    is_uint8 x -> is_uint8 y -> to_uint8 (lor x y) = lor x y
-
-  axiom is_uint8_land : forall x y:int [to_uint8 (land x y)].
-    is_uint8 x -> is_uint8 y -> to_uint8 (land x y) = land x y
-
-  axiom is_uint8_lsr : forall x y:int [to_uint8 (lsr x y)].
-    0<=y -> is_uint8 x -> to_uint8 (lsr x y) = lsr x y
-
-  axiom is_uint8_lsl1_inf : forall y:int [to_uint8 (lsl 1 y)].
-    0<=y<8 -> to_uint8 (lsl 1 y) = lsl 1 y
-
-  axiom is_uint8_lsl1_sup : forall y:int [to_uint8 (lsl 1 y)].
-    8<=y -> to_uint8 (lsl 1 y) = 0
-
-(** ***  Cast to uint16 C type *)
-  axiom is_uint16_lxor : forall x y:int [to_uint16 (lxor x y)].
-    is_uint16 x -> is_uint16 y -> to_uint16 (lxor x y) = lxor x y
-
-  axiom is_uint16_lor : forall x y:int [to_uint16 (lor x y)].
-    is_uint16 x -> is_uint16 y -> to_uint16 (lor x y) = lor x y
-
-  axiom is_uint16_land : forall x y:int [to_uint16 (land x y)].
-    is_uint16 x -> is_uint16 y -> to_uint16 (land x y) = land x y
-
-  axiom is_uint16_lsr : forall x y:int [to_uint16 (lsr x y)].
-    0<=y -> is_uint16 x -> to_uint16 (lsr x y) = lsr x y
-
-  axiom is_uint16_lsl1_inf : forall y:int [to_uint16 (lsl 1 y)].
-    0<=y<16 -> to_uint16 (lsl 1 y) = lsl 1 y
-
-  axiom is_uint16_lsl1_sup : forall y:int [to_uint16 (lsl 1 y)].
-    16<=y -> to_uint16 (lsl 1 y) = 0
-
-(** *** Cast to uint32 C type *)
-  axiom is_uint32_lxor : forall x y:int [to_uint32 (lxor x y)].
-    is_uint32 x -> is_uint32 y -> to_uint32 (lxor x y) = lxor x y
-
-  axiom is_uint32_lor : forall x y:int [to_uint32 (lor x y)].
-    is_uint32 x -> is_uint32 y -> to_uint32 (lor x y) = lor x y
-
-  axiom is_uint32_land : forall x y:int [to_uint32 (land x y)].
-    is_uint32 x -> is_uint32 y -> to_uint32 (land x y) = land x y
-
-  axiom is_uint32_lsr : forall x y:int [to_uint32 (lsr x y)].
-    0<=y -> is_uint32 x -> to_uint32 (lsr x y) = lsr x y
-
-  axiom is_uint32_lsl1_inf : forall y:int [to_uint32 (lsl 1 y)].
-    0<=y<32 -> to_uint32 (lsl 1 y) = lsl 1 y
-
-  axiom is_uint32_lsl1_sup : forall y:int [to_uint32 (lsl 1 y)].
-    32<=y -> to_uint32 (lsl 1 y) = 0
-
-(** *** Cast to uint64 C type *)
-  axiom is_uint64_lxor : forall x y:int [to_uint64 (lxor x y)].
-    is_uint64 x -> is_uint64 y -> to_uint64 (lxor x y) =  lxor x y
-
-  axiom is_uint64_lor : forall x y:int [to_uint64 (lor x y)].
-    is_uint64 x -> is_uint64 y -> to_uint64 (lor x y) =  lor x y
-
-  axiom is_uint64_land : forall x y:int [to_uint64 (land x y)].
-    is_uint64 x -> is_uint64 y -> to_uint64 (land x y) = land x y
-
-  axiom is_uint64_lsr : forall x y:int [to_uint64 (lsr x y)].
-    0<=y -> is_uint64 x -> to_uint64 (lsr x y) = lsr x y
-
-  axiom is_uint64_lsl1_inf : forall y:int [to_uint64 (lsl 1 y)].
-    0<=y<64 -> to_uint64 (lsl 1 y) = lsl 1 y
-
-  axiom is_uint64_lsl1_sup : forall y:int [to_uint64 (lsl 1 y)].
-    64<=y -> to_uint64 (lsl 1 y) = 0
-
-(** ** Signed conversions *)
-  lemma is_sint_lnot: forall n x:int.
-    is_sint n x -> to_sint n (lnot x) = lnot x
-  lemma is_sint_lxor: forall n x y:int.
-    is_sint n x -> is_sint n y -> to_sint n (lxor x y) = lxor x y
-  lemma is_sint_lor: forall n x y:int.
-    is_sint n x -> is_sint n y -> to_sint n (lor x y) = lor x y
-  lemma is_sint_land: forall n x y:int.
-    is_sint n x -> is_sint n y -> to_sint n (land x y) = land x y
-  lemma is_sint_lsr: forall n x y:int.
-    0<=y -> is_sint n x -> to_sint n (lsr x y) = lsr x y 
-  lemma is_sint_lsl1_inf : forall n y:int.
-    0<=y<n -> to_sint n (lsl 1 y) = (lsl 1 y)
-  lemma is_sint_lsl1_sup : forall n y:int.
-    0<=n<y -> to_sint n (lsl 1 y) = 0
-  meta "remove_for_" prop is_sint_lnot
-  meta "remove_for_" prop is_sint_lxor
-  meta "remove_for_" prop is_sint_lor
-  meta "remove_for_" prop is_sint_land
-  meta "remove_for_" prop is_sint_lsr
-  meta "remove_for_" prop is_sint_lsl1_inf
-  meta "remove_for_" prop is_sint_lsl1_sup
-
-(** *** Cast to sint8 C type *)
-  axiom is_sint8_lnot: forall x:int [to_sint8 (lnot x)].
-    is_sint8 x ->  to_sint8 (lnot x) = lnot x
-
-  axiom is_sint8_lxor: forall x y:int [to_sint8 (lxor x y)].
-    is_sint8 x -> is_sint8 y -> to_sint8 (lxor x y) = lxor x y
-
-  axiom is_sint8_lor: forall x y:int [to_sint8 (lor x y)].
-    is_sint8 x -> is_sint8 y -> to_sint8 (lor x y) = lor x y
-
-  axiom is_sint8_land: forall x y:int [to_sint8 (land x y)].
-    is_sint8 x -> is_sint8 y -> to_sint8 (land x y) = land x y
-
-  axiom is_sint8_lsr: forall x y:int [to_sint8 (lsr x y)].
-    0<=y -> is_sint8 x -> to_sint8 (lsr x y) = lsr x y 
-
-  axiom is_sint8_lsl1 :
-    lsl 1 7 = Cint.max_sint8
-
-  axiom is_sint8_lsl1_inf : forall y:int [to_sint8 (lsl 1 y)].
-    0<=y<7 -> to_sint8 (lsl 1 y) = lsl 1 y
-
-  axiom is_sint8_lsl1_sup : forall y:int [to_sint8 (lsl 1 y)].
-    8<=y -> to_sint8 (lsl 1 y) = 0
-
-(** *** Cast to sint16 C type *)
-  axiom is_sint16_lnot : forall x:int [to_sint16 (lnot x)].
-    is_sint16 x -> to_sint16 (lnot x) = lnot x
-
-  axiom is_sint16_lxor : forall x y:int [to_sint16 (lxor x y)].
-    is_sint16 x -> is_sint16 y -> to_sint16 (lxor x y) = lxor x y 
-
-  axiom is_sint16_lor : forall x y:int [to_sint16 (lor x y)].
-    is_sint16 x -> is_sint16 y -> to_sint16 (lor x y) = lor x y
-
-  axiom is_sint16_land : forall x y:int [to_sint16 (land x y)].
-    is_sint16 x -> is_sint16 y -> to_sint16 (land x y) = land x y
-
-  axiom is_sint16_lsr : forall x y:int [to_sint16 (lsr x y)].
-    0<=y -> is_sint16 x -> to_sint16 (lsr x y) = lsr x y
-
-  axiom is_sint16_lsl1 :
-    lsl 1 15 = Cint.max_sint16
-
-  axiom is_sint16_lsl1_inf : forall y:int [to_sint16 (lsl 1 y)].
-    0<=y<15 -> to_sint16 (lsl 1 y) = (lsl 1 y)
-
-  axiom is_sint16_lsl1_sup : forall y:int [to_sint16 (lsl 1 y)].
-    16<=y -> to_sint16 (lsl 1 y) = 0
-
-(** *** Cast to sint32 C type *)
-  axiom is_sint32_lnot : forall x:int [to_sint32(lnot(x))].
-    is_sint32 x -> to_sint32 (lnot x) = lnot x
-
-  axiom is_sint32_lxor : forall x y:int [to_sint32 (lxor x y)].
-    is_sint32 x ->  is_sint32 y -> to_sint32 (lxor x y) = lxor x y 
-
-  axiom is_sint32_lor : forall x y:int [to_sint32(lor x y)].
-    is_sint32 x -> is_sint32 y -> to_sint32 (lor x y) = lor x y
-
-  axiom is_sint32_land : forall x y:int [to_sint32 (land x y)].
-    is_sint32 x -> is_sint32 y -> to_sint32 (land x y) = land x y
-
-  axiom is_sint32_lsr : forall x y:int [to_sint32 (lsr x y)].
-    0<=y -> is_sint32 x -> to_sint32 (lsr x y) = lsr x y
-
-  axiom is_sint32_lsl1 :
-    lsl 1 31 = Cint.max_sint32
-
-  axiom is_sint32_lsl1_inf : forall y:int [to_sint32 (lsl 1 y)].
-    0<=y<31 -> to_sint32 (lsl 1 y) = lsl 1 y
-
-  axiom is_sint32_lsl1_sup : forall y:int [to_sint32 (lsl 1 y)].
-    32<=y -> to_sint32 (lsl 1 y) = 0
-
-(** *** Cast to sint64 C type *)
-  axiom is_sint64_lnot : forall x:int [to_sint64 (lnot x)].
-    is_sint64 x -> to_sint64 (lnot x) = lnot x
-
-  axiom is_sint64_lxor : forall x y:int [to_sint64 (lxor x y)].
-    is_sint64 x ->  is_sint64 y -> to_sint64 (lxor x y) = lxor x y
-
-  axiom is_sint64_lor : forall x y:int [to_sint64(lor x y)].
-    is_sint64 x -> is_sint64 y -> to_sint64 (lor x y) = lor x y
-
-  axiom is_sint64_land : forall x y:int [to_sint64 (land x y)].
-    is_sint64 x -> is_sint64 y -> to_sint64 (land x y) = land x y
-
-  axiom is_sint64_lsr : forall x y:int [to_sint64 (lsr x y)].
-    0<=y -> is_sint64 x -> to_sint64 (lsr x y) = lsr x y
-
-  axiom is_sint64_lsl1 :
-    lsl 1 63 = Cint.max_sint64
-
-  axiom is_sint64_lsl1_inf : forall y:int [to_sint64 (lsl 1 y)].
-    0<=y<63 -> to_sint64 (lsl 1 y) = lsl 1 y
-
-  axiom is_sint64_lsl1_sup : forall y:int [to_sint64 (lsl 1 y)].
-    64<=y -> to_sint64 (lsl 1 y) = 0
-
-(** * Range of some bitwise operations *)
-  lemma uint_land_range : forall x y: int .
-    0<=x -> 0 <= land x y <= x
-  meta "remove_for_" prop uint_land_range
-
-  lemma uint_lor_inf : forall x y: int .
-    -1<=x -> 0<=y -> x <= lor x y
-  meta "remove_for_" prop uint_lor_inf
-
-  lemma sint_land_inf : forall x y: int .
-    x<=0 -> y<0 -> land x y <= x
-  meta "remove_for_" prop sint_land_inf
-
-  lemma sint_lor_range : forall x y: int .
-    x<0 -> x <= lor x y < 0
-  meta "remove_for_" prop sint_lor_range
-
-  lemma is_uint_lor_distrib : forall n x y: int .
-   (is_uint n (lor x y)) <-> ((is_uint n x) && (is_uint n y))
-  meta "remove_for_" prop is_uint_lor_distrib
-
-(** * Link between bitwise operators and addition *)
-  axiom lor_addition : forall x y: int  [(land x y), (lor x y) ].
-    land x y = 0 -> x + y = lor x y
-
-  axiom lxor_addition : forall x y: int  [(land x y), (lxor x y) ].
-    land x y = 0 -> x + y = lxor x y
-
-(** * Link between land and cast operator *)
-  lemma to_uint_land_edge : forall x n: int.
-    0<=n -> to_uint n x = land ((lsl 1 n) - 1) x
-  meta "remove_for_" prop to_uint_land_edge
-
-end
diff --git a/src/plugins/wp/share/src/cfloat.why b/src/plugins/wp/share/src/cfloat.why
deleted file mode 100644
index f8bc5732032cd50db77121543f388a9ec3c721f0..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/cfloat.why
+++ /dev/null
@@ -1,223 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* -------------------------------------------------------------------------- *)
-(* --- C-Integer Arithmetics for Alt-Ergo                                 --- *)
-(* -------------------------------------------------------------------------- *)
-
-theory Cfloat
-
-  use import bool.Bool
-  use import real.RealInfix
-  use import real.Abs
-  use import real.Square
-  use import real.FromInt
-
-  (* -------------------------------------------------------------------------- *)
-  (* --- C-Integer Arithmetics for Alt-Ergo                                 --- *)
-  (* -------------------------------------------------------------------------- *)
-
-  type f32 (* single precision IEEE *)
-  type f64 (* double precision IEEE *)
-
-  (* C-Float Conversion *)
-
-  function to_f32 real : f32
-  function of_f32 f32 : real
-
-  function to_f64 real : f64
-  function of_f64 f64 : real
-
-  axiom to_f32_zero: of_f32 (to_f32 0.0) = 0.0
-  axiom to_f32_one:  of_f32 (to_f32 1.0) = 1.0
-  axiom to_f64_zero: of_f64 (to_f64 0.0) = 0.0
-  axiom to_f64_one:  of_f64 (to_f64 1.0) = 1.0
-
-  (* C-Float Rounding Modes *)
-
-  type rounding_mode = Up | Down | ToZero | NearestTiesToAway | NearestTiesToEven
-
-  function round_float rounding_mode real : f32
-  function round_double rounding_mode real : f64
-
-  axiom float_32:
-    forall x:real [ round_float NearestTiesToEven x ].
-    to_f32 x = round_float NearestTiesToEven x
-
-  axiom float_64:
-    forall x:real [ round_double NearestTiesToEven x ].
-    to_f64 x = round_double NearestTiesToEven x
-
-  (* C-Float Classification *)
-
-  type float_kind = Finite | NaN | Inf_pos | Inf_neg
-
-  function classify_f32 f32 : float_kind
-  function classify_f64 f64 : float_kind
-
-  predicate is_finite_f32 (f:f32) = (classify_f32 f = Finite)
-  predicate is_finite_f64 (d:f64) = (classify_f64 d = Finite)
-
-  predicate is_NaN_f32 (f:f32) = (classify_f32 f = NaN)
-  predicate is_NaN_f64 (d:f64) = (classify_f64 d = NaN)
-
-  predicate is_infinite_f32 (f:f32) = (classify_f32 f = Inf_pos || classify_f32 f = Inf_neg)
-  predicate is_infinite_f64 (d:f64) = (classify_f64 d = Inf_pos || classify_f64 d = Inf_neg)
-
-  predicate is_positive_infinite_f32 (f:f32) = (classify_f32 f = Inf_pos)
-  predicate is_positive_infinite_f64 (d:f64) = (classify_f64 d = Inf_pos)
-
-  predicate is_negative_infinite_f32 (f:f32) = (classify_f32 f = Inf_neg)
-  predicate is_negative_infinite_f64 (d:f64) = (classify_f64 d = Inf_neg)
-
-  axiom is_finite_to_float_32 :
-    forall x:real [is_finite_f32(to_f32 x)]. is_finite_f32 (to_f32 x)
-
-  axiom is_finite_to_float_64 :
-    forall x:real [is_finite_f64(to_f64 x)]. is_finite_f64 (to_f64 x)
-
-  axiom to_float_is_finite_32 :
-    forall f:f32 [ to_f32( of_f32 f ) | is_finite_f32(f) ]. is_finite_f32(f) -> to_f32( of_f32 f ) = f
-
-  axiom to_float_is_finite_64 :
-    forall d:f64 [ to_f64( of_f64 d ) | is_finite_f64(d) ]. is_finite_f64(d) -> to_f64( of_f64 d ) = d
-
-  (* Finite Constants *)
-
-  predicate finite (x:real) = (is_finite_f32 (to_f32 x)) /\ (is_finite_f64 (to_f64 x))
-
-  constant max_f32 : real = 340282346600000016151267322115014000640.0
-  constant max_f64 : real = 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0
-
-  axiom finite_small_f32 : forall x:real. -. max_f64 <=. x <=. max_f32 -> is_finite_f32(to_f32 x)
-  axiom finite_small_f64 : forall x:real. -. max_f64 <=. x <=. max_f64 -> is_finite_f64(to_f64 x)
-  axiom finite_range_f32 : forall f:f32. is_finite_f32(f) <-> -. max_f32 <=. of_f32 f <=. max_f32
-  axiom finite_range_f64 : forall d:f64. is_finite_f64(d) <-> -. max_f64 <=. of_f64 d <=. max_f64
-
-  (* Equal *)
-
-  function eq_f32b (x:f32) (y:f32) : bool
-  function eq_f64b (x:f64) (y:f64) : bool
-  predicate eq_f32 (x:f32) (y:f32) = (eq_f32b x y = true)
-  predicate eq_f64 (x:f64) (y:f64) = (eq_f64b x y = true)
-  axiom eq_finite_f32 : forall x,y:f32 [eq_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                        eq_f32 x y <-> of_f32 x = of_f32 y
-
-  axiom eq_finite_f64 : forall x,y:f64 [eq_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                        eq_f64 x y <-> of_f64 x = of_f64 y
-
-  (* Not Equal *)
-
-  function ne_f32b (x:f32) (y:f32) : bool
-  function ne_f64b (x:f64) (y:f64) : bool
-  predicate ne_f32 (x:f32) (y:f32) = (ne_f32b x y = true)
-  predicate ne_f64 (x:f64) (y:f64) = (ne_f64b x y = true)
-
-  axiom ne_finite_f32 : forall x,y:f32 [ne_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                        ne_f32 x y <-> of_f32 x <> of_f32 y
-
-  axiom ne_finite_f64 : forall x,y:f64 [ne_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                        ne_f64 x y <-> of_f64 x <> of_f64 y
-  (* Comparison (<=) *)
-
-  function le_f32b (x:f32) (y:f32) : bool
-  function le_f64b (x:f64) (y:f64) : bool
-  predicate le_f32 (x:f32) (y:f32) = (le_f32b x y = true)
-  predicate le_f64 (x:f64) (y:f64) = (le_f64b x y = true)
-
-  axiom le_finite_f32 : forall x,y:f32 [le_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                        le_f32 x y <-> of_f32 x <=. of_f32 y
-
-  axiom le_finite_f64 : forall x,y:f64 [le_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                        le_f64 x y <-> of_f64 x <=. of_f64 y
-  (* Comparison (<) *)
-
-  function lt_f32b (x:f32) (y:f32) : bool
-  function lt_f64b (x:f64) (y:f64) : bool
-  predicate lt_f32 (x:f32) (y:f32) = (lt_f32b x y = true)
-  predicate lt_f64 (x:f64) (y:f64) = (lt_f64b x y = true)
-
-  axiom lt_finite_f32 : forall x,y:f32 [lt_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                        lt_f32 x y <-> of_f32 x <. of_f32 y
-
-  axiom lt_finite_f64 : forall x,y:f64 [lt_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                        lt_f64 x y <-> of_f64 x <. of_f64 y
-
-  (* Negation *)
-
-
-  function neg_f32 (x:f32) : f32
-  function neg_f64 (x:f64) : f64
-
-  axiom neg_finite_f32 : forall x:f32 [neg_f32 x]. is_finite_f32 x -> of_f32 (neg_f32 x) = -. (of_f32 x)
-  axiom neg_finite_f64 : forall x:f64 [neg_f64 x]. is_finite_f64 x -> of_f64 (neg_f64 x) = -. (of_f64 x)
-
-  (* Addition *)
-
-  function add_f32 (x:f32) (y:f32) : f32
-  function add_f64 (x:f64) (y:f64) : f64
-
-  axiom add_finite_f32 : forall x,y:f32 [add_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                         add_f32 x y = to_f32 (of_f32 x +. of_f32 y)
-
-  axiom add_finite_f64 : forall x,y:f64 [add_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                         add_f64 x y = to_f64 (of_f64 x +. of_f64 y)
-  (* Multiplication *)
-
-  function mul_f32 (x:f32) (y:f32) : f32
-  function mul_f64 (x:f64) (y:f64) : f64
-
-  axiom mul_finite_f32 : forall x,y:f32 [mul_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                         mul_f32 x y = to_f32 (of_f32 x *. of_f32 y)
-
-  axiom mul_finite_f64 : forall x,y:f64 [mul_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                         mul_f64 x y = to_f64 (of_f64 x *. of_f64 y)
-  (* Division *)
-
-  function div_f32 (x:f32) (y:f32) : f32
-  function div_f64 (x:f64) (y:f64) : f64
-
-  axiom div_finite_f32 : forall x,y:f32 [div_f32 x y]. is_finite_f32 x -> is_finite_f32 y ->
-                                         div_f32 x y = to_f32 (of_f32 x /. of_f32 y)
-
-  axiom div_finite_f64 : forall x,y:f64 [div_f64 x y]. is_finite_f64 x -> is_finite_f64 y ->
-                                         div_f64 x y = to_f64 (of_f64 x /. of_f64 y)
-
-  (* Square Root *)
-
-  function sqrt_f32 f32 : f32
-  function sqrt_f64 f64 : f64
-
-  axiom sqrt_finite_f32 : forall x:f32 [sqrt_f32 x]. is_finite_f32 x -> sqrt_f32 x = to_f32 (sqrt (of_f32 x))
-  axiom sqrt_finite_f64 : forall x:f64 [sqrt_f64 x]. is_finite_f64 x -> sqrt_f64 x = to_f64 (sqrt (of_f64 x))
-
-  (* Models *)
-
-  function model_f32 (f:f32) : real
-  function delta_f32 (f:f32) : real = abs( of_f32 f -. model_f32 f )
-  function error_f32 (f:f32) : real = (delta_f32 f) /. (abs (model_f32 f))
-
-  function model_f64 (f:f64) : real
-  function delta_f64 (f:f64) : real = abs( of_f64 f -. model_f64 f )
-  function error_f64 (f:f64) : real = (delta_f64 f) /. (abs (model_f64 f))
-
-end
diff --git a/src/plugins/wp/share/src/cint.why b/src/plugins/wp/share/src/cint.why
deleted file mode 100644
index b725bf2d3ec32838b1117a7852cb098e39b43835..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/cint.why
+++ /dev/null
@@ -1,213 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* -------------------------------------------------------------------------- *)
-(* --- C-Integer Arithmetics for Why-3                                    --- *)
-(* -------------------------------------------------------------------------- *)
-
-theory Cint
-
-  use import int.Int
-  use import bool.Bool
-
-  (** * C-Integer bounds * **)
-
-  (** ** bounds are inlined into prover files ** **)
-
-  function max_uint8: int = 256
-  function max_sint8: int = 128
-  function max_uint16: int = 65536
-  function max_sint16: int = 32768
-  function max_uint32: int = 4294967296
-  function max_sint32: int = 2147483648
-  function max_uint64: int = 18446744073709551616
-  function max_sint64: int = 9223372036854775808
-
-  (** * C-Integer Ranges * **)
-
-  predicate is_bool(x:int) = x = 0 \/ x = 1
-  predicate is_uint8(x:int) = 0 <= x < max_uint8
-  predicate is_sint8(x:int) = -max_sint8 <= x < max_sint8
-  predicate is_uint16(x:int) = 0 <= x < max_uint16
-  predicate is_sint16(x:int) = -max_sint16 <= x < max_sint16
-  predicate is_uint32(x:int) = 0 <= x < max_uint32
-  predicate is_sint32(x:int) = -max_sint32 <= x < max_sint32
-  predicate is_uint64(x:int) = 0 <= x < max_uint64
-  predicate is_sint64(x:int) = -max_sint64 <= x < max_sint64
-
-  lemma is_bool0: is_bool(0)
-  lemma is_bool1: is_bool(1)
-
-  (* meta "def_into_axiom" predicate is_bool *)
-  meta "def_into_axiom" predicate is_uint8
-  meta "def_into_axiom" predicate is_sint8
-  meta "def_into_axiom" predicate is_uint16
-  meta "def_into_axiom" predicate is_uint16
-  meta "def_into_axiom" predicate is_sint32
-  meta "def_into_axiom" predicate is_uint32
-  meta "def_into_axiom" predicate is_sint64
-  meta "def_into_axiom" predicate is_uint64
-
-  (** * C-Integer Conversion * **)
-
-  function to_bool ( x : int ) : int = if x = 0 then 0 else 1
-  function to_uint8  int : int
-  function to_sint8  int : int
-  function to_uint16 int : int
-  function to_sint16 int : int
-  function to_uint32 int : int
-  function to_sint32 int : int
-  function to_uint64 int : int
-  function to_sint64 int : int
-
-  function two_power_abs  int : int
-  lemma two_power_abs_is_positive : forall n:int [ two_power_abs n ]. 0 < two_power_abs n
-  lemma two_power_abs_plus_pos : forall n m:int . 0 <= n -> 0 <= m -> two_power_abs (n+m) = (two_power_abs n) * (two_power_abs m)
-  lemma two_power_abs_plus_one : forall n:int   . 0 <= n -> two_power_abs (n+1) = 2 * (two_power_abs n)
-  meta "remove_for_" prop two_power_abs_is_positive
-  meta "remove_for_" prop two_power_abs_plus_pos
-  meta "remove_for_" prop two_power_abs_plus_one
-
-  predicate is_uint (n:int) (x:int) = 0 <= x < two_power_abs n
-
-  (* * [n] is the number of significant bits (that doesn't include the sign bit). * *)
-  predicate is_sint (n:int) (x:int) = -(two_power_abs n) <= x < two_power_abs n
-
-  function to_uint int int : int
-  function to_sint int int : int
-
- (** * C-Integer Conversions are in-range * **)
-
-  lemma is_to_uint : forall n x:int [ is_uint n (to_uint n x) ]. is_uint n (to_uint n x)
-  lemma is_to_sint : forall n x:int [ is_sint n (to_sint n x) ]. is_sint n (to_sint n x)
-  meta "remove_for_" prop is_to_uint
-  meta "remove_for_" prop is_to_sint
-
-  axiom is_to_uint8 : forall x:int [ is_uint8(to_uint8 x) ]. is_uint8 (to_uint8 x)
-  axiom is_to_sint8 : forall x:int [ is_sint8(to_sint8 x) ]. is_sint8 (to_sint8 x)
-  axiom is_to_uint16 : forall x:int [ is_uint16(to_uint16 x) ]. is_uint16 (to_uint16 x)
-  axiom is_to_sint16 : forall x:int [ is_sint16(to_sint16 x) ]. is_sint16 (to_sint16 x)
-  axiom is_to_uint32 : forall x:int [ is_uint32(to_uint32 x) ]. is_uint32 (to_uint32 x)
-  axiom is_to_sint32 : forall x:int [ is_sint32(to_sint32 x) ]. is_sint32 (to_sint32 x)
-  axiom is_to_uint64 : forall x:int [ is_uint64(to_uint64 x) ]. is_uint64 (to_uint64 x)
-  axiom is_to_sint64 : forall x:int [ is_sint64(to_sint64 x) ]. is_sint64 (to_sint64 x)
-
-  (** * C-Integer Conversions are identity when in-range * **)
-
-  lemma id_uint : forall n x:int [ to_uint n x ]. is_uint n x <-> (to_uint n x) = x
-  lemma id_sint : forall n x:int [ to_sint n x ]. is_sint n x <-> (to_sint n x) = x
-  meta "remove_for_" prop id_uint
-  meta "remove_for_" prop id_sint
-
-  axiom id_uint8 : forall x:int [ to_uint8 x ]. is_uint8 x -> (to_uint8 x) = x
-  axiom id_sint8 : forall x:int [ to_sint8 x ]. is_sint8 x -> (to_sint8 x) = x
-  axiom id_uint16 : forall x:int [ to_uint16 x ]. is_uint16 x -> (to_uint16 x) = x
-  axiom id_sint16 : forall x:int [ to_sint16 x ]. is_sint16 x -> (to_sint16 x) = x
-  axiom id_uint32 : forall x:int [ to_uint32 x ]. is_uint32 x -> (to_uint32 x) = x
-  axiom id_sint32 : forall x:int [ to_sint32 x ]. is_sint32 x -> (to_sint32 x) = x
-  axiom id_uint64 : forall x:int [ to_uint64 x ]. is_uint64 x -> (to_uint64 x) = x
-  axiom id_sint64 : forall x:int [ to_sint64 x ]. is_sint64 x -> (to_sint64 x) = x
-
-  meta "inline_in" predicate is_uint8,  prop id_uint8
-  meta "inline_in" predicate is_sint8,  prop id_sint8
-  meta "inline_in" predicate is_uint16, prop id_uint16
-  meta "inline_in" predicate is_sint16, prop id_sint16
-  meta "inline_in" predicate is_uint32, prop id_uint32
-  meta "inline_in" predicate is_sint32, prop id_sint32
-  meta "inline_in" predicate is_uint64, prop id_uint64
-  meta "inline_in" predicate is_sint64, prop id_sint64
-
-  (** * C-Integer Conversions are projections * **)
-
-  lemma proj_uint : forall n x:int . to_uint n (to_uint n x)= to_uint n x
-  lemma proj_sint : forall n x:int . to_sint n (to_sint n x)= to_sint n x
-  meta "remove_for_" prop proj_uint
-  meta "remove_for_" prop proj_sint
-
-  axiom proj_uint8 : forall x:int [ to_uint8(to_uint8 x) ]. to_uint8(to_uint8 x)=to_uint8 x
-  axiom proj_sint8 : forall x:int [ to_sint8(to_sint8 x) ]. to_sint8(to_sint8 x)=to_sint8 x
-  axiom proj_uint16 : forall x:int [ to_uint16(to_uint16 x) ]. to_uint16(to_uint16 x)=to_uint16 x
-  axiom proj_sint16 : forall x:int [ to_sint16(to_sint16 x) ]. to_sint16(to_sint16 x)=to_sint16 x
-  axiom proj_uint32 : forall x:int [ to_uint32(to_uint32 x) ]. to_uint32(to_uint32 x)=to_uint32 x
-  axiom proj_sint32 : forall x:int [ to_sint32(to_sint32 x) ]. to_sint32(to_sint32 x)=to_sint32 x
-  axiom proj_uint64 : forall x:int [ to_uint64(to_uint64 x) ]. to_uint64(to_uint64 x)=to_uint64 x
-  axiom proj_sint64 : forall x:int [ to_sint64(to_sint64 x) ]. to_sint64(to_sint64 x)=to_sint64 x
-
-  meta "remove_for_" prop proj_uint8
-  meta "remove_for_" prop proj_sint8
-  meta "remove_for_" prop proj_uint16
-  meta "remove_for_" prop proj_sint16
-  meta "remove_for_" prop proj_uint32
-  meta "remove_for_" prop proj_sint32
-  meta "remove_for_" prop proj_uint64
-  meta "remove_for_" prop proj_sint64
-
-  (** * Generalization for [to_sint _ (to_uint _ x)] * **)
-
-  lemma proj_su: forall n x:int . to_sint n (to_uint n x) = to_uint n x
-  lemma incl_su: forall n x:int . is_uint n x -> is_sint n x
-  meta "remove_for_" prop proj_su
-  meta "remove_for_" prop incl_su
-
-  lemma proj_su_uint: forall n m x:int . 0 <= n -> 0 <= m -> to_sint (m+n) (to_uint n x)     = to_uint n x
-  lemma proj_su_sint: forall n m x:int . 0 <= n -> 0 <= m -> to_sint n (to_uint (m+(n+1)) x) = to_sint n x
-  meta "remove_for_" prop proj_su_uint
-  meta "remove_for_" prop proj_su_sint
-
-  axiom proj_int8  : forall x:int [ to_sint8(to_uint8 x)   ]. to_sint8(to_uint8 x)  =to_sint8  x
-  axiom proj_int16 : forall x:int [ to_sint16(to_uint16 x) ]. to_sint16(to_uint16 x)=to_sint16 x
-  axiom proj_int32 : forall x:int [ to_sint32(to_uint32 x) ]. to_sint32(to_uint32 x)=to_sint32 x
-  axiom proj_int64 : forall x:int [ to_sint64(to_uint64 x) ]. to_sint64(to_uint64 x)=to_sint64 x
-
-  (** * Generalization for [to_uint _ (to_sint _ x)] * **)
-
-  lemma proj_us_uint: forall n m x:int . 0 <= n -> 0 <= m -> to_uint (n+1) (to_sint (m+n) x) = to_uint (n+1) x
-  meta "remove_for_" prop proj_us_uint
-
-  (** * C-Integer range inclusion * **)
-
-  lemma incl_uint : forall n x i:int . 0 <= n -> 0 <= i -> is_uint n x -> is_uint (n+i) x
-  lemma incl_sint : forall n x i:int . 0 <= n -> 0 <= i -> is_sint n x -> is_sint (n+i) x
-  lemma incl_int  : forall n x i:int . 0 <= n -> 0 <= i -> is_uint n x -> is_sint (n+i) x
-  meta "remove_for_" prop incl_uint
-  meta "remove_for_" prop incl_sint
-  meta "remove_for_" prop incl_int
-
-  (** * C-Integer Bits * **)
-
-  function lnot int : int
-
-  function land int int : int
-  function lxor int int : int
-  function lor  int int : int
-
-  meta AC function land
-  meta AC function lxor
-  meta AC function lor
-
-  function lsl  int int : int
-  function lsr  int int : int
-
-  function bit_testb int int : bool
-  predicate bit_test int int
-
-end
diff --git a/src/plugins/wp/share/src/coq-own-realization.drv b/src/plugins/wp/share/src/coq-own-realization.drv
deleted file mode 100644
index bba87c6fafc12b9fea860971125354ea88582a7f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/coq-own-realization.drv
+++ /dev/null
@@ -1,17 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  All rights reserved.                                                  *)
-(*  Contact CEA LIST for licensing.                                       *)
-(*                                                                        *)
-(**************************************************************************)
-
-theory qed.Qed
-   syntax function pdiv "(ZArith.BinInt.Z.quot %1 %2)"
-   syntax function pmod "(ZArith.BinInt.Z.rem %1 %2)"
-end
\ No newline at end of file
diff --git a/src/plugins/wp/share/src/coq-why3.drv b/src/plugins/wp/share/src/coq-why3.drv
deleted file mode 100644
index cbcc08a10bb93092db39887cc116ab30a3f46342..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/coq-why3.drv
+++ /dev/null
@@ -1,12 +0,0 @@
-(* generated automatically at developer compilation time *)
-theory qed.Qed meta "realized_theory" "qed.Qed", "Qed" end
-theory cmath.Cmath meta "realized_theory" "cmath.Cmath", "Cmath" end
-theory square.Square meta "realized_theory" "square.Square", "Square" end
-theory explog.ExpLog meta "realized_theory" "explog.ExpLog", "ExpLog" end
-theory arctrigo.ArcTrigo meta "realized_theory" "arctrigo.ArcTrigo", "ArcTrigo" end
-theory cint.Cint meta "realized_theory" "cint.Cint", "Cint" end
-theory cbits.Cbits meta "realized_theory" "cbits.Cbits", "Cbits" end
-theory memory.Memory meta "realized_theory" "memory.Memory", "Memory" end
-theory vset.Vset meta "realized_theory" "vset.Vset", "Vset" end
-theory cfloat.Cfloat meta "realized_theory" "cfloat.Cfloat", "Cfloat" end
-theory vlist.Vlist meta "realized_theory" "vlist.Vlist", "Vlist" end
diff --git a/src/plugins/wp/share/src/filter_axioms.ml b/src/plugins/wp/share/src/filter_axioms.ml
deleted file mode 100644
index 6a339539ec76744e96480d45007eda3f832085c9..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/filter_axioms.ml
+++ /dev/null
@@ -1,192 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-open Why3
-open Term
-open Decl
-
-let meta_remove_altergo =
-  Theory.register_meta "remove_for_altergo"
-    [Theory.MTprsymbol]
-    ~desc:"Don't@ translate@ this@ lemma@ for@ altergo."
-
-let meta_remove_why3 =
-  Theory.register_meta "remove_for_why3"
-    [Theory.MTprsymbol]
-    ~desc:"Don't@ translate@ this@ lemma@ for@ why3."
-
-let meta_remove_ =
-  Theory.register_meta "remove_for_"
-    [Theory.MTprsymbol]
-    ~desc:"Don't@ translate@ this@ lemma@ for@ why3 and altergo."
-
-
-let elim_abstract remove_pr d = match d.d_node with
-  | Dprop (Paxiom,pr,_) when Spr.mem pr remove_pr ->
-      (* Format.eprintf "Remove %a@." Pretty.print_pr pr; *)
-      []
-  | Dprop (Paxiom,pr,_) ->
-      (* Format.eprintf "Not Remove %a@." Pretty.print_pr pr; *)
-      [d]
-  | _ ->
-      (* Format.eprintf "Not Seen %a@." Pretty.print_decl d; *)
-      [d]
-
-let remove_prop meta =
-  Trans.on_tagged_pr meta
-    (fun remove_pr ->
-       Trans.on_tagged_pr meta_remove_
-         (fun remove_pr2 ->
-            Trans.decl (elim_abstract (Spr.union remove_pr remove_pr2)) None))
-
-let () =
-  Trans.register_transform "remove_for_altergo"
-    (remove_prop meta_remove_altergo)
-    ~desc:"Remove@ tagged@ proposition@ with \"remove_for_altergo\"@ and \
-           \"remove_for_\"@ metas."
-
-let () =
-  Trans.register_transform "remove_for_why3"
-    (remove_prop meta_remove_why3)
-    ~desc:"Remove@ tagged@ proposition@ with \"remove_for_why3\"@ and \
-           \"remove_for_\" metas."
-
-
-(** inlining *)
-
-let meta_inline_in =
-  Theory.register_meta "inline_in"
-    [Theory.MTlsymbol;Theory.MTprsymbol;]
-    ~desc:"Inline@ the@ symbol@ in@ the@ proposition."
-
-let t_unfold defs fs tl ty =
-  match Mls.find_opt fs defs with
-  | None ->
-      assert false (** absurd: it is in mpr so it is in sls so added in defs *)
-  | Some (vl,e) ->
-      let add (mt,mv) x y = Ty.ty_match mt x.vs_ty (t_type y), Mvs.add x y mv in
-      let (mt,mv) = List.fold_left2 add (Ty.Mtv.empty, Mvs.empty) vl tl in
-      let mt = Ty.oty_match mt e.t_ty ty in
-      t_ty_subst mt mv e
-
-(* inline every symbol *)
-
-let rec t_replace_all defs s t =
-  let t = t_map (t_replace_all defs s) t in
-  match t.t_node with
-  | Tapp (fs,tl) when Sls.mem fs s ->
-      t_label_copy t (t_unfold defs fs tl t.t_ty)
-  | _ -> t
-
-let fold mpr sls d (defs, task) =
-  (** replace *)
-  let d = match d.d_node with
-    | Dprop (k,pr,f) ->
-        let s = Mpr.find_def Sls.empty pr mpr in
-        if Sls.is_empty s then d
-        else create_prop_decl k pr (t_replace_all defs s f)
-    | _ -> d
-  in
-  (** add to defs if needed *)
-  match d.d_node with
-  | Dlogic [ls,ld] when Sls.mem ls sls ->
-      let vl,e = open_ls_defn ld in
-      Mls.add ls (vl,e) defs, Task.add_decl task d
-  | _ ->
-      defs, Task.add_decl task d
-
-let fold mpr sls task_hd (defs, task) =
-  match task_hd.Task.task_decl.Theory.td_node with
-  | Theory.Decl d ->
-      fold mpr sls d (defs, task)
-  | _ ->
-      defs, Task.add_tdecl task task_hd.Task.task_decl
-
-let trans =
-  let add (mpr,sls) = function
-    | [Theory.MAls ls; Theory.MApr pr] ->
-        Mpr.change (function None -> Some (Sls.singleton ls)
-                           | Some s -> Some (Sls.add ls s)) pr mpr,
-        Sls.add ls sls
-    | _ -> assert false
-  in
-  Trans.on_meta meta_inline_in (fun l ->
-      let mpr, sls = List.fold_left add (Mpr.empty,Sls.empty) l in
-      Trans.fold_map (fold mpr sls) Mls.empty None)
-
-
-let () =
-  Trans.register_transform "inline_in"
-    trans
-    ~desc:"Inline@ the@ symbol@ in@ the@ proposition(meta@ of@ the@ same@ name)"
-
-(*** eliminate function *)
-let meta_def_into_axiom =
-  Theory.register_meta "def_into_axiom"
-    [Theory.MTlsymbol]
-    ~desc:"Turn the marked function into an axiom"
-
-let rec t_insert hd t = match t.t_node with
-  | Tif (f1,t2,t3) ->
-      t_if f1 (t_insert hd t2) (t_insert hd t3)
-  | Tlet (t1,bt) ->
-      let v,t2 = t_open_bound bt in
-      t_let_close v t1 (t_insert hd t2)
-  | Tcase (tl,bl) ->
-      let br b =
-        let pl,t1 = t_open_branch b in
-        t_close_branch pl (t_insert hd t1)
-      in
-      t_case tl (List.map br bl)
-  | _ -> TermTF.t_selecti t_equ_simp t_iff_simp hd t
-
-let add_ld which (ls,ld) (abst,defn,axl) =
-  if which ls then
-    let vl,e = open_ls_defn ld in
-    let nm = ls.ls_name.Ident.id_string ^ "_def" in
-    let pr = create_prsymbol (Ident.id_derive nm ls.ls_name) in
-    let hd = t_app ls (List.map t_var vl) e.t_ty in
-    let e = TermTF.t_selecti Term.t_equ_simp Term.t_iff_simp hd e in
-    let ax = t_forall_close vl [[hd]] e in
-    let ax = create_prop_decl Paxiom pr ax in
-    let ld = create_param_decl ls in
-    ld :: abst, defn, ax :: axl
-  else
-    abst, (ls,ld) :: defn, axl
-
-let elim_decl which l =
-  let abst,defn,axl = List.fold_right (add_ld which) l ([],[],[]) in
-  let defn = if defn = [] then [] else [create_logic_decl defn] in
-  abst @ defn @ axl
-
-let elim which d = match d.d_node with
-  | Dlogic l -> elim_decl which l
-  | _ -> [d]
-
-let def_into_axiom =
-  Trans.on_tagged_ls meta_def_into_axiom (fun sls ->
-      Trans.decl (elim (fun ls -> Term.Sls.mem ls sls)) None)
-
-let () =
-  Trans.register_transform "def_into_axiom"
-    def_into_axiom
-    ~desc:"Turn the marked function into an axiom"
diff --git a/src/plugins/wp/share/src/lemma_about_mod.txt b/src/plugins/wp/share/src/lemma_about_mod.txt
deleted file mode 100644
index d659908d0219953c2861f87b90b7137d23adbed5..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/lemma_about_mod.txt
+++ /dev/null
@@ -1,106 +0,0 @@
-Z_mod_lt: forall a b : int, b > 0 -> 0 <= a mod b < b
-Z_mod_neg: forall a b : int, b < 0 -> b < a mod b <= 0
-Z_div_mod_eq: forall a b : int, b > 0 -> a = b * (a / b) + a mod b
-Zmod_eq_full: forall a b : int, b <> 0 -> a mod b = a - a / b * b
-Zmod_eq: forall a b : int, b > 0 -> a mod b = a - a / b * b
-Zmod_unique: forall a b q r : int, 0 <= r < b -> a = b * q + r -> r = a mod b
-Zmod_0_l: forall a : int, 0 mod a = 0
-Zmod_0_r: forall a : int, a mod 0 = 0
-Zmod_1_r: forall a : int, a mod 1 = 0
-Zmod_1_l: forall a : int, 1 < a -> 1 mod a = 1
-Z_mod_same_full: forall a : int, a mod a = 0
-Z_mod_mult: forall a b : int, (a * b) mod b = 0
-Zmod_small: forall a n : int, 0 <= a < n -> a mod n = a
-Z_div_exact_full_1: forall a b : int, a = b * (a / b) -> a mod b = 0
-Z_div_exact_full_2:
-  forall a b : int, b <> 0 -> a mod b = 0 -> a = b * (a / b)
-Zmod_le: forall a b : int, 0 < b -> 0 <= a -> a mod b <= a
-Z_mod_plus_full: forall a b c : int, (a + b * c) mod c = a mod c
-Zmod_opp_opp: forall a b : int, - a mod - b = - (a mod b)
-Z_mod_zero_opp_full: forall a b : int, a mod b = 0 -> - a mod b = 0
-Z_mod_nz_opp_full: forall a b : int, a mod b <> 0 -> - a mod b = b - a mod b
-Z_mod_zero_opp_r: forall a b : int, a mod b = 0 -> a mod - b = 0
-Z_mod_nz_opp_r: forall a b : int, a mod b <> 0 -> a mod - b = a mod b - b
-Z_div_zero_opp_full: forall a b : int, a mod b = 0 -> - a / b = - (a / b)
-Z_div_nz_opp_full: forall a b : int, a mod b <> 0 -> - a / b = - (a / b) - 1
-Z_div_zero_opp_r: forall a b : int, a mod b = 0 -> a / - b = - (a / b)
-Z_div_nz_opp_r: forall a b : int, a mod b <> 0 -> a / - b = - (a / b) - 1
-Zmult_mod_distr_l: forall a b c : int, (c * a) mod (c * b) = c * (a mod b)
-Zmult_mod_distr_r: forall a b c : int, (a * c) mod (b * c) = a mod b * c
-Zmod_mod: forall a n : int, (a mod n) mod n = a mod n
-Zmult_mod: forall a b n : int, (a * b) mod n = (a mod n * (b mod n)) mod n
-Zplus_mod: forall a b n : int, (a + b) mod n = (a mod n + b mod n) mod n
-Zminus_mod: forall a b n : int, (a - b) mod n = (a mod n - b mod n) mod n
-Zplus_mod_idemp_l: forall a b n : int, (a mod n + b) mod n = (a + b) mod n
-Zplus_mod_idemp_r: forall a b n : int, (b + a mod n) mod n = (b + a) mod n
-Zminus_mod_idemp_l: forall a b n : int, (a mod n - b) mod n = (a - b) mod n
-Zminus_mod_idemp_r: forall a b n : int, (a - b mod n) mod n = (a - b) mod n
-Zmult_mod_idemp_l: forall a b n : int, (a mod n * b) mod n = (a * b) mod n
-Zmult_mod_idemp_r: forall a b n : int, (b * (a mod n)) mod n = (b * a) mod n
-Z_mod_same: forall a : int, a > 0 -> a mod a = 0
-Z_mod_plus: forall a b c : int, c > 0 -> (a + b * c) mod c = a mod c
-Z_div_exact_1: forall a b : int, b > 0 -> a = b * (a / b) -> a mod b = 0
-Z_div_exact_2: forall a b : int, b > 0 -> a mod b = 0 -> a = b * (a / b)
-Z_mod_zero_opp: forall a b : int, b > 0 -> a mod b = 0 -> - a mod b = 0
-Z.div_mod: forall a b : int, b <> 0 -> a = b * (a / b) + a mod b
-Z.mod_pos_bound: forall a b : int, 0 < b -> 0 <= a mod b < b
-Z.mod_bound_pos: forall a b : int, 0 <= a -> 0 < b -> 0 <= a mod b < b
-Z.mod_neg_bound: forall a b : int, b < 0 -> b < a mod b <= 0
-Z.mod_eq: forall a b : int, b <> 0 -> a mod b = a - b * (a / b)
-Z.mod_bound_abs: forall a b : int, b <> 0 -> Z.abs (a mod b) < Z.abs b
-Z.mod_unique:
-  forall a b q r : int,
-  0 <= r < b \/ b < r <= 0 -> a = b * q + r -> r = a mod b
-Z.mod_unique_pos:
-  forall a b q r : int, 0 <= r < b -> a = b * q + r -> r = a mod b
-Z.mod_unique_neg:
-  forall a b q r : int, b < r <= 0 -> a = b * q + r -> r = a mod b
-Z.mod_bound_or:
-  forall a b : int, b <> 0 -> 0 <= a mod b < b \/ b < a mod b <= 0
-Z.opp_mod_bound_or:
-  forall a b : int,
-  b <> 0 -> 0 <= - (a mod b) < - b \/ - b < - (a mod b) <= 0
-Z.mod_opp_opp: forall a b : int, b <> 0 -> - a mod - b = - (a mod b)
-Z.div_opp_l_z: forall a b : int, b <> 0 -> a mod b = 0 -> - a / b = - (a / b)
-Z.div_opp_l_nz:
-  forall a b : int, b <> 0 -> a mod b <> 0 -> - a / b = - (a / b) - 1
-Z.mod_opp_l_z: forall a b : int, b <> 0 -> a mod b = 0 -> - a mod b = 0
-Z.mod_opp_l_nz:
-  forall a b : int, b <> 0 -> a mod b <> 0 -> - a mod b = b - a mod b
-Z.div_opp_r_z: forall a b : int, b <> 0 -> a mod b = 0 -> a / - b = - (a / b)
-Z.div_opp_r_nz:
-  forall a b : int, b <> 0 -> a mod b <> 0 -> a / - b = - (a / b) - 1
-Z.mod_opp_r_z: forall a b : int, b <> 0 -> a mod b = 0 -> a mod - b = 0
-Z.mod_opp_r_nz:
-  forall a b : int, b <> 0 -> a mod b <> 0 -> a mod - b = a mod b - b
-Z.mod_same: forall a : int, a <> 0 -> a mod a = 0
-Z.mod_small: forall a b : int, 0 <= a < b -> a mod b = a
-Z.mod_0_l: forall a : int, a <> 0 -> 0 mod a = 0
-Z.mod_1_r: forall a : int, a mod 1 = 0
-Z.mod_1_l: forall a : int, 1 < a -> 1 mod a = 1
-Z.mod_mul: forall a b : int, b <> 0 -> (a * b) mod b = 0
-Z.mod_le: forall a b : int, 0 <= a -> 0 < b -> a mod b <= a
-Z.mod_small_iff:
-  forall a b : int, b <> 0 -> (a mod b = a <-> 0 <= a < b \/ b < a <= 0)
-Z.div_exact: forall a b : int, b <> 0 -> (a = b * (a / b) <-> a mod b = 0)
-Z.mod_add: forall a b c : int, c <> 0 -> (a + b * c) mod c = a mod c
-Z.mul_mod_distr_l:
-  forall a b c : int, b <> 0 -> c <> 0 -> (c * a) mod (c * b) = c * (a mod b)
-Z.mul_mod_distr_r:
-  forall a b c : int, b <> 0 -> c <> 0 -> (a * c) mod (b * c) = a mod b * c
-Z.mod_mod: forall a n : int, n <> 0 -> (a mod n) mod n = a mod n
-Z.mul_mod_idemp_l:
-  forall a b n : int, n <> 0 -> (a mod n * b) mod n = (a * b) mod n
-Z.mul_mod_idemp_r:
-  forall a b n : int, n <> 0 -> (a * (b mod n)) mod n = (a * b) mod n
-Z.mul_mod:
-  forall a b n : int, n <> 0 -> (a * b) mod n = (a mod n * (b mod n)) mod n
-Z.add_mod_idemp_l:
-  forall a b n : int, n <> 0 -> (a mod n + b) mod n = (a + b) mod n
-Z.add_mod_idemp_r:
-  forall a b n : int, n <> 0 -> (a + b mod n) mod n = (a + b) mod n
-Z.add_mod:
-  forall a b n : int, n <> 0 -> (a + b) mod n = (a mod n + b mod n) mod n
-Z.rem_mul_r:
-  forall a b c : int,
-  b <> 0 -> 0 < c -> a mod (b * c) = a mod b + b * ((a / b) mod c)
diff --git a/src/plugins/wp/share/src/logs/ArcTrigo.altergo.err b/src/plugins/wp/share/src/logs/ArcTrigo.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ArcTrigo.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/ArcTrigo.coq.err b/src/plugins/wp/share/src/logs/ArcTrigo.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ArcTrigo.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/ArcTrigo.why3.check.err b/src/plugins/wp/share/src/logs/ArcTrigo.why3.check.err
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/src/plugins/wp/share/src/logs/ArcTrigo.why3.err b/src/plugins/wp/share/src/logs/ArcTrigo.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ArcTrigo.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cbits.altergo.err b/src/plugins/wp/share/src/logs/Cbits.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cbits.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cbits.coq.err b/src/plugins/wp/share/src/logs/Cbits.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cbits.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cbits.why3.check.err b/src/plugins/wp/share/src/logs/Cbits.why3.check.err
deleted file mode 100644
index 7b29ed53aa0f0251b8e7b622c0712d503482463d..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cbits.why3.check.err
+++ /dev/null
@@ -1,226 +0,0 @@
-File "../why3/Qed.why", line 42, characters 6-17:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "../why3/Qed.why", line 47, characters 6-16:
-warning: axiom cdiv_cases does not contain any local abstract symbol
-File "../why3/Qed.why", line 57, characters 6-16:
-warning: axiom cmod_cases does not contain any local abstract symbol
-File "../why3/Qed.why", line 67, characters 6-20:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "../why3/Qed.why", line 79, characters 6-18:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "../why3/Qed.why", line 82, characters 6-14:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "../why3/Cint.why", line 61, characters 6-14:
-warning: axiom is_bool0 does not contain any local abstract symbol
-File "../why3/Cint.why", line 63, characters 6-14:
-warning: axiom is_bool1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 11, characters 6-15:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "../why3/Cbits.why", line 14, characters 6-16:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "../why3/Cbits.why", line 16, characters 6-12:
-warning: axiom land_0 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 18, characters 6-15:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 20, characters 6-12:
-warning: axiom land_1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 23, characters 6-15:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 26, characters 6-15:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "../why3/Cbits.why", line 28, characters 6-11:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 31, characters 6-14:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 34, characters 6-11:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 36, characters 6-14:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 38, characters 6-20:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "../why3/Cbits.why", line 40, characters 6-12:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 43, characters 6-15:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 46, characters 6-12:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 48, characters 6-15:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 50, characters 6-18:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "../why3/Cbits.why", line 53, characters 6-25:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "../why3/Cbits.why", line 57, characters 6-13:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 59, characters 6-29:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "../why3/Cbits.why", line 62, characters 6-32:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "../why3/Cbits.why", line 65, characters 6-21:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "../why3/Cbits.why", line 69, characters 6-21:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "../why3/Cbits.why", line 73, characters 6-20:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "../why3/Cbits.why", line 77, characters 6-21:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "../why3/Cbits.why", line 81, characters 6-18:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 87, characters 6-24:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 92, characters 6-24:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 96, characters 6-21:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "../why3/Cbits.why", line 100, characters 6-21:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "../why3/Cbits.why", line 104, characters 6-29:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 108, characters 6-29:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 112, characters 6-30:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 116, characters 6-30:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 120, characters 6-30:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 124, characters 6-30:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 128, characters 6-30:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 132, characters 6-30:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 136, characters 6-29:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 140, characters 6-29:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 144, characters 6-30:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 148, characters 6-30:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 152, characters 6-30:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 156, characters 6-30:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 160, characters 6-30:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 164, characters 6-30:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 168, characters 6-18:
-warning: axiom is_uint_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 171, characters 6-19:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 175, characters 6-18:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 179, characters 6-19:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 183, characters 6-18:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 187, characters 6-23:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 191, characters 6-23:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 194, characters 6-20:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 198, characters 6-19:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 202, characters 6-20:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 206, characters 6-19:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 210, characters 6-24:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 214, characters 6-24:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 217, characters 6-20:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 221, characters 6-19:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 225, characters 6-20:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 229, characters 6-19:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 233, characters 6-24:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 237, characters 6-24:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 240, characters 6-20:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 244, characters 6-19:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 248, characters 6-20:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 252, characters 6-19:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 256, characters 6-24:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 260, characters 6-24:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 263, characters 6-19:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "../why3/Cbits.why", line 266, characters 6-19:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 270, characters 6-18:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 274, characters 6-19:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 278, characters 6-18:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 282, characters 6-19:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 284, characters 6-23:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 288, characters 6-23:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 291, characters 6-20:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "../why3/Cbits.why", line 294, characters 6-20:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 298, characters 6-19:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 302, characters 6-20:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 306, characters 6-19:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 310, characters 6-20:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 312, characters 6-24:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 316, characters 6-24:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 319, characters 6-20:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "../why3/Cbits.why", line 322, characters 6-20:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 326, characters 6-19:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 330, characters 6-20:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 334, characters 6-19:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 338, characters 6-20:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 340, characters 6-24:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 344, characters 6-24:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 347, characters 6-20:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "../why3/Cbits.why", line 350, characters 6-20:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 354, characters 6-19:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "../why3/Cbits.why", line 358, characters 6-20:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "../why3/Cbits.why", line 362, characters 6-19:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "../why3/Cbits.why", line 366, characters 6-20:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "../why3/Cbits.why", line 368, characters 6-24:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "../why3/Cbits.why", line 372, characters 6-24:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "../why3/Cbits.why", line 375, characters 6-18:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "../why3/Cbits.why", line 378, characters 6-19:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cbits.why3.err b/src/plugins/wp/share/src/logs/Cbits.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cbits.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cfloat.altergo.err b/src/plugins/wp/share/src/logs/Cfloat.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cfloat.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cfloat.coq.err b/src/plugins/wp/share/src/logs/Cfloat.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cfloat.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cfloat.why3.check.err b/src/plugins/wp/share/src/logs/Cfloat.why3.check.err
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/src/plugins/wp/share/src/logs/Cfloat.why3.err b/src/plugins/wp/share/src/logs/Cfloat.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cfloat.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cint.altergo.err b/src/plugins/wp/share/src/logs/Cint.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cint.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cint.coq.err b/src/plugins/wp/share/src/logs/Cint.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cint.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cint.why3.check.err b/src/plugins/wp/share/src/logs/Cint.why3.check.err
deleted file mode 100644
index f1e043b0ea3e67541b2a67a431bff53496e6b879..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cint.why3.check.err
+++ /dev/null
@@ -1,4 +0,0 @@
-File "../why3/Cint.why", line 61, characters 6-14:
-warning: axiom is_bool0 does not contain any local abstract symbol
-File "../why3/Cint.why", line 63, characters 6-14:
-warning: axiom is_bool1 does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cint.why3.err b/src/plugins/wp/share/src/logs/Cint.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cint.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cmath.altergo.err b/src/plugins/wp/share/src/logs/Cmath.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cmath.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cmath.coq.err b/src/plugins/wp/share/src/logs/Cmath.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cmath.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cmath.why3.check.err b/src/plugins/wp/share/src/logs/Cmath.why3.check.err
deleted file mode 100644
index 7bfbad91a994c8ab552c9111b49b38b9c9584377..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cmath.why3.check.err
+++ /dev/null
@@ -1,2 +0,0 @@
-File "../why3/Cmath.why", line 6, characters 6-13:
-warning: axiom abs_def does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Cmath.why3.err b/src/plugins/wp/share/src/logs/Cmath.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Cmath.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/ExpLog.altergo.err b/src/plugins/wp/share/src/logs/ExpLog.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ExpLog.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/ExpLog.coq.err b/src/plugins/wp/share/src/logs/ExpLog.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ExpLog.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/ExpLog.why3.check.err b/src/plugins/wp/share/src/logs/ExpLog.why3.check.err
deleted file mode 100644
index 55334275849a2dc545ad9c3d55bfa9d574ada53b..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ExpLog.why3.check.err
+++ /dev/null
@@ -1,2 +0,0 @@
-File "../why3/ExpLog.why", line 5, characters 6-13:
-warning: axiom exp_pos does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/ExpLog.why3.err b/src/plugins/wp/share/src/logs/ExpLog.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/ExpLog.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Memory.altergo.err b/src/plugins/wp/share/src/logs/Memory.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Memory.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Memory.coq.err b/src/plugins/wp/share/src/logs/Memory.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Memory.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Memory.why3.check.err b/src/plugins/wp/share/src/logs/Memory.why3.check.err
deleted file mode 100644
index a9e2fec2e9946b9ad27b08ccd5fd8ba6d8018a35..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Memory.why3.check.err
+++ /dev/null
@@ -1,18 +0,0 @@
-File "../why3/Memory.why", line 63, characters 6-17:
-warning: axiom valid_rw_rd does not contain any local abstract symbol
-File "../why3/Memory.why", line 66, characters 6-18:
-warning: axiom valid_string does not contain any local abstract symbol
-File "../why3/Memory.why", line 70, characters 6-17:
-warning: axiom separated_1 does not contain any local abstract symbol
-File "../why3/Memory.why", line 85, characters 6-24:
-warning: axiom separated_included does not contain any local abstract symbol
-File "../why3/Memory.why", line 89, characters 6-20:
-warning: axiom included_trans does not contain any local abstract symbol
-File "../why3/Memory.why", line 93, characters 6-21:
-warning: axiom separated_trans does not contain any local abstract symbol
-File "../why3/Memory.why", line 97, characters 6-19:
-warning: axiom separated_sym does not contain any local abstract symbol
-File "../why3/Memory.why", line 100, characters 6-20:
-warning: axiom eqmem_included does not contain any local abstract symbol
-File "../why3/Memory.why", line 104, characters 6-15:
-warning: axiom eqmem_sym does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Memory.why3.err b/src/plugins/wp/share/src/logs/Memory.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Memory.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Qed.altergo.err b/src/plugins/wp/share/src/logs/Qed.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Qed.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Qed.coq.err b/src/plugins/wp/share/src/logs/Qed.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Qed.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Qed.why3.check.err b/src/plugins/wp/share/src/logs/Qed.why3.check.err
deleted file mode 100644
index 69811f5b4da8096d7d47449d1aa99e91e4c98bc6..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Qed.why3.check.err
+++ /dev/null
@@ -1,12 +0,0 @@
-File "../why3/Qed.why", line 42, characters 6-17:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "../why3/Qed.why", line 47, characters 6-16:
-warning: axiom cdiv_cases does not contain any local abstract symbol
-File "../why3/Qed.why", line 57, characters 6-16:
-warning: axiom cmod_cases does not contain any local abstract symbol
-File "../why3/Qed.why", line 67, characters 6-20:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "../why3/Qed.why", line 79, characters 6-18:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "../why3/Qed.why", line 82, characters 6-14:
-warning: axiom cdiv_inv does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Qed.why3.err b/src/plugins/wp/share/src/logs/Qed.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Qed.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Square.altergo.err b/src/plugins/wp/share/src/logs/Square.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Square.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Square.coq.err b/src/plugins/wp/share/src/logs/Square.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Square.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Square.why3.check.err b/src/plugins/wp/share/src/logs/Square.why3.check.err
deleted file mode 100644
index 62a54685a8892fb728a9f1bdf16146c124d23801..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Square.why3.check.err
+++ /dev/null
@@ -1,8 +0,0 @@
-File "../why3/Square.why", line 5, characters 6-15:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "../why3/Square.why", line 8, characters 6-15:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "../why3/Square.why", line 11, characters 6-12:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "../why3/Square.why", line 13, characters 6-12:
-warning: axiom sqrt_1 does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Square.why3.err b/src/plugins/wp/share/src/logs/Square.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Square.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Vlist.altergo.err b/src/plugins/wp/share/src/logs/Vlist.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Vlist.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Vlist.coq.err b/src/plugins/wp/share/src/logs/Vlist.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Vlist.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Vlist.why3.check.err b/src/plugins/wp/share/src/logs/Vlist.why3.check.err
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/src/plugins/wp/share/src/logs/Vlist.why3.err b/src/plugins/wp/share/src/logs/Vlist.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Vlist.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Vset.altergo.err b/src/plugins/wp/share/src/logs/Vset.altergo.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Vset.altergo.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Vset.coq.err b/src/plugins/wp/share/src/logs/Vset.coq.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Vset.coq.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/Vset.why3.check.err b/src/plugins/wp/share/src/logs/Vset.why3.check.err
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/src/plugins/wp/share/src/logs/Vset.why3.err b/src/plugins/wp/share/src/logs/Vset.why3.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/Vset.why3.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/bool.Bool.altergo.stdlib.err b/src/plugins/wp/share/src/logs/bool.Bool.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/bool.Bool.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/int.Abs.altergo.stdlib.err b/src/plugins/wp/share/src/logs/int.Abs.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/int.Abs.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/int.ComputerDivision.altergo.stdlib.err b/src/plugins/wp/share/src/logs/int.ComputerDivision.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/int.ComputerDivision.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/int.Int.altergo.stdlib.err b/src/plugins/wp/share/src/logs/int.Int.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/int.Int.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/int.MinMax.altergo.stdlib.err b/src/plugins/wp/share/src/logs/int.MinMax.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/int.MinMax.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/map.Const.altergo.stdlib.err b/src/plugins/wp/share/src/logs/map.Const.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/map.Const.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/map.Map.altergo.stdlib.err b/src/plugins/wp/share/src/logs/map.Map.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/map.Map.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Abs.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Abs.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Abs.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.ExpLog.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.ExpLog.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.ExpLog.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.FromInt.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.FromInt.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.FromInt.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Hyperbolic.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Hyperbolic.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Hyperbolic.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.MinMax.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.MinMax.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.MinMax.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Polar.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Polar.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Polar.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.PowerReal.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.PowerReal.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.PowerReal.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Real.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Real.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Real.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.RealInfix.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.RealInfix.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.RealInfix.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Square.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Square.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Square.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Trigonometry.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Trigonometry.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Trigonometry.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/logs/real.Truncate.altergo.stdlib.err b/src/plugins/wp/share/src/logs/real.Truncate.altergo.stdlib.err
deleted file mode 100644
index 4ff8331fc7e511f1282c1145860d39b3204a9a3f..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/logs/real.Truncate.altergo.stdlib.err
+++ /dev/null
@@ -1,237 +0,0 @@
-[Config] reading extra configuration file realization.conf
-File "WP-SHARE/src/./qed.why", line 76, characters 8-19:
-warning: axiom c_euclidian does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 91, characters 8-22:
-warning: axiom cmod_remainder does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 97, characters 8-20:
-warning: axiom cdiv_neutral does not contain any local abstract symbol
-File "WP-SHARE/src/./qed.why", line 98, characters 8-16:
-warning: axiom cdiv_inv does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 32, characters 8-15:
-warning: axiom abs_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 43, characters 8-17:
-warning: axiom sqrt_lin1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 44, characters 8-17:
-warning: axiom sqrt_lin0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 45, characters 8-14:
-warning: axiom sqrt_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 46, characters 8-14:
-warning: axiom sqrt_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cmath.why", line 55, characters 8-15:
-warning: axiom exp_pos does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 36, characters 8-17:
-warning: axiom lnot_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 39, characters 8-18:
-warning: axiom land_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 40, characters 8-14:
-warning: axiom land_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 41, characters 8-17:
-warning: axiom land_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 42, characters 8-14:
-warning: axiom land_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 43, characters 8-17:
-warning: axiom land_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 44, characters 8-17:
-warning: axiom land_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 49, characters 8-17:
-warning: axiom lor_idemp does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 50, characters 8-13:
-warning: axiom lor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 51, characters 8-16:
-warning: axiom lor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 52, characters 8-13:
-warning: axiom lor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 53, characters 8-16:
-warning: axiom lor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 54, characters 8-16:
-warning: axiom lor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 59, characters 8-22:
-warning: axiom lxor_nilpotent does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 60, characters 8-14:
-warning: axiom lxor_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 61, characters 8-17:
-warning: axiom lxor_1bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 62, characters 8-14:
-warning: axiom lxor_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 63, characters 8-17:
-warning: axiom lxor_0bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 64, characters 8-17:
-warning: axiom lxor_bool does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 71, characters 8-20:
-warning: axiom bit_test_def does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 78, characters 8-27:
-warning: axiom bit_test_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 84, characters 8-15:
-warning: axiom lsl_1_0 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 86, characters 8-31:
-warning: axiom bit_test_extraction_bis does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 88, characters 8-34:
-warning: axiom bit_test_extraction_bis_eq does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 93, characters 8-23:
-warning: axiom lnot_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 99, characters 8-23:
-warning: axiom land_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 105, characters 8-22:
-warning: axiom lor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 111, characters 8-23:
-warning: axiom lxor_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 119, characters 8-20:
-warning: axiom land_1_lsl_1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 124, characters 8-26:
-warning: axiom lsl_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 130, characters 8-26:
-warning: axiom lsl_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 136, characters 8-23:
-warning: axiom lsr_extractionl does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 142, characters 8-23:
-warning: axiom lsl1_extraction does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 173, characters 8-31:
-warning: axiom to_uint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 178, characters 8-31:
-warning: axiom to_uint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 189, characters 8-32:
-warning: axiom to_uint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 194, characters 8-32:
-warning: axiom to_uint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 205, characters 8-32:
-warning: axiom to_uint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 210, characters 8-32:
-warning: axiom to_uint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 221, characters 8-32:
-warning: axiom to_uint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 226, characters 8-32:
-warning: axiom to_uint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 253, characters 8-31:
-warning: axiom to_sint8_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 258, characters 8-31:
-warning: axiom to_sint8_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 269, characters 8-32:
-warning: axiom to_sint16_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 274, characters 8-32:
-warning: axiom to_sint16_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 285, characters 8-32:
-warning: axiom to_sint32_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 290, characters 8-32:
-warning: axiom to_sint32_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 301, characters 8-32:
-warning: axiom to_sint64_extraction_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 306, characters 8-32:
-warning: axiom to_sint64_extraction_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 333, characters 8-21:
-warning: axiom to_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 363, characters 8-21:
-warning: axiom is_uint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 366, characters 8-20:
-warning: axiom is_uint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 369, characters 8-21:
-warning: axiom is_uint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 372, characters 8-20:
-warning: axiom is_uint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 375, characters 8-25:
-warning: axiom is_uint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 378, characters 8-25:
-warning: axiom is_uint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 382, characters 8-22:
-warning: axiom is_uint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 385, characters 8-21:
-warning: axiom is_uint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 388, characters 8-22:
-warning: axiom is_uint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 391, characters 8-21:
-warning: axiom is_uint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 394, characters 8-26:
-warning: axiom is_uint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 397, characters 8-26:
-warning: axiom is_uint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 401, characters 8-22:
-warning: axiom is_uint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 404, characters 8-21:
-warning: axiom is_uint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 407, characters 8-22:
-warning: axiom is_uint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 410, characters 8-21:
-warning: axiom is_uint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 413, characters 8-26:
-warning: axiom is_uint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 416, characters 8-26:
-warning: axiom is_uint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 420, characters 8-22:
-warning: axiom is_uint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 423, characters 8-21:
-warning: axiom is_uint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 426, characters 8-22:
-warning: axiom is_uint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 429, characters 8-21:
-warning: axiom is_uint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 432, characters 8-26:
-warning: axiom is_uint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 435, characters 8-26:
-warning: axiom is_uint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 462, characters 8-21:
-warning: axiom is_sint8_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 465, characters 8-21:
-warning: axiom is_sint8_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 468, characters 8-20:
-warning: axiom is_sint8_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 471, characters 8-21:
-warning: axiom is_sint8_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 474, characters 8-20:
-warning: axiom is_sint8_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 477, characters 8-21:
-warning: axiom is_sint8_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 480, characters 8-25:
-warning: axiom is_sint8_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 483, characters 8-25:
-warning: axiom is_sint8_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 487, characters 8-22:
-warning: axiom is_sint16_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 490, characters 8-22:
-warning: axiom is_sint16_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 493, characters 8-21:
-warning: axiom is_sint16_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 496, characters 8-22:
-warning: axiom is_sint16_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 499, characters 8-21:
-warning: axiom is_sint16_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 502, characters 8-22:
-warning: axiom is_sint16_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 505, characters 8-26:
-warning: axiom is_sint16_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 508, characters 8-26:
-warning: axiom is_sint16_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 512, characters 8-22:
-warning: axiom is_sint32_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 515, characters 8-22:
-warning: axiom is_sint32_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 518, characters 8-21:
-warning: axiom is_sint32_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 521, characters 8-22:
-warning: axiom is_sint32_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 524, characters 8-21:
-warning: axiom is_sint32_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 527, characters 8-22:
-warning: axiom is_sint32_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 530, characters 8-26:
-warning: axiom is_sint32_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 533, characters 8-26:
-warning: axiom is_sint32_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 537, characters 8-22:
-warning: axiom is_sint64_lnot does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 540, characters 8-22:
-warning: axiom is_sint64_lxor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 543, characters 8-21:
-warning: axiom is_sint64_lor does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 546, characters 8-22:
-warning: axiom is_sint64_land does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 549, characters 8-21:
-warning: axiom is_sint64_lsr does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 552, characters 8-22:
-warning: axiom is_sint64_lsl1 does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 555, characters 8-26:
-warning: axiom is_sint64_lsl1_inf does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 558, characters 8-26:
-warning: axiom is_sint64_lsl1_sup does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 583, characters 8-20:
-warning: axiom lor_addition does not contain any local abstract symbol
-File "WP-SHARE/src/./cbits.why", line 586, characters 8-21:
-warning: axiom lxor_addition does not contain any local abstract symbol
diff --git a/src/plugins/wp/share/src/lower.ml b/src/plugins/wp/share/src/lower.ml
deleted file mode 100644
index 30e3aa0854ca3ca1ea89bd19e32d91ee42ea6fe0..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/lower.ml
+++ /dev/null
@@ -1 +0,0 @@
-let () = Printf.printf "%s" (String.lowercase_ascii Sys.argv.(1))
diff --git a/src/plugins/wp/share/src/memory.why b/src/plugins/wp/share/src/memory.why
deleted file mode 100644
index 54b1238496a130e08f9fca622bb5aabcbefba213..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/memory.why
+++ /dev/null
@@ -1,178 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-theory Memory
-
-  use import bool.Bool
-  use import int.Int
-  use import map.Map
-
-  type addr = { base : int ; offset : int }
-
-  predicate addr_le addr addr
-  predicate addr_lt addr addr
-  function addr_le_bool addr addr : bool
-  function addr_lt_bool addr addr : bool
-
-  axiom addr_le_def: forall p q :addr [addr_le p q].
-    p.base = q.base -> (addr_le p q <-> p.offset <= q.offset)
-
-  axiom addr_lt_def: forall p q :addr [addr_lt p q].
-    p.base = q.base -> (addr_lt p q <-> p.offset < q.offset)
-
-  axiom addr_le_bool_def : forall p q : addr [ addr_le_bool p q].
-    addr_le p q <-> addr_le_bool p q = True
-
-  axiom addr_lt_bool_def : forall p q : addr [ addr_lt_bool p q].
-    addr_lt p q <-> addr_lt_bool p q = True
-
-  constant null : addr = { base = 0 ; offset = 0 }
-  function global (b:int) : addr = { base = b ; offset = 0 }
-  meta "inline : no" function null
-  meta "inline : no" function global
-
-  function shift (p:addr) (k:int) : addr = { p with offset = p.offset + k }
-  predicate included (p:addr) (a:int) (q:addr) (b:int) =
-    a > 0 -> ( b >= 0 /\ p.base = q.base
-                     /\ (q.offset <= p.offset)
-                     /\ (p.offset + a <= q.offset + b) )
-
-  predicate separated (p:addr) (a:int) (q:addr) (b:int) =
-       a <= 0 \/ b <= 0
-    \/ p.base <> q.base
-    \/ q.offset + b <= p.offset
-    \/ p.offset + a <= q.offset
-
-  (* Memories *)
-
-  predicate eqmem (m1 m2 : map addr 'a) (p:addr) (a:int) =
-    forall q:addr [m1[p]|m2[q]]. included q 1 p a -> m1[q] = m2[q]
-
-  function havoc (m0 m1 : map addr 'a) (p:addr) (a:int) : map addr 'a
-
-  predicate valid_rw (m : map int int) (p:addr) (n:int) =
-    n > 0 -> (  0 < p.base /\ 0 <= p.offset /\ p.offset + n <= m[p.base] )
-
-  predicate valid_rd (m : map int int) (p:addr) (n:int) =
-    n > 0 -> ( 0 <> p.base /\ 0 <= p.offset /\ p.offset + n <= m[p.base] )
-
-  predicate invalid (m : map int int) (p:addr) (n:int) =
-    n > 0 -> ( m[p.base] <= p.offset \/ p.offset + n <= 0 )
-
-  lemma valid_rw_rd :
-    forall m : map int int.
-    forall p : addr.
-    forall n : int.
-    valid_rw m p n -> valid_rd m p n
-
-  lemma valid_string :
-    forall m : map int int.
-    forall p : addr.
-    p.base < 0 ->
-    0 <= p.offset < m[p.base] ->
-    (valid_rd m p 1 /\ not (valid_rw m p 1))
-
-  lemma separated_1 : forall p q : addr. forall a b i j : int
-    [ separated p a q b , { base = p.base ; offset = i } ,
-                          { base = q.base ; offset = j } ].
-    separated p a q b ->
-    p.offset <= i < p.offset + a ->
-    q.offset <= j < q.offset + b ->
-    { base = p.base ; offset = i } <>
-    { base = q.base ; offset = j }
-
-  (* Regions *)
-
-  function region int : int
-
-  predicate linked (map int int)
-  predicate sconst (map addr int)
-  predicate framed (m : map addr addr) =
-    forall p:addr [m[p]]. region(m[p].base) <= 0
-
-  (* Properties *)
-
-  lemma separated_included :
-    forall p q : addr.
-    forall a b : int
-      [ separated p a q b , included p a q b ].
-    a > 0 -> b > 0 -> separated p a q b -> included p a q b -> false
-
-  lemma included_trans :
-    forall p q r : addr.
-    forall a b c : int
-      [ included p a q b , included q b r c ].
-    included p a q b -> included q b r c -> included p a r c
-
-  lemma separated_trans :
-    forall p q r : addr.
-    forall a b c : int
-      [ included p a q b , separated q b r c ].
-    included p a q b -> separated q b r c -> separated p a r c
-
-  lemma separated_sym :
-    forall p q : addr.
-    forall a b : int
-      [ separated p a q b ].
-    separated p a q b <-> separated q b p a
-
-  lemma eqmem_included :
-    forall m1 m2 : map addr 'a.
-    forall p q : addr.
-    forall a b : int
-      [ eqmem m1 m2 p a,eqmem m1 m2 q b ].
-    included p a q b -> eqmem m1 m2 q b -> eqmem m1 m2 p a
-
-  lemma eqmem_sym :
-    forall m1 m2 : map addr 'a.
-    forall p : addr.
-    forall a : int.
-    eqmem m1 m2 p a -> eqmem m2 m1 p a
-
-  lemma havoc_access :
-    forall m0 m1 : map addr 'a.
-    forall q p : addr.
-    forall a : int.
-    (Map.([]) (havoc m0 m1 p a) (q)) = (if (separated q 1 p a) then (Map.([]) (m1) (q)) else (Map.([]) (m0) (q)))
-
-  (* Physical Address *)
-
-  function int_of_addr addr : int
-  function addr_of_int int : addr
-  function base_offset int : int
-  function base_index int : int
-
-  axiom int_of_addr_bijection :
-    forall a:int. int_of_addr (addr_of_int a) = a
-
-  axiom addr_of_int_bijection :
-    forall p:addr. addr_of_int (int_of_addr p) = p
-
-  axiom addr_of_null :
-    int_of_addr null = 0
-
-  axiom base_offset_zero : base_offset 0 = 0
-  axiom base_offset_inj : forall i :int. base_index (base_offset i) = i
-  axiom base_offset_monotonic : forall i j :int.
-     i < j -> base_offset i < base_offset j
-
-end
diff --git a/src/plugins/wp/share/src/qed.why b/src/plugins/wp/share/src/qed.why
deleted file mode 100644
index bd87796feaa702e6c04d807925cefbc421c451de..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/qed.why
+++ /dev/null
@@ -1,100 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-theory Qed
-
-  use import bool.Bool
-  use import int.Int
-  use import real.RealInfix
-  use import real.FromInt
-  use import int.ComputerDivision as CD
-
-  (** to be used only for the ACSL ite generation.
-      Something is wrong with "wp/share/ergo/bool.Bool.mlw" (coming from why3),
-      the function match_bool is undefined.  
-      An hack is to give a definition here. *)
-  function match_bool (x : bool) (y z:'a ) : 'a
-  axiom match_bool: forall p:bool, x:'a, y:'a [match_bool p x y].
-   ( p=True /\ match_bool p x y=x ) ||
-   ( p=False /\ match_bool p x y=y )
-  meta "remove_for_why3" prop match_bool
-
-  (** The definitions are in comment because its not useful for coq
-  (no if-then-else on formula) and not tested on automatic provers *)
-
-  function eqb (x y : 'a) : bool (*= if x = y then True else False*)
-  axiom eqb : forall x:'a, y:'a. eqb x y = True <-> x = y
-
-  axiom eqb_false : forall x:'a, y:'a. eqb x y = False <-> x <> y
-  meta "remove_for_" prop eqb_false
-
-  function neqb (x y : 'a) : bool(* = if x <> y then True else False*)
-  axiom neqb : forall x:'a, y:'a. neqb x y = True <-> x <> y
-
-  function zlt  (x y : int) : bool(* = if x < y  then True else False*)
-  function zleq (x y : int) : bool(* = if x <= y then True else False*)
-
-  axiom zlt  : forall x:int, y:int. zlt  x y = True <-> x < y
-  axiom zleq : forall x:int, y:int. zleq x y = True <-> x <= y
-
-  function rlt  (x y : real) : bool(* = if x <. y   then True else False*)
-  function rleq (x y : real) : bool(* = if x <=. y  then True else False*)
-
-  axiom rlt  : forall x:real, y:real. rlt  x y = True <-> x <. y
-  axiom rleq : forall x:real, y:real. rleq x y = True <-> x <=. y
-
-  function real_of_int (x:int) : real = FromInt.from_int x
-  meta "inline : no" function real_of_int
-
-  (* -------------------------------------------------------------------------- *)
-  (* --- Division safe with a prover using computer or euclidean division   --- *)
-  (* -------------------------------------------------------------------------- *)
-
-  (* pdiv and pmod are the prover operation (safe only on positive number *)
-  function pdiv (n d : int) : int
-  function pmod (n d : int) : int
-
-  axiom c_euclidian : forall n d:int [(CD.div n d),(CD.mod n d)].
-    d <> 0 -> n = CD.div n d * d + CD.mod n d
-
-  axiom cdiv_cases : forall n d:int [CD.div n d].
-    ((n >= 0) -> (d > 0) -> CD.div n d = pdiv n d) /\
-    ((n <= 0) -> (d > 0) -> CD.div n d = -(pdiv (-n) d)) /\
-    ((n >= 0) -> (d < 0) -> CD.div n d = -(pdiv n (-d))) /\
-    ((n <= 0) -> (d < 0) -> CD.div n d = pdiv (-n) (-d))
-
-  axiom cmod_cases : forall n d:int [CD.mod n d].
-    ((n >= 0) -> (d > 0) -> CD.mod n d = pmod n d) /\
-    ((n <= 0) -> (d > 0) -> CD.mod n d = -(pmod (-n) d)) /\
-    ((n >= 0) -> (d < 0) -> CD.mod n d = (pmod n (-d))) /\
-    ((n <= 0) -> (d < 0) -> CD.mod n d = -(pmod (-n) (-d)))
-
-  axiom cmod_remainder : forall n d:int [CD.mod n d].
-    ((n >= 0) -> (d > 0) ->  0 <= CD.mod n d <  d) /\
-    ((n <= 0) -> (d > 0) -> -d <  CD.mod n d <= 0) /\
-    ((n >= 0) -> (d < 0) ->  0 <= CD.mod n d < -d) /\
-    ((n <= 0) -> (d < 0) ->  d <  CD.mod n d <= 0)
-
-  axiom cdiv_neutral : forall a:int [CD.div a 1]. CD.div a 1 = a
-  axiom cdiv_inv : forall a:int [CD.div a a]. a<>0 -> CD.div a a = 1
-
-end
diff --git a/src/plugins/wp/share/src/realization.conf b/src/plugins/wp/share/src/realization.conf
deleted file mode 100644
index a45ec36d4ec7b0eb384df2b6ec0dd9d17f2bdb1d..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/realization.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-[main]
-plugin="filter_axioms"
-plugin="alt_ergo_realize"
-plugin="why3printer_realize"
-loadpath="."
-
-[prover_modifiers]
-name="Coq"
-option="-R WP FramaCwp"
-driver="coq.drv"
-
-
-[prover_modifiers]
-name="Alt-Ergo"
-driver="alt_ergo-realize.drv"
diff --git a/src/plugins/wp/share/src/tests/import.why b/src/plugins/wp/share/src/tests/import.why
deleted file mode 100644
index 156acb3a6629d73bc0989f558d8a26291f974b3d..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/tests/import.why
+++ /dev/null
@@ -1,6 +0,0 @@
-theory T
-       use import qed.Qed
-
-       goal G : forall x : int, y : int. zleq x y = zleq y x -> x = y
-
-end
\ No newline at end of file
diff --git a/src/plugins/wp/share/src/tests/import/import_T_G_1.v b/src/plugins/wp/share/src/tests/import/import_T_G_1.v
deleted file mode 100644
index 5223db903b2adf0074e49b41789cd10790c4b219..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/tests/import/import_T_G_1.v
+++ /dev/null
@@ -1,22 +0,0 @@
-(* This file is generated by Why3's Coq 8.4 driver *)
-(* Beware! Only edit allowed sections below    *)
-Require Import BuiltIn.
-Require BuiltIn.
-Require WP.Qed.
-Require bool.Bool.
-Require int.Int.
-Require real.Real.
-Require real.RealInfix.
-
-(* Why3 goal *)
-Theorem G : forall (x:Z) (y:Z), ((WP.Qed.zleq x y) = (WP.Qed.zleq y x)) ->
-  (x = y).
-(* Why3 intros x y h1. *)
-intros x y h1.
-unfold Qed.zleq in *.
-SearchAbout Zle_bool.
-apply Zle_bool_antisym;destruct (Zle_bool_total x y); try exact e;
-[rewrite h1|rewrite <- h1]; exact e.
-Qed.
-
-
diff --git a/src/plugins/wp/share/src/tests/import/why3session.xml b/src/plugins/wp/share/src/tests/import/why3session.xml
deleted file mode 100644
index a6b3d958f9820968e9a75533e81ec72bf59274c6..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/tests/import/why3session.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE why3session PUBLIC "-//Why3//proof session v2//EN" "http://why3.lri.fr/why3session.dtd">
-<why3session shape_version="2">
- <prover
-  id="0"
-  name="Alt-Ergo"
-  version="0.94"/>
- <prover
-  id="1"
-  name="Coq"
-  version="8.4pl1"/>
- <file
-  name="../import.why"
-  verified="true"
-  expanded="true">
-  <theory
-   name="T"
-   locfile="../import.why"
-   loclnum="1" loccnumb="7" loccnume="8"
-   verified="true"
-   expanded="true">
-   <goal
-    name="G"
-    locfile="../import.why"
-    loclnum="4" loccnumb="12" loccnume="13"
-    sum="bacfa28e617e2aeba3b392f178d285f2"
-    proved="true"
-    expanded="true"
-    shape="ainfix =V0V1Iainfix =azleqV0V1azleqV1V0F">
-    <proof
-     prover="0"
-     timelimit="5"
-     memlimit="500"
-     obsolete="false"
-     archived="false">
-     <result status="valid" time="0.01"/>
-    </proof>
-    <proof
-     prover="1"
-     timelimit="5"
-     memlimit="500"
-     edited="import_T_G_1.v"
-     obsolete="false"
-     archived="false">
-     <result status="valid" time="0.86"/>
-    </proof>
-   </goal>
-  </theory>
- </file>
-</why3session>
diff --git a/src/plugins/wp/share/src/upper.ml b/src/plugins/wp/share/src/upper.ml
deleted file mode 100644
index 44fcdb58d157edbc9a6732721f5258560960c9bc..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/upper.ml
+++ /dev/null
@@ -1 +0,0 @@
-let () = Printf.printf "%s" (String.capitalize_ascii Sys.argv.(1))
diff --git a/src/plugins/wp/share/src/vlist.why b/src/plugins/wp/share/src/vlist.why
deleted file mode 100644
index 885127e7f8da91f5f7a69478644c3b70ecefc736..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/vlist.why
+++ /dev/null
@@ -1,199 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* ---------------------------------------------------------------------- *)
-(* --- Lists for Why-3                                                --- *)
-(* ---------------------------------------------------------------------- *)
-
-theory Vlist
-
-  use import int.Int
-  use import int.ComputerDivision
-
-  (* -------------------------------------------------------------------- *)
-  (* --- Classical Lists for Alt-Ergo                                 --- *)
-  (* -------------------------------------------------------------------- *)
-
-  type list 'a
-
-  function nil : list 'a
-  function cons 'a (list 'a) : list 'a
-  function concat (list 'a) (list 'a) : list 'a
-  function repeat (list 'a) int : list 'a
-  function length (list 'a) : int
-  function nth (list 'a) int : 'a
-
-  (* -------------------------------------------------------------------- *)
-  (* --- length                                                       --- *)
-  (* -------------------------------------------------------------------- *)
-
-  axiom length_pos : forall w:list 'a. (Int.(<=) 0 (length w))
-
-  axiom length_nil : length (nil: list 'a) = 0
-
-  axiom length_nil_bis : forall w:list 'a. length w = 0 -> w = nil
-
-  axiom length_cons :
-    forall x:'a, w:list 'a [length (cons x w)].
-      length (cons x w) = (Int.(+) 1 (length w))
-
-  axiom length_concat :
-    forall u,v:list 'a [length (concat u v)].
-      length (concat u v) = (Int.(+) (length u) (length v))
-
-  axiom length_repeat : 
-    forall w:list 'a, n:int [length (repeat w n)].
-      (Int.(<=) 0 n) -> length (repeat w n) = (Int.(*) n (length w))
-
-  (* -------------------------------------------------------------------- *)
-  (* --- nth                                                          --- *)
-  (* -------------------------------------------------------------------- *)
-
-  axiom nth_cons: 
-    forall k:int, x:'a, w:list 'a [nth (cons x w) k].
-      nth (cons x w) k = if k = 0 then x else nth w (k-1)
-
-  axiom nth_concat: 
-    forall u,v:list 'a, k:int [nth (concat u v) k].
-      nth (concat u v) k = if k < length u then nth u k 
-                                           else nth v (Int.(-) k (length u))
-
-  axiom nth_repeat: 
-    forall n,k:int, w:list 'a [nth (repeat w n) k].
-      0 <= k < (Int.(*) n (length w)) -> (Int.(<) 0 (length w)) ->
-      nth (repeat w n) k = nth w (mod k (length w))
-
-  (* -------------------------------------------------------------------- *)
-  (* --- equality of Lists                                            --- *)
-  (* -------------------------------------------------------------------- *)
-
-  predicate vlist_eq (u : list 'a) (v : list 'a) =
-    length u = length v &&
-    forall i:int. 0 <= i < length u -> nth u i = nth v i
-
-  axiom extensionality:
-    forall u,v:list 'a. vlist_eq u v -> u = v
-
-  (* -------------------------------------------------------------------- *)
-  (* --- neutral elements                                             --- *)
-  (* -------------------------------------------------------------------- *)
-
-  lemma eq_nil_concat:
-    forall w:list 'a. vlist_eq (concat nil w) w /\ vlist_eq (concat w nil) w
-  meta "remove_for_" prop eq_nil_concat
-
-  lemma rw_nil_concat_left:
-    forall w:list 'a [concat nil w]. concat nil w = w
-
-  lemma rw_nil_concat_right:
-    forall w:list 'a [concat w nil]. concat w nil = w
-
-  (* -------------------------------------------------------------------- *)
-  (* --- normalization                                                --- *)
-  (* -------------------------------------------------------------------- *)
-
-  lemma eq_cons_concat:
-    forall x:'a, v,w:list 'a [concat (cons x v) w]. 
-      vlist_eq (concat (cons x v) w) (cons x (concat v w))
-  meta "remove_for_" prop eq_cons_concat
-
-  lemma rw_cons_concat:
-    forall x:'a, v,w:list 'a [concat (cons x v) w].
-      (concat (cons x v) w) = (cons x (concat v w))
-  meta "remove_for_" prop rw_cons_concat
-
-  lemma rw_nil_cons_concat:
-    forall x:'a, w:list 'a [concat (cons x nil) w].
-      (concat (cons x nil) w) = (cons x w)
-  meta "remove_for_" prop rw_nil_cons_concat
-
-  (* -------------------------------------------------------------------- *)
-  (* --- associativity                                                --- *)
-  (* -------------------------------------------------------------------- *)
-
-  lemma eq_assoc_concat: 
-    forall u,v,w:list 'a.
-      vlist_eq (concat (concat u v) w) (concat u (concat v w))
-  meta "remove_for_" prop eq_assoc_concat
-
-  (* -------------------------------------------------------------------- *)
-  (* --- repeat                                                       --- *)
-  (* -------------------------------------------------------------------- *)
-
-  lemma rw_nil_repeat:
-    forall n:int [repeat (nil: list 'a) n].
-      n >= 0 -> repeat (nil: list 'a) n = (nil: list 'a)
-
-  lemma rw_repeat_zero:
-    forall w:list 'a [repeat w 0].
-      repeat w 0 = nil
-
-  lemma eq_repeat_one:
-    forall w:list 'a. vlist_eq (repeat w 1) w
-  meta "remove_for_" prop eq_repeat_one
-
-  lemma rw_repeat_one:
-    forall w:list 'a [repeat w 1]. repeat w 1 = w
-
-  lemma eq_repeat_concat:
-    forall p,q:int, w:list 'a.
-      0 <= p -> 0 <= q ->
-      vlist_eq (repeat w (Int.(+) p q)) (concat (repeat w p) (repeat w q))
-  meta "remove_for_" prop eq_repeat_concat
-
-  lemma rw_repeat_concat:
-    forall p,q:int, w:list 'a.
-      0 <= p -> 0 <= q ->
-      repeat w (Int.(+) p q) = concat (repeat w p) (repeat w q)
-  meta "remove_for_" prop rw_repeat_concat
-
-  lemma rw_repeat_after:
-    forall p:int, w:list 'a.
-       0 <= p -> concat (repeat w p) w = repeat w (Int.(+) p 1)
-  meta "remove_for_" prop rw_repeat_after
-
-  lemma rw_repeat_before:
-    forall p:int, w:list 'a.
-      0 <= p -> concat w (repeat w p) = repeat w (Int.(+) p 1)
-  meta "remove_for_" prop rw_repeat_before
-
-(*--- To avoid exponential blowup of use of repeat_after by alt-ergo ---*)
-
-function repeat_box (list 'a) int : (list 'a) (* repeat *)
-
-axiom rw_repeat_box_unfold: 
-  forall w:list 'a, n:int [ repeat_box w n ].
-    repeat_box w n = repeat w n
-
-axiom rw_repeat_plus_box_unfold: 
-  forall w:list 'a, a,b: int [ repeat_box w (Int.(+) a b) ].
-    (Int.(<=) 0 a)
- -> (Int.(<=) 0 b)
- -> repeat_box w (Int.(+) a b) = concat (repeat w a)
-                                                (repeat w b)
-axiom rw_repeat_plus_one_box_unfold: 
-  forall w:list 'a, n:int [ repeat_box w n ].
-    (Int.(<) 0 n)
- -> (repeat_box w n = (concat (repeat w (Int.(-) n 1)) w)
- && (repeat_box w (Int.(+) n 1) = concat (repeat w n) w))
-
-end
diff --git a/src/plugins/wp/share/src/vset.why b/src/plugins/wp/share/src/vset.why
deleted file mode 100644
index 35da72053b115a8c785dce77897205f98bf2150d..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/vset.why
+++ /dev/null
@@ -1,101 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of WP plug-in of Frama-C.                           *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2019                                               *)
-(*    CEA (Commissariat a l'energie atomique et aux energies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* -------------------------------------------------------------------------- *)
-(* --- Sets for Why-3                                                     --- *)
-(* -------------------------------------------------------------------------- *)
-
-theory Vset
-
-  use import bool.Bool
-  use import int.Int
-
-  (* -------------------------------------------------------------------------- *)
-  (* --- Classical Sets for Alt-Ergo                                        --- *)
-  (* -------------------------------------------------------------------------- *)
-
-  type set 'a
-
-  function empty : set 'a
-  function singleton 'a : set 'a
-
-  function union (set 'a) (set 'a) : set 'a
-  function inter  (set 'a) (set 'a) : set 'a
-
-  meta AC function union
-  meta AC function inter
-
-  predicate member 'a (set 'a)
-  function member_bool 'a (set 'a) : bool
-
-  function range int int : set int (* [a..b] *)
-  function range_sup int : set int (* [a..] *)
-  function range_inf int : set int (* [..b] *)
-  function range_all : set int (* [..] *)
-
-  predicate eqset (a : set 'a) (b : set 'a) =
-    forall x : 'a. (member x a) <-> (member x b)
-
-  predicate subset (a : set 'a) (b : set 'a) =
-    forall x : 'a. (member x a) -> (member x b)
-
-  predicate disjoint (a : set 'a) (b : set 'a) =
-    forall x : 'a. (member x a) -> (member x b) -> false
-
-  (* -------------------------------------------------------------------------- *)
-
-  axiom member_bool : forall x:'a. forall s:set 'a [member_bool x s].
-    if member x s then member_bool x s = True else member_bool x s = False
-
-  axiom member_empty : forall x:'a [member x empty]. 
-    not (member x empty)
-
-  axiom member_singleton : forall x:'a,y:'a [member x (singleton y)].
-    member x (singleton y) <-> x=y
-
-  axiom member_union : forall x:'a. forall a:set 'a,b:set 'a [member x (union a b)].
-    member x (union a b) <-> (member x a) \/ (member x b)
-
-  axiom member_inter : forall x:'a. forall a:set 'a,b:set 'a [member x (inter a b)].
-    member x (inter a b) <-> (member x a) /\ (member x b)
-
-  axiom union_empty : forall a:set 'a [(union a empty)|(union empty a)].
-    (union a empty) = a /\ (union empty a) = a
-
-  axiom inter_empty : forall a:set 'a [(inter a empty)|(inter empty a)].
-    (inter a empty) = empty /\ (inter empty a) = empty
-
-  axiom member_range : forall x:int,a:int,b:int [member x (range a b)].
-    member x (range a b) <-> (a <= x /\ x <= b)
-
-  axiom member_range_sup : forall x:int,a:int [member x (range_sup a)].
-    member x (range_sup a) <-> (a <= x)
-
-  axiom member_range_inf : forall x:int,b:int [member x (range_inf b)].
-    member x (range_inf b) <-> (x <= b)
-
-  axiom member_range_all : forall x:int [member x range_all].
-    member x range_all
-
-  (* -------------------------------------------------------------------------- *)
-
-end
\ No newline at end of file
diff --git a/src/plugins/wp/share/src/why3-realize.drv b/src/plugins/wp/share/src/why3-realize.drv
deleted file mode 100644
index 402d73de804703641f9935348f23ef04a808ad11..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/why3-realize.drv
+++ /dev/null
@@ -1,103 +0,0 @@
-(* Why driver for Why3 syntax *)
-
-printer "why3-realize"
-filename "%t.why"
-
-import "why3.drv"
-
-transformation "remove_for_why3"
-transformation "inline_in"
-transformation "def_into_axiom"
-
-theory BuiltIn
-  syntax type  int  "int"
-  syntax type  real "real"
-  syntax predicate (=)  "((%1) = (%2))"
-end
-
-theory Bool
-  syntax type     bool  "Bool.bool"
-  syntax function True  "Bool.True"
-  syntax function False "Bool.False"
-end
-
-theory bool.Bool
-  meta "realized_theory" "bool.Bool", "bool.Bool"
-end
-
-theory Tuple2
-  syntax type tuple2 "(%1*%2)"
-  syntax function Tuple2 "(%1,%2)"
-
-end
-
-theory int.Int
- meta "realized_theory" "int.Int", "int.Int"
-
- syntax function (-_) "(Int.(-_) (%1))"
-
- syntax predicate (>=) "(Int.(>=) (%1) (%2))"
- syntax predicate (>) "(Int.(>) (%1) (%2))"
- syntax predicate (<=) "(Int.(<=) (%1) (%2))"
- syntax predicate (<) "(Int.(<) (%1) (%2))"
-
- syntax function (-) "(Int.(-) (%1) (%2))"
- syntax function (+) "(Int.(+) (%1) (%2))"
- syntax function (*) "(Int.(*) (%1) (%2))"
-
-end
-
-theory map.Map
- meta "realized_theory" "map.Map", "map.Map"
- syntax function ([]) "(Map.([]) (%1) (%2))"
- syntax function ([<-]) "(Map.([<-]) (%1) (%2) (%3))"
-end
-
-theory real.Real
- meta "realized_theory" "real.Real", "real.Real"
-
- syntax function (-_) "(Real.(-_) (%1))"
-
- syntax predicate (>=) "(Real.(>=) (%1) (%2))"
- syntax predicate (>) "(Real.(>) (%1) (%2))"
- syntax predicate (<=) "(Real.(<=) (%1) (%2))"
- syntax predicate (<) "(Real.(<) (%1) (%2))"
-
- syntax function (-) "(Real.(-) (%1) (%2))"
- syntax function (+) "(Real.(+) (%1) (%2))"
- syntax function ( *) "(Real.(*) (%1) (%2))"
- syntax function (/) "(Real.(/) (%1) (%2))"
-end
-
-theory real.RealInfix
- syntax function (-._) "(Real.(-_) (%1))"
-
- syntax predicate (>=.) "(Real.(>=) (%1) (%2))"
- syntax predicate (>.) "(Real.(>) (%1) (%2))"
- syntax predicate (<=.) "(Real.(<=) (%1) (%2))"
- syntax predicate (<.) "(Real.(<) (%1) (%2))"
-
- syntax function (-.) "(Real.(-) (%1) (%2))"
- syntax function (+.) "(Real.(+) (%1) (%2))"
- syntax function ( *.) "(Real.(*) (%1) (%2))"
- syntax function (/.) "(Real.(/) (%1) (%2))"
- syntax function inv "(Real.inv (%1))"
-
-end
-
-theory qed.Qed
- syntax function pdiv "(ComputerDivision.div %1 %2)"
- syntax function pmod "(ComputerDivision.mod %1 %2)"
-end
-
-theory int.ComputerDivision
- meta "realized_theory" "int.ComputerDivision", "int.ComputerDivision"
-end
-
-theory int.Abs meta "realized_theory" "int.Abs", "int.Abs" end
-theory real.Abs meta "realized_theory" "real.Abs", "real.Abs" end
-theory real.FromInt meta "realized_theory" "real.FromInt", "real.FromInt" end
-theory real.Square meta "realized_theory" "real.Square", "real.Square" end
-theory real.ExpLog meta "realized_theory" "real.ExpLog", "real.ExpLog" end
-theory real.PowerReal meta "realized_theory" "real.PowerReal", "real.PowerReal" end
-theory real.Trigonometry meta "realized_theory" "real.Trigonometry", "real.Trigonometry" end
diff --git a/src/plugins/wp/share/src/why3printer_realize.ml b/src/plugins/wp/share/src/why3printer_realize.ml
deleted file mode 100644
index a65ee6812bc55410f04e2d028402da1fd8cf6999..0000000000000000000000000000000000000000
--- a/src/plugins/wp/share/src/why3printer_realize.ml
+++ /dev/null
@@ -1,555 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
-(*                                                                        *)
-(*  This software is distributed under the terms of the GNU Lesser        *)
-(*  General Public License version 2.1, with the special exception        *)
-(*  on linking described in file LICENSE.                                 *)
-(*                                                                        *)
-(*  File modified by CEA (Commissariat à l'énergie atomique et aux        *)
-(*                        énergies alternatives).                         *)
-(*                                                                        *)
-(**************************************************************************)
-
-(** Why3 printer *)
-open Why3
-open Format
-open Pp
-open Ident
-open Ty
-open Term
-open Decl
-open Printer
-open Theory
-
-exception NotInRealizedTheories of theory
-
-type ident_printers = {
-  iprinter: ident_printer;
-  cprinter: ident_printer;
-  aprinter: ident_printer;
-  tprinter: ident_printer;
-  pprinter: ident_printer;
-}
-
-(* info *)
-
-type info = {
-  (** used in an thread unsafe way but there is not thread in why3 *)
-  mutable info_syn : syntax_map;
-  (** printer for imported theories during realization.
-      empty when not doing realization *)
-  symbol_printers : (string * ident_printers) Mid.t;
-  (** printer for local symbols *)
-  local_printers  : ident_printers;
-}
-
-let fresh_printers () =
-  let bl = ["theory"; "type"; "function"; "predicate"; "inductive";
-            "axiom"; "lemma"; "goal"; "use"; "clone"; "prop"; "meta";
-            "namespace"; "import"; "export"; "end";
-            "forall"; "exists"; "not"; "true"; "false"; "if"; "then"; "else";
-            "let"; "in"; "match"; "with"; "as"; "epsilon" ] in
-  let isanitize = sanitizer char_to_alpha char_to_alnumus in
-  let lsanitize = sanitizer char_to_lalpha char_to_alnumus in
-  {
-    iprinter = create_ident_printer bl ~sanitizer:isanitize;
-    cprinter = create_ident_printer bl ~sanitizer:isanitize;
-    aprinter = create_ident_printer bl ~sanitizer:lsanitize;
-    tprinter = create_ident_printer bl ~sanitizer:lsanitize;
-    pprinter = create_ident_printer bl ~sanitizer:isanitize;
-  }
-
-let info = ref { info_syn = Mid.empty; symbol_printers = Mid.empty;
-                 local_printers = fresh_printers ()}
-
-let forget_tvs () =
-  forget_all !info.local_printers.aprinter
-
-let print_gen
-    ?sanitizer ?(prefix="")
-    ~getid ~getprinter  fmt x =
-  let id = getid x in
-  try
-    let path,ipr = Mid.find id (!info).symbol_printers in
-    fprintf fmt "%s.%s%s"
-      path prefix (id_unique ?sanitizer (getprinter ipr) id)
-  with Not_found ->
-    let ipr = (!info).local_printers in
-    Format.pp_print_string fmt prefix;
-    Format.pp_print_string fmt (id_unique ?sanitizer (getprinter ipr) id)
-
-(* type variables always start with a quote *)
-let print_tv fmt x = print_gen
-    ~getid:(fun tv -> tv.tv_name)
-    ~getprinter:(fun p -> p.aprinter)
-    ~prefix:"'"
-    fmt x
-
-(* logic variables always start with a lower case letter *)
-let print_vs fmt x = print_gen
-    ~getid:(fun vs -> vs.vs_name)
-    ~getprinter:(fun p -> p.iprinter)
-    ~sanitizer:String.uncapitalize_ascii
-    fmt x
-
-let forget_var vs = forget_id (!info).local_printers.iprinter vs.vs_name
-
-(* theory names always start with an upper case letter *)
-let print_th fmt x = print_gen
-    ~getid:(fun th -> th.th_name)
-    ~getprinter:(fun p -> p.cprinter)
-    ~sanitizer:String.capitalize_ascii
-    fmt x
-
-let print_ts fmt x = print_gen
-    ~getid:(fun ts -> ts.ts_name)
-    ~getprinter:(fun p -> p.tprinter)
-    fmt x
-
-let print_ls fmt x = print_gen
-    ~getid:(fun ls -> ls.ls_name)
-    ~getprinter:(fun p -> p.iprinter)
-    fmt x
-
-(* constructor names always start with an upper case letter *)
-let print_cs fmt x = print_gen
-    ~getid:(fun ls -> ls.ls_name)
-    ~getprinter:(fun p -> p.cprinter)
-    ~sanitizer:String.capitalize_ascii
-    fmt x
-
-let print_pr fmt x = print_gen
-    ~getid:(fun pr -> pr.pr_name)
-    ~getprinter:(fun p -> p.pprinter)
-    fmt x
-
-let query_syntax id = query_syntax !info.info_syn id
-let query_remove id = Mid.mem id !info.info_syn
-
-(** Types *)
-
-let protect_on x s = if x then "(" ^^ s ^^ ")" else s
-
-let rec print_ty_node inn fmt ty = match ty.ty_node with
-  | Tyvar v -> print_tv fmt v
-  | Tyapp (ts, tl) -> begin match query_syntax ts.ts_name with
-      | Some s -> syntax_arguments s (print_ty_node false) fmt tl
-      | None -> begin match tl with
-          | [] -> print_ts fmt ts
-          | tl -> fprintf fmt (protect_on inn "%a@ %a")
-                    print_ts ts (print_list space (print_ty_node true)) tl
-        end
-    end
-
-let print_ty = print_ty_node false
-
-(* can the type of a value be derived from the type of the arguments? *)
-let unambig_fs fs =
-  let rec lookup v ty = match ty.ty_node with
-    | Tyvar u when tv_equal u v -> true
-    | _ -> ty_any (lookup v) ty
-  in
-  let lookup v = List.exists (lookup v) fs.ls_args in
-  let rec inspect ty = match ty.ty_node with
-    | Tyvar u when not (lookup u) -> false
-    | _ -> ty_all inspect ty
-  in
-  Opt.fold (fun _ -> inspect) true fs.ls_value
-
-(** Patterns, terms, and formulas *)
-
-let rec print_pat_node pri fmt p = match p.pat_node with
-  | Pwild ->
-      fprintf fmt "_"
-  | Pvar v ->
-      print_vs fmt v
-  | Pas (p, v) ->
-      fprintf fmt (protect_on (pri > 1) "%a as %a")
-        (print_pat_node 1) p print_vs v
-  | Por (p, q) ->
-      fprintf fmt (protect_on (pri > 0) "%a | %a")
-        (print_pat_node 0) p (print_pat_node 0) q
-  | Papp (cs, pl) -> begin match query_syntax cs.ls_name with
-      | Some s -> syntax_arguments s (print_pat_node 0) fmt pl
-      | None -> begin match pl with
-          | [] -> print_cs fmt cs
-          | pl -> fprintf fmt (protect_on (pri > 1) "%a@ %a")
-                    print_cs cs (print_list space (print_pat_node 2)) pl
-        end
-    end
-
-let print_pat = print_pat_node 0
-
-let print_vsty fmt v =
-  fprintf fmt "%a:@,%a" print_vs v print_ty v.vs_ty
-
-let print_quant = Pretty.print_quant
-let print_binop = Pretty.print_binop
-
-let prio_binop = function
-  | Tand -> 3
-  | Tor -> 2
-  | Timplies -> 1
-  | Tiff -> 1
-
-let print_label = Pretty.print_label
-let print_labels = print_iter1 Slab.iter space print_label
-
-let print_ident_labels fmt id =
-  if not (Slab.is_empty id.id_label) then
-    fprintf fmt "@ %a" print_labels id.id_label
-
-let rec print_term fmt t = print_lterm 0 fmt t
-
-and print_lterm pri fmt t =
-  if Slab.is_empty t.t_label then print_tnode pri fmt t
-  else fprintf fmt (protect_on (pri > 0) "%a %a")
-      print_labels t.t_label (print_tnode 0) t
-
-and print_app pri fs fmt tl =
-  match query_syntax fs.ls_name with
-  | Some s -> syntax_arguments s print_term fmt tl
-  | None ->
-      let print_symb = if fs.ls_constr > 0 then print_cs else print_ls in
-      begin match tl with
-        | [] -> print_symb fmt fs
-        | tl -> fprintf fmt (protect_on (pri > 5) "%a@ %a")
-                  print_symb fs (print_list space (print_lterm 6)) tl
-      end
-
-and print_tnode pri fmt t = match t.t_node with
-  | Tvar v ->
-      print_vs fmt v
-  | Tconst c ->
-      Number.print_constant fmt c
-  | Tapp (fs, tl) when unambig_fs fs ->
-      print_app pri fs fmt tl
-  | Tapp (fs, tl) ->
-      fprintf fmt (protect_on (pri > 0) "%a:%a")
-        (print_app 5 fs) tl print_ty (t_type t)
-  | Tif (f,t1,t2) ->
-      fprintf fmt (protect_on (pri > 0) "if @[%a@] then %a@ else %a")
-        print_term f print_term t1 print_term t2
-  | Tlet (t1,tb) ->
-      let v,t2 = t_open_bound tb in
-      fprintf fmt (protect_on (pri > 0) "let %a = @[%a@] in@ %a")
-        print_vs v (print_lterm 4) t1 print_term t2;
-      forget_var v
-  | Tcase (t1,bl) ->
-      fprintf fmt "match @[%a@] with@\n@[<hov>%a@]@\nend"
-        print_term t1 (print_list newline print_tbranch) bl
-  | Teps fb ->
-      let v,f = t_open_bound fb in
-      fprintf fmt (protect_on (pri > 0) "epsilon %a.@ %a")
-        print_vsty v print_term f;
-      forget_var v
-  | Tquant (q,fq) ->
-      let vl,tl,f = t_open_quant fq in
-      fprintf fmt (protect_on (pri > 0) "%a %a%a.@ %a") print_quant q
-        (print_list comma print_vsty) vl print_tl tl print_term f;
-      List.iter forget_var vl
-  | Ttrue ->
-      fprintf fmt "true"
-  | Tfalse ->
-      fprintf fmt "false"
-  | Tbinop (b,f1,f2) ->
-      let asym = Slab.mem Term.asym_label f1.t_label in
-      let p = prio_binop b in
-      fprintf fmt (protect_on (pri > p) "%a %a@ %a")
-        (print_lterm (p + 1)) f1 (print_binop ~asym) b (print_lterm p) f2
-  | Tnot f ->
-      fprintf fmt (protect_on (pri > 4) "not %a") (print_lterm 4) f
-
-and print_tbranch fmt br =
-  let p,t = t_open_branch br in
-  fprintf fmt "@[<hov 4>| %a ->@ %a@]" print_pat p print_term t;
-  Svs.iter forget_var p.pat_vars
-
-and print_tl fmt tl =
-  if tl = [] then () else fprintf fmt "@ [%a]"
-      (print_list alt (print_list comma print_term)) tl
-
-(** Declarations *)
-
-let print_tv_arg fmt tv = fprintf fmt "@ %a" print_tv tv
-let print_ty_arg fmt ty = fprintf fmt "@ %a" (print_ty_node true) ty
-let print_vs_arg fmt vs = fprintf fmt "@ (%a)" print_vsty vs
-
-let print_constr fmt (cs,pjl) =
-  let add_pj pj ty pjl = (pj,ty)::pjl in
-  let print_pj fmt (pj,ty) = match pj with
-    | Some ls -> fprintf fmt "@ (%a:@,%a)" print_ls ls print_ty ty
-    | None -> print_ty_arg fmt ty
-  in
-  fprintf fmt "@[<hov 4>| %a%a%a@]" print_cs cs
-    print_ident_labels cs.ls_name
-    (print_list nothing print_pj)
-    (List.fold_right2 add_pj pjl cs.ls_args [])
-
-let print_type_decl fmt ts = match ts.ts_def with
-  | NoDef ->
-      fprintf fmt "@[<hov 2>type %a%a%a@]@\n@\n"
-        print_ts ts print_ident_labels ts.ts_name
-        (print_list nothing print_tv_arg) ts.ts_args
-  | Alias ty ->
-      fprintf fmt "@[<hov 2>type %a%a%a =@ %a@]@\n@\n"
-        print_ts ts print_ident_labels ts.ts_name
-        (print_list nothing print_tv_arg) ts.ts_args print_ty ty
-  | Range _ | Float _ -> assert false
-
-let print_type_decl fmt ts =
-  if not (query_remove ts.ts_name) then
-    (print_type_decl fmt ts; forget_tvs ())
-
-let print_data_decl fst fmt (ts,csl) =
-  fprintf fmt "@[<hov 2>%s %a%a%a =@\n@[<hov>%a@]@]@\n@\n"
-    (if fst then "type" else "with") print_ts ts
-    print_ident_labels ts.ts_name
-    (print_list nothing print_tv_arg) ts.ts_args
-    (print_list newline print_constr) csl
-
-let print_data_decl first fmt d =
-  if not (query_remove (fst d).ts_name) then
-    (print_data_decl first fmt d; forget_tvs ())
-
-let print_ls_type fmt = fprintf fmt " :@ %a" print_ty
-
-let ls_kind ls = if ls.ls_value = None then "predicate" else "function"
-
-let print_param_decl fmt ls =
-  fprintf fmt "@[<hov 2>%s %a%a%a%a@]@\n@\n"
-    (ls_kind ls) print_ls ls
-    print_ident_labels ls.ls_name
-    (print_list nothing print_ty_arg) ls.ls_args
-    (print_option print_ls_type) ls.ls_value
-
-let print_param_decl fmt ls =
-  if not (query_remove ls.ls_name) then
-    (print_param_decl fmt ls; forget_tvs ())
-
-let print_logic_decl fst fmt (ls,ld) =
-  let vl,e = open_ls_defn ld in
-  fprintf fmt "@[<hov 2>%s %a%a%a%a =@ %a@]@\n@\n"
-    (if fst then ls_kind ls else "with") print_ls ls
-    print_ident_labels ls.ls_name
-    (print_list nothing print_vs_arg) vl
-    (print_option print_ls_type) ls.ls_value print_term e;
-  List.iter forget_var vl
-
-let print_logic_decl first fmt d =
-  if not (query_remove (fst d).ls_name) then
-    (print_logic_decl first fmt d; forget_tvs ())
-
-let print_ind fmt (pr,f) =
-  fprintf fmt "@[<hov 4>| %a%a :@ %a@]"
-    print_pr pr print_ident_labels pr.pr_name print_term f
-
-let ind_sign = function
-  | Ind   -> "inductive"
-  | Coind -> "coinductive"
-
-let print_ind_decl s fst fmt (ps,bl) =
-  fprintf fmt "@[<hov 2>%s %a%a%a =@ @[<hov>%a@]@]@\n@\n"
-    (if fst then ind_sign s else "with") print_ls ps
-    print_ident_labels ps.ls_name
-    (print_list nothing print_ty_arg) ps.ls_args
-    (print_list newline print_ind) bl
-
-let print_ind_decl s first fmt d =
-  if not (query_remove (fst d).ls_name) then
-    (print_ind_decl s first fmt d; forget_tvs ())
-
-let print_pkind = Pretty.print_pkind
-
-let print_prop_decl fmt (k,pr,f) =
-  fprintf fmt "@[<hov 2>%a %a%a : %a@]@\n@\n" print_pkind k
-    print_pr pr print_ident_labels pr.pr_name print_term f
-
-let print_prop_decl fmt (k,pr,f) = match k with
-  | Paxiom when query_remove pr.pr_name -> ()
-  | _ -> print_prop_decl fmt (k,pr,f); forget_tvs ()
-
-let print_list_next sep print fmt = function
-  | [] -> ()
-  | [x] -> print true fmt x
-  | x :: r -> print true fmt x; sep fmt ();
-      print_list sep (print false) fmt r
-
-let print_decl fmt d = match d.d_node with
-  | Dtype ts  -> print_type_decl fmt ts
-  | Ddata tl  -> print_list_next nothing print_data_decl fmt tl
-  | Dparam ls -> print_param_decl fmt ls
-  | Dlogic ll -> print_list_next nothing print_logic_decl fmt ll
-  | Dind (s, il) -> print_list_next nothing (print_ind_decl s) fmt il
-  | Dprop p   -> print_prop_decl fmt p
-
-let print_inst_ts fmt (ts1,ts2) =
-  fprintf fmt "type %a = %a" print_ts ts1 print_ts ts2
-
-let print_inst_ls fmt (ls1,ls2) =
-  fprintf fmt "%s %a = %a" (ls_kind ls1) print_ls ls1 print_ls ls2
-
-let print_inst_pr fmt (pr1,pr2) =
-  fprintf fmt "prop %a = %a" print_pr pr1 print_pr pr2
-
-let print_meta_arg fmt = function
-  | MAty ty -> fprintf fmt "type %a" print_ty ty; forget_tvs ()
-  | MAts ts -> fprintf fmt "type %a" print_ts ts
-  | MAls ls -> fprintf fmt "%s %a" (ls_kind ls) print_ls ls
-  | MApr pr -> fprintf fmt "prop %a" print_pr pr
-  | MAstr s -> fprintf fmt "\"%s\"" s
-  | MAint i -> fprintf fmt "%d" i
-
-let print_qt fmt th =
-  if th.th_path = [] then print_th fmt th else
-    fprintf fmt "%a.%a"
-      (print_list (constant_string ".") string) th.th_path
-      print_th th
-
-let print_tdecl fmt td = match td.td_node with
-  | Decl d ->
-      print_decl fmt d
-  | Use th ->
-      fprintf fmt "@[<hov 2>(* use %a *)@]@\n@\n" print_qt th
-  | Clone (th,sm) when is_empty_sm sm ->
-      fprintf fmt "@[<hov 2>(* use %a *)@]@\n@\n" print_qt th
-  | Clone (th,sm) ->
-      let tm = Mts.fold (fun x y a -> (x,y)::a) sm.sm_ts [] in
-      let lm = Mls.fold (fun x y a -> (x,y)::a) sm.sm_ls [] in
-      let pm = Mpr.fold (fun x y a -> (x,y)::a) sm.sm_pr [] in
-      fprintf fmt "@[<hov 2>(* clone %a with %a,@ %a,@ %a *)@]@\n@\n"
-        print_qt th (print_list comma print_inst_ts) tm
-        (print_list comma print_inst_ls) lm
-        (print_list comma print_inst_pr) pm
-  | Meta (m,al) ->
-      fprintf fmt "@[<hov 2>(* meta %s %a *)@]@\n@\n"
-        m.meta_name (print_list comma print_meta_arg) al
-
-let print_tdecls =
-  let print_tdecl sm fmt td =
-    (!info).info_syn <- sm; print_tdecl fmt td; sm, [] in
-  let print_tdecl = Printer.sprint_tdecl print_tdecl in
-  let print_tdecl task acc = print_tdecl task.Task.task_decl acc in
-  Discriminate.on_syntax_map (fun sm -> Trans.fold print_tdecl (sm,[]))
-
-let print_task args ?old:_ fmt task =
-  (* In trans-based p-printing [forget_all] IST STRENG VERBOTEN *)
-  (* forget_all (); *)
-  print_prelude fmt args.prelude;
-  fprintf fmt "theory Task@\n";
-  print_th_prelude task fmt args.th_prelude;
-  let rec print = function
-    | x :: r -> print r; Pp.string fmt x
-    | [] -> () in
-  print (snd (Trans.apply print_tdecls task));
-  fprintf fmt "end@."
-
-(** TODO: th_local doesn't indicate the kind of an id (vs, ts, ls, ...)
-    so we can't reserve the symbols in the corresponding printer.
-    So we reserve in all of them.
-*)
-let reserve_ident pr id =
-  ignore (id_unique pr.iprinter id);
-  ignore (id_unique ~sanitizer:String.capitalize_ascii pr.cprinter id);
-  ignore (id_unique pr.aprinter id);
-  ignore (id_unique pr.tprinter id);
-  ignore (id_unique pr.pprinter id)
-
-let print_task printer_args fmt task =
-  (* eprintf "Task:%a@.@." Pretty.print_task task; *)
-  print_prelude fmt printer_args.prelude;
-  (* find theories that are both used and realized from metas *)
-  let realized_theories =
-    Task.on_meta meta_realized_theory (fun mid args ->
-        match args with
-        | [Theory.MAstr src; Theory.MAstr dst] ->
-            (* TODO: do not split string; in fact, do not even use a
-               string argument *)
-            let f,id =
-              let l = Strings.rev_split '.' src in
-              List.rev (List.tl l), List.hd l in
-            let th = Env.read_theory printer_args.env f id in
-            let id =
-              let l = Strings.rev_split '.' dst in
-              List.hd l in
-            Mid.add th.Theory.th_name (th, dst, id) mid
-        | _ -> assert false
-      ) Mid.empty task in
-  (* 2 cases: goal is clone T with [] or goal is a real goal *)
-  let rec upd_realized_theories = function
-    (** not realized *)
-    | Some { Task.task_decl = { Theory.td_node =
-                                  Theory.Decl { Decl.d_node = Decl.Dprop (Decl.Pgoal, _, _) }}} ->
-        fprintf fmt "theory Task@\n";
-        realized_theories
-    (** realized *)
-    | Some { Task.task_decl = { Theory.td_node = Theory.Clone (th,_) }} ->
-        (** reserve the name used in the local theory in a consistent order *)
-        Sid.iter (reserve_ident (!info).local_printers) th.Theory.th_local;
-        begin
-          try
-            let (_,_, id) = Mid.find th.Theory.th_name realized_theories in
-            fprintf fmt "theory %s@\n" id;
-          with Not_found ->
-            raise (NotInRealizedTheories(th))
-        end;
-        Mid.remove th.Theory.th_name realized_theories
-    | Some { Task.task_decl = { Theory.td_node = Theory.Meta _ };
-             Task.task_prev = task } ->
-        upd_realized_theories task
-    | _ -> assert false in
-  let realized_theories = upd_realized_theories task in
-  (** use prelude *)
-  print_th_prelude task fmt printer_args.th_prelude;
-  let realized_theories' =
-    Mid.map (fun (th,s1,s2) -> fprintf fmt "use %s as %s@\n" s1 s2; th)
-      realized_theories in
-  let realized_symbols = Task.used_symbols realized_theories' in
-  let local_decls = Task.local_decls task realized_symbols in
-  (* eprintf "local_decls:%i@." (List.length local_decls); *)
-  (* associate a special printer to each symbol in a realized theory *)
-  let symbol_printers =
-    let printers =
-      Mid.map (fun th ->
-          let pr = fresh_printers () in
-          (** reserve all symbols in a consistent order *)
-          Sid.iter (reserve_ident pr) th.Theory.th_local;
-          pr
-        ) realized_theories' in
-    Mid.map (fun th ->
-        let _,_,s2 = Mid.find th.Theory.th_name realized_theories in
-        (s2, Mid.find th.Theory.th_name printers)
-      ) realized_symbols in
-  info := { !info with
-            info_syn = get_syntax_map task;
-            symbol_printers = symbol_printers;
-          };
-  let print_decls fmt dl =
-    fprintf fmt "@\n@[<hov>%a@]" (print_list nothing print_decl) dl in
-  print_decls fmt local_decls;
-  fprintf fmt "end@."
-
-let print_realize args ?old:_ fmt task =
-  let info_bak = !info in (** printer without realization *)
-  try
-    info := { info_syn = Mid.empty; symbol_printers = Mid.empty;
-              local_printers = fresh_printers ()};
-    print_task args fmt task;
-    info := info_bak
-  with exn -> (** finally *)
-    info := info_bak;
-    raise exn
-
-
-let () = register_printer "why3-realize" print_realize
-    ~desc:"Printer@ for@ the@ logical@ format@ of@ Why3.
-         @ Used for printing theories."
-
-let () = Exn_printer.register (fun fmt -> function
-    | NotInRealizedTheories th -> fprintf fmt
-                                    "The@ theory %s@ is@ asked@ to@ be@ realized@ but@ it@ is@ specified \
-                                     in no \"realized_theory\" meta." th.th_name.id_string
-    | exn -> raise exn
-  )
diff --git a/src/plugins/wp/share/why3/Bits.v b/src/plugins/wp/share/why3/Bits.v
index 0381e15181d8c41bcc35734f624d9fe24be8dfa4..624a253f499923ab9206ce27fe7bd78ca4313ce8 100644
--- a/src/plugins/wp/share/why3/Bits.v
+++ b/src/plugins/wp/share/why3/Bits.v
@@ -587,7 +587,7 @@ Qed.
 (** {@integer:} *)
 (** * Bits of Integers *)
 
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 (** The bits representation of an integer consists of a bit function,
     packed with its trailing property. 
diff --git a/src/plugins/wp/share/why3/Cbits.v b/src/plugins/wp/share/why3/Cbits.v
index aff75e9b1e9667a2d0cf74393c4fae83a97721f2..c32a1cf32a5ab401e78c78dae72c60082d138dfd 100644
--- a/src/plugins/wp/share/why3/Cbits.v
+++ b/src/plugins/wp/share/why3/Cbits.v
@@ -167,7 +167,7 @@ Proof.
 Qed.
 
 Require Import Qedlib.
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 (** * Bit extraction *)
 (** Tacticals *)
diff --git a/src/plugins/wp/share/why3/Cbits.why b/src/plugins/wp/share/why3/Cbits.why
index d5867717def38b38001d60f5893e73fdec699609..28641d4d40546e4ee840f359cb862d02aa73efc2 100644
--- a/src/plugins/wp/share/why3/Cbits.why
+++ b/src/plugins/wp/share/why3/Cbits.why
@@ -30,374 +30,374 @@ use real.Real as Real
 use real.FromInt as FromInt
 use Cint.Cint as Cint
 
-axiom lnot_bool : ((Cint.lnot 0) = ((Int.(-_) (1)))) /\ ((Cint.lnot
+lemma lnot_bool : ((Cint.lnot 0) = ((Int.(-_) (1)))) /\ ((Cint.lnot
   (Int.(-_) (1))) = (0))
 
-axiom land_idemp : forall x:int [Cint.land x x]. ((Cint.land x x) = (x))
+lemma land_idemp : forall x:int [Cint.land x x]. ((Cint.land x x) = (x))
 
-axiom land_0 : forall x:int [Cint.land 0 x]. ((Cint.land 0 x) = (0))
+lemma land_0 : forall x:int [Cint.land 0 x]. ((Cint.land 0 x) = (0))
 
-axiom land_0bis : forall x:int [Cint.land x 0]. ((Cint.land x 0) = (0))
+lemma land_0bis : forall x:int [Cint.land x 0]. ((Cint.land x 0) = (0))
 
-axiom land_1 : forall x:int [Cint.land (Int.(-_) (1)) x]. ((Cint.land
+lemma land_1 : forall x:int [Cint.land (Int.(-_) (1)) x]. ((Cint.land
   (Int.(-_) (1)) x) = (x))
 
-axiom land_1bis : forall x:int [Cint.land x (Int.(-_) (1))]. ((Cint.land x
+lemma land_1bis : forall x:int [Cint.land x (Int.(-_) (1))]. ((Cint.land x
   (Int.(-_) (1))) = (x))
 
-axiom lor_idemp : forall x:int [Cint.lor x x]. ((Cint.lor x x) = (x))
+lemma lor_idemp : forall x:int [Cint.lor x x]. ((Cint.lor x x) = (x))
 
-axiom lor_1 : forall x:int [Cint.lor (Int.(-_) (1)) x]. ((Cint.lor
+lemma lor_1 : forall x:int [Cint.lor (Int.(-_) (1)) x]. ((Cint.lor
   (Int.(-_) (1)) x) = ((Int.(-_) (1))))
 
-axiom lor_1bis : forall x:int [Cint.lor x (Int.(-_) (1))]. ((Cint.lor x
+lemma lor_1bis : forall x:int [Cint.lor x (Int.(-_) (1))]. ((Cint.lor x
   (Int.(-_) (1))) = ((Int.(-_) (1))))
 
-axiom lor_0 : forall x:int [Cint.lor 0 x]. ((Cint.lor 0 x) = (x))
+lemma lor_0 : forall x:int [Cint.lor 0 x]. ((Cint.lor 0 x) = (x))
 
-axiom lor_0bis : forall x:int [Cint.lor x 0]. ((Cint.lor x 0) = (x))
+lemma lor_0bis : forall x:int [Cint.lor x 0]. ((Cint.lor x 0) = (x))
 
-axiom lxor_nilpotent : forall x:int [Cint.lxor x x]. ((Cint.lxor x x) = (0))
+lemma lxor_nilpotent : forall x:int [Cint.lxor x x]. ((Cint.lxor x x) = (0))
 
-axiom lxor_1 : forall x:int [Cint.lxor (Int.(-_) (1)) x]. ((Cint.lxor
+lemma lxor_1 : forall x:int [Cint.lxor (Int.(-_) (1)) x]. ((Cint.lxor
   (Int.(-_) (1)) x) = (Cint.lnot x))
 
-axiom lxor_1bis : forall x:int [Cint.lxor x (Int.(-_) (1))]. ((Cint.lxor x
+lemma lxor_1bis : forall x:int [Cint.lxor x (Int.(-_) (1))]. ((Cint.lxor x
   (Int.(-_) (1))) = (Cint.lnot x))
 
-axiom lxor_0 : forall x:int [Cint.lxor 0 x]. ((Cint.lxor 0 x) = (x))
+lemma lxor_0 : forall x:int [Cint.lxor 0 x]. ((Cint.lxor 0 x) = (x))
 
-axiom lxor_0bis : forall x:int [Cint.lxor x 0]. ((Cint.lxor x 0) = (x))
+lemma lxor_0bis : forall x:int [Cint.lxor x 0]. ((Cint.lxor x 0) = (x))
 
-axiom bit_test_def : forall x:int, k:int [Cint.bit_testb x k].
+lemma bit_test_def : forall x:int, k:int [Cint.bit_testb x k].
   ((Cint.bit_testb x k) = (Bool.True)) <-> Cint.bit_test x k
 
-axiom bit_test_extraction : forall x:int, k:int [Cint.land x (Cint.lsl 1 k)|
+lemma bit_test_extraction : forall x:int, k:int [Cint.land x (Cint.lsl 1 k)|
   Cint.land (Cint.lsl 1 k) x]. (Int.(<=) (0) (k)) -> not ((Cint.land x
   (Cint.lsl 1 k)) = (0)) <-> Cint.bit_test x k
 
-axiom lsl_1_0 : ((Cint.lsl 1 0) = (1))
+lemma lsl_1_0 : ((Cint.lsl 1 0) = (1))
 
-axiom bit_test_extraction_bis : forall x:int [Cint.land x 1| Cint.land 1 x].
+lemma bit_test_extraction_bis : forall x:int [Cint.land x 1| Cint.land 1 x].
   not ((Cint.land 1 x) = (0)) -> Cint.bit_test x 0
 
-axiom bit_test_extraction_bis_eq : forall x:int [Cint.land x 1| Cint.land 1
+lemma bit_test_extraction_bis_eq : forall x:int [Cint.land x 1| Cint.land 1
   x]. Cint.bit_test x 0 -> ((Cint.land 1 x) = (1))
 
-axiom lnot_extraction : forall x:int, i:int [Cint.bit_test (Cint.lnot x) i].
+lemma lnot_extraction : forall x:int, i:int [Cint.bit_test (Cint.lnot x) i].
   (Int.(<=) (0) (i)) -> Cint.bit_test (Cint.lnot x) i <-> not Cint.bit_test x
   i
 
-axiom land_extraction : forall x:int, y:int, i:int [Cint.bit_test (Cint.land
+lemma land_extraction : forall x:int, y:int, i:int [Cint.bit_test (Cint.land
   x y) i]. (Int.(<=) (0) (i)) -> Cint.bit_test (Cint.land x y) i <->
   Cint.bit_test x i /\ Cint.bit_test y i
 
-axiom lor_extraction : forall x:int, y:int, i:int [Cint.bit_test (Cint.lor x
+lemma lor_extraction : forall x:int, y:int, i:int [Cint.bit_test (Cint.lor x
   y) i]. (Int.(<=) (0) (i)) -> Cint.bit_test (Cint.lor x y) i <->
   Cint.bit_test x i \/ Cint.bit_test y i
 
-axiom lxor_extraction : forall x:int, y:int, i:int [Cint.bit_test (Cint.lxor
+lemma lxor_extraction : forall x:int, y:int, i:int [Cint.bit_test (Cint.lxor
   x y) i]. (Int.(<=) (0) (i)) -> Cint.bit_test (Cint.lxor x y) i <->
   Cint.bit_test x i <-> not Cint.bit_test y i
 
-axiom land_1_lsl_1 : forall a:int, x:int, n:int [Cint.lsl 1
+lemma land_1_lsl_1 : forall a:int, x:int, n:int [Cint.lsl 1
   (Int.(+) (1) (n)), Cint.lsl 1 n, (Int.(+) ((Int.(*) (2) (a))) (Cint.land 1
   x))]. (Int.(<=) (0) (n)) -> (Int.(<) (a) (Cint.lsl 1 n)) ->
   (Int.(<) ((Int.(+) ((Int.(*) (2) (a))) (Cint.land 1 x))) (Cint.lsl 1
   (Int.(+) (1) (n))))
 
-axiom lsl_extraction_sup : forall x:int, n:int, m:int [Cint.bit_test
+lemma lsl_extraction_sup : forall x:int, n:int, m:int [Cint.bit_test
   (Cint.lsl x n) m]. (Int.(<=) (0) (n)) -> (Int.(<=) (0) (m)) ->
   (Int.(>=) (m) (n)) -> Cint.bit_test (Cint.lsl x n) m <-> Cint.bit_test x
   (Int.(-) (m) (n))
 
-axiom lsl_extraction_inf : forall x:int, n:int, m:int [Cint.bit_test
+lemma lsl_extraction_inf : forall x:int, n:int, m:int [Cint.bit_test
   (Cint.lsl x n) m]. (Int.(<=) (0) (n)) -> (Int.(<=) (0) (m)) ->
   (Int.(<) (m) (n)) -> not Cint.bit_test (Cint.lsl x n) m
 
-axiom lsr_extractionl : forall x:int, n:int, m:int [Cint.bit_test (Cint.lsr x
+lemma lsr_extractionl : forall x:int, n:int, m:int [Cint.bit_test (Cint.lsr x
   n) m]. (Int.(<=) (0) (n)) -> (Int.(<=) (0) (m)) -> Cint.bit_test (Cint.lsr
   x n) m <-> Cint.bit_test x (Int.(+) (m) (n))
 
-axiom lsl1_extraction : forall i:int, j:int [Cint.bit_test (Cint.lsl 1 i) j].
+lemma lsl1_extraction : forall i:int, j:int [Cint.bit_test (Cint.lsl 1 i) j].
   (Int.(<=) (0) (i)) -> (Int.(<=) (0) (j)) -> Cint.bit_test (Cint.lsl 1 i)
   j <-> ((i) = (j))
 
-axiom to_uint8_extraction_sup : forall x:int, i:int [Cint.is_uint8 x,
+lemma to_uint8_extraction_sup : forall x:int, i:int [Cint.is_uint8 x,
   Cint.bit_test x i]. (Int.(<=) (8) (i)) -> Cint.is_uint8 x ->
   not Cint.bit_test x i
 
-axiom to_uint8_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_uint8_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_uint8 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (8)) ->
   Cint.bit_test (Cint.to_uint8 x) i <-> Cint.bit_test x i
 
-axiom to_uint16_extraction_sup : forall x:int, i:int [Cint.is_uint16 x,
+lemma to_uint16_extraction_sup : forall x:int, i:int [Cint.is_uint16 x,
   Cint.bit_test x i]. (Int.(<=) (16) (i)) -> Cint.is_uint16 x ->
   not Cint.bit_test x i
 
-axiom to_uint16_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_uint16_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_uint16 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (16)) ->
   Cint.bit_test (Cint.to_uint16 x) i <-> Cint.bit_test x i
 
-axiom to_uint32_extraction_sup : forall x:int, i:int [Cint.is_uint32 x,
+lemma to_uint32_extraction_sup : forall x:int, i:int [Cint.is_uint32 x,
   Cint.bit_test x i]. (Int.(<=) (32) (i)) -> Cint.is_uint32 x ->
   not Cint.bit_test x i
 
-axiom to_uint32_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_uint32_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_uint32 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (32)) ->
   Cint.bit_test (Cint.to_uint32 x) i <-> Cint.bit_test x i
 
-axiom to_uint64_extraction_sup : forall x:int, i:int [Cint.is_uint64 x,
+lemma to_uint64_extraction_sup : forall x:int, i:int [Cint.is_uint64 x,
   Cint.bit_test x i]. (Int.(<=) (64) (i)) -> Cint.is_uint64 x ->
   not Cint.bit_test x i
 
-axiom to_uint64_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_uint64_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_uint64 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (64)) ->
   Cint.bit_test (Cint.to_uint64 x) i <-> Cint.bit_test x i
 
-axiom to_sint8_extraction_sup : forall x:int, i:int [Cint.is_sint8 x,
+lemma to_sint8_extraction_sup : forall x:int, i:int [Cint.is_sint8 x,
   Cint.bit_test x i]. (Int.(<=) (7) (i)) -> Cint.is_sint8 x -> Cint.bit_test
   x i <-> (Int.(<) (x) (0))
 
-axiom to_sint8_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_sint8_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_sint8 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (7)) ->
   Cint.bit_test (Cint.to_sint8 x) i <-> Cint.bit_test x i
 
-axiom to_sint16_extraction_sup : forall x:int, i:int [Cint.is_sint16 x,
+lemma to_sint16_extraction_sup : forall x:int, i:int [Cint.is_sint16 x,
   Cint.bit_test x i]. (Int.(<=) (15) (i)) -> Cint.is_sint16 x ->
   Cint.bit_test x i <-> (Int.(<) (x) (0))
 
-axiom to_sint16_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_sint16_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_sint16 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (15)) ->
   Cint.bit_test (Cint.to_sint16 x) i <-> Cint.bit_test x i
 
-axiom to_sint32_extraction_sup : forall x:int, i:int [Cint.is_sint32 x,
+lemma to_sint32_extraction_sup : forall x:int, i:int [Cint.is_sint32 x,
   Cint.bit_test x i]. (Int.(<=) (31) (i)) -> Cint.is_sint32 x ->
   Cint.bit_test x i <-> (Int.(<) (x) (0))
 
-axiom to_sint32_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_sint32_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_sint32 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (31)) ->
   Cint.bit_test (Cint.to_sint32 x) i <-> Cint.bit_test x i
 
-axiom to_sint64_extraction_sup : forall x:int, i:int [Cint.is_sint64 x,
+lemma to_sint64_extraction_sup : forall x:int, i:int [Cint.is_sint64 x,
   Cint.bit_test x i]. (Int.(<=) (63) (i)) -> Cint.is_sint64 x ->
   Cint.bit_test x i <-> (Int.(<) (x) (0))
 
-axiom to_sint64_extraction_inf : forall x:int, i:int [Cint.bit_test
+lemma to_sint64_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_sint64 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (63)) ->
   Cint.bit_test (Cint.to_sint64 x) i <-> Cint.bit_test x i
 
-axiom is_uint_lxor : forall n:int, x:int, y:int. Cint.is_uint n x ->
+lemma is_uint_lxor : forall n:int, x:int, y:int. Cint.is_uint n x ->
   Cint.is_uint n y -> ((Cint.to_uint n (Cint.lxor x y)) = (Cint.lxor x y))
 
-axiom is_uint8_lxor : forall x:int, y:int [Cint.to_uint8 (Cint.lxor x y)].
+lemma is_uint8_lxor : forall x:int, y:int [Cint.to_uint8 (Cint.lxor x y)].
   Cint.is_uint8 x -> Cint.is_uint8 y -> ((Cint.to_uint8 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_uint8_lor : forall x:int, y:int [Cint.to_uint8 (Cint.lor x y)].
+lemma is_uint8_lor : forall x:int, y:int [Cint.to_uint8 (Cint.lor x y)].
   Cint.is_uint8 x -> Cint.is_uint8 y -> ((Cint.to_uint8 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_uint8_land : forall x:int, y:int [Cint.to_uint8 (Cint.land x y)].
+lemma is_uint8_land : forall x:int, y:int [Cint.to_uint8 (Cint.land x y)].
   Cint.is_uint8 x -> Cint.is_uint8 y -> ((Cint.to_uint8 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_uint8_lsr : forall x:int, y:int [Cint.to_uint8 (Cint.lsr x y)].
+lemma is_uint8_lsr : forall x:int, y:int [Cint.to_uint8 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_uint8 x -> ((Cint.to_uint8 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_uint8_lsl1_inf : forall y:int [Cint.to_uint8 (Cint.lsl 1 y)].
+lemma is_uint8_lsl1_inf : forall y:int [Cint.to_uint8 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (8)) -> ((Cint.to_uint8 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_uint8_lsl1_sup : forall y:int [Cint.to_uint8 (Cint.lsl 1 y)].
+lemma is_uint8_lsl1_sup : forall y:int [Cint.to_uint8 (Cint.lsl 1 y)].
   (Int.(<=) (8) (y)) -> ((Cint.to_uint8 (Cint.lsl 1 y)) = (0))
 
-axiom is_uint16_lxor : forall x:int, y:int [Cint.to_uint16 (Cint.lxor x y)].
+lemma is_uint16_lxor : forall x:int, y:int [Cint.to_uint16 (Cint.lxor x y)].
   Cint.is_uint16 x -> Cint.is_uint16 y -> ((Cint.to_uint16 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_uint16_lor : forall x:int, y:int [Cint.to_uint16 (Cint.lor x y)].
+lemma is_uint16_lor : forall x:int, y:int [Cint.to_uint16 (Cint.lor x y)].
   Cint.is_uint16 x -> Cint.is_uint16 y -> ((Cint.to_uint16 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_uint16_land : forall x:int, y:int [Cint.to_uint16 (Cint.land x y)].
+lemma is_uint16_land : forall x:int, y:int [Cint.to_uint16 (Cint.land x y)].
   Cint.is_uint16 x -> Cint.is_uint16 y -> ((Cint.to_uint16 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_uint16_lsr : forall x:int, y:int [Cint.to_uint16 (Cint.lsr x y)].
+lemma is_uint16_lsr : forall x:int, y:int [Cint.to_uint16 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_uint16 x -> ((Cint.to_uint16 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_uint16_lsl1_inf : forall y:int [Cint.to_uint16 (Cint.lsl 1 y)].
+lemma is_uint16_lsl1_inf : forall y:int [Cint.to_uint16 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (16)) -> ((Cint.to_uint16 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_uint16_lsl1_sup : forall y:int [Cint.to_uint16 (Cint.lsl 1 y)].
+lemma is_uint16_lsl1_sup : forall y:int [Cint.to_uint16 (Cint.lsl 1 y)].
   (Int.(<=) (16) (y)) -> ((Cint.to_uint16 (Cint.lsl 1 y)) = (0))
 
-axiom is_uint32_lxor : forall x:int, y:int [Cint.to_uint32 (Cint.lxor x y)].
+lemma is_uint32_lxor : forall x:int, y:int [Cint.to_uint32 (Cint.lxor x y)].
   Cint.is_uint32 x -> Cint.is_uint32 y -> ((Cint.to_uint32 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_uint32_lor : forall x:int, y:int [Cint.to_uint32 (Cint.lor x y)].
+lemma is_uint32_lor : forall x:int, y:int [Cint.to_uint32 (Cint.lor x y)].
   Cint.is_uint32 x -> Cint.is_uint32 y -> ((Cint.to_uint32 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_uint32_land : forall x:int, y:int [Cint.to_uint32 (Cint.land x y)].
+lemma is_uint32_land : forall x:int, y:int [Cint.to_uint32 (Cint.land x y)].
   Cint.is_uint32 x -> Cint.is_uint32 y -> ((Cint.to_uint32 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_uint32_lsr : forall x:int, y:int [Cint.to_uint32 (Cint.lsr x y)].
+lemma is_uint32_lsr : forall x:int, y:int [Cint.to_uint32 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_uint32 x -> ((Cint.to_uint32 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_uint32_lsl1_inf : forall y:int [Cint.to_uint32 (Cint.lsl 1 y)].
+lemma is_uint32_lsl1_inf : forall y:int [Cint.to_uint32 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (32)) -> ((Cint.to_uint32 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_uint32_lsl1_sup : forall y:int [Cint.to_uint32 (Cint.lsl 1 y)].
+lemma is_uint32_lsl1_sup : forall y:int [Cint.to_uint32 (Cint.lsl 1 y)].
   (Int.(<=) (32) (y)) -> ((Cint.to_uint32 (Cint.lsl 1 y)) = (0))
 
-axiom is_uint64_lxor : forall x:int, y:int [Cint.to_uint64 (Cint.lxor x y)].
+lemma is_uint64_lxor : forall x:int, y:int [Cint.to_uint64 (Cint.lxor x y)].
   Cint.is_uint64 x -> Cint.is_uint64 y -> ((Cint.to_uint64 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_uint64_lor : forall x:int, y:int [Cint.to_uint64 (Cint.lor x y)].
+lemma is_uint64_lor : forall x:int, y:int [Cint.to_uint64 (Cint.lor x y)].
   Cint.is_uint64 x -> Cint.is_uint64 y -> ((Cint.to_uint64 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_uint64_land : forall x:int, y:int [Cint.to_uint64 (Cint.land x y)].
+lemma is_uint64_land : forall x:int, y:int [Cint.to_uint64 (Cint.land x y)].
   Cint.is_uint64 x -> Cint.is_uint64 y -> ((Cint.to_uint64 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_uint64_lsr : forall x:int, y:int [Cint.to_uint64 (Cint.lsr x y)].
+lemma is_uint64_lsr : forall x:int, y:int [Cint.to_uint64 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_uint64 x -> ((Cint.to_uint64 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_uint64_lsl1_inf : forall y:int [Cint.to_uint64 (Cint.lsl 1 y)].
+lemma is_uint64_lsl1_inf : forall y:int [Cint.to_uint64 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (64)) -> ((Cint.to_uint64 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_uint64_lsl1_sup : forall y:int [Cint.to_uint64 (Cint.lsl 1 y)].
+lemma is_uint64_lsl1_sup : forall y:int [Cint.to_uint64 (Cint.lsl 1 y)].
   (Int.(<=) (64) (y)) -> ((Cint.to_uint64 (Cint.lsl 1 y)) = (0))
 
-axiom is_sint8_lnot : forall x:int [Cint.to_sint8 (Cint.lnot x)].
+lemma is_sint8_lnot : forall x:int [Cint.to_sint8 (Cint.lnot x)].
   Cint.is_sint8 x -> ((Cint.to_sint8 (Cint.lnot x)) = (Cint.lnot x))
 
-axiom is_sint8_lxor : forall x:int, y:int [Cint.to_sint8 (Cint.lxor x y)].
+lemma is_sint8_lxor : forall x:int, y:int [Cint.to_sint8 (Cint.lxor x y)].
   Cint.is_sint8 x -> Cint.is_sint8 y -> ((Cint.to_sint8 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_sint8_lor : forall x:int, y:int [Cint.to_sint8 (Cint.lor x y)].
+lemma is_sint8_lor : forall x:int, y:int [Cint.to_sint8 (Cint.lor x y)].
   Cint.is_sint8 x -> Cint.is_sint8 y -> ((Cint.to_sint8 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_sint8_land : forall x:int, y:int [Cint.to_sint8 (Cint.land x y)].
+lemma is_sint8_land : forall x:int, y:int [Cint.to_sint8 (Cint.land x y)].
   Cint.is_sint8 x -> Cint.is_sint8 y -> ((Cint.to_sint8 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_sint8_lsr : forall x:int, y:int [Cint.to_sint8 (Cint.lsr x y)].
+lemma is_sint8_lsr : forall x:int, y:int [Cint.to_sint8 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_sint8 x -> ((Cint.to_sint8 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_sint8_lsl1 : ((Cint.lsl 1 7) = (Cint.max_sint8))
+lemma is_sint8_lsl1 : ((Cint.lsl 1 7) = (Cint.max_sint8))
 
-axiom is_sint8_lsl1_inf : forall y:int [Cint.to_sint8 (Cint.lsl 1 y)].
+lemma is_sint8_lsl1_inf : forall y:int [Cint.to_sint8 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (7)) -> ((Cint.to_sint8 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_sint8_lsl1_sup : forall y:int [Cint.to_sint8 (Cint.lsl 1 y)].
+lemma is_sint8_lsl1_sup : forall y:int [Cint.to_sint8 (Cint.lsl 1 y)].
   (Int.(<=) (8) (y)) -> ((Cint.to_sint8 (Cint.lsl 1 y)) = (0))
 
-axiom is_sint16_lnot : forall x:int [Cint.to_sint16 (Cint.lnot x)].
+lemma is_sint16_lnot : forall x:int [Cint.to_sint16 (Cint.lnot x)].
   Cint.is_sint16 x -> ((Cint.to_sint16 (Cint.lnot x)) = (Cint.lnot x))
 
-axiom is_sint16_lxor : forall x:int, y:int [Cint.to_sint16 (Cint.lxor x y)].
+lemma is_sint16_lxor : forall x:int, y:int [Cint.to_sint16 (Cint.lxor x y)].
   Cint.is_sint16 x -> Cint.is_sint16 y -> ((Cint.to_sint16 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_sint16_lor : forall x:int, y:int [Cint.to_sint16 (Cint.lor x y)].
+lemma is_sint16_lor : forall x:int, y:int [Cint.to_sint16 (Cint.lor x y)].
   Cint.is_sint16 x -> Cint.is_sint16 y -> ((Cint.to_sint16 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_sint16_land : forall x:int, y:int [Cint.to_sint16 (Cint.land x y)].
+lemma is_sint16_land : forall x:int, y:int [Cint.to_sint16 (Cint.land x y)].
   Cint.is_sint16 x -> Cint.is_sint16 y -> ((Cint.to_sint16 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_sint16_lsr : forall x:int, y:int [Cint.to_sint16 (Cint.lsr x y)].
+lemma is_sint16_lsr : forall x:int, y:int [Cint.to_sint16 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_sint16 x -> ((Cint.to_sint16 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_sint16_lsl1 : ((Cint.lsl 1 15) = (Cint.max_sint16))
+lemma is_sint16_lsl1 : ((Cint.lsl 1 15) = (Cint.max_sint16))
 
-axiom is_sint16_lsl1_inf : forall y:int [Cint.to_sint16 (Cint.lsl 1 y)].
+lemma is_sint16_lsl1_inf : forall y:int [Cint.to_sint16 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (15)) -> ((Cint.to_sint16 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_sint16_lsl1_sup : forall y:int [Cint.to_sint16 (Cint.lsl 1 y)].
+lemma is_sint16_lsl1_sup : forall y:int [Cint.to_sint16 (Cint.lsl 1 y)].
   (Int.(<=) (16) (y)) -> ((Cint.to_sint16 (Cint.lsl 1 y)) = (0))
 
-axiom is_sint32_lnot : forall x:int [Cint.to_sint32 (Cint.lnot x)].
+lemma is_sint32_lnot : forall x:int [Cint.to_sint32 (Cint.lnot x)].
   Cint.is_sint32 x -> ((Cint.to_sint32 (Cint.lnot x)) = (Cint.lnot x))
 
-axiom is_sint32_lxor : forall x:int, y:int [Cint.to_sint32 (Cint.lxor x y)].
+lemma is_sint32_lxor : forall x:int, y:int [Cint.to_sint32 (Cint.lxor x y)].
   Cint.is_sint32 x -> Cint.is_sint32 y -> ((Cint.to_sint32 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_sint32_lor : forall x:int, y:int [Cint.to_sint32 (Cint.lor x y)].
+lemma is_sint32_lor : forall x:int, y:int [Cint.to_sint32 (Cint.lor x y)].
   Cint.is_sint32 x -> Cint.is_sint32 y -> ((Cint.to_sint32 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_sint32_land : forall x:int, y:int [Cint.to_sint32 (Cint.land x y)].
+lemma is_sint32_land : forall x:int, y:int [Cint.to_sint32 (Cint.land x y)].
   Cint.is_sint32 x -> Cint.is_sint32 y -> ((Cint.to_sint32 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_sint32_lsr : forall x:int, y:int [Cint.to_sint32 (Cint.lsr x y)].
+lemma is_sint32_lsr : forall x:int, y:int [Cint.to_sint32 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_sint32 x -> ((Cint.to_sint32 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_sint32_lsl1 : ((Cint.lsl 1 31) = (Cint.max_sint32))
+lemma is_sint32_lsl1 : ((Cint.lsl 1 31) = (Cint.max_sint32))
 
-axiom is_sint32_lsl1_inf : forall y:int [Cint.to_sint32 (Cint.lsl 1 y)].
+lemma is_sint32_lsl1_inf : forall y:int [Cint.to_sint32 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (31)) -> ((Cint.to_sint32 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_sint32_lsl1_sup : forall y:int [Cint.to_sint32 (Cint.lsl 1 y)].
+lemma is_sint32_lsl1_sup : forall y:int [Cint.to_sint32 (Cint.lsl 1 y)].
   (Int.(<=) (32) (y)) -> ((Cint.to_sint32 (Cint.lsl 1 y)) = (0))
 
-axiom is_sint64_lnot : forall x:int [Cint.to_sint64 (Cint.lnot x)].
+lemma is_sint64_lnot : forall x:int [Cint.to_sint64 (Cint.lnot x)].
   Cint.is_sint64 x -> ((Cint.to_sint64 (Cint.lnot x)) = (Cint.lnot x))
 
-axiom is_sint64_lxor : forall x:int, y:int [Cint.to_sint64 (Cint.lxor x y)].
+lemma is_sint64_lxor : forall x:int, y:int [Cint.to_sint64 (Cint.lxor x y)].
   Cint.is_sint64 x -> Cint.is_sint64 y -> ((Cint.to_sint64 (Cint.lxor x
   y)) = (Cint.lxor x y))
 
-axiom is_sint64_lor : forall x:int, y:int [Cint.to_sint64 (Cint.lor x y)].
+lemma is_sint64_lor : forall x:int, y:int [Cint.to_sint64 (Cint.lor x y)].
   Cint.is_sint64 x -> Cint.is_sint64 y -> ((Cint.to_sint64 (Cint.lor x
   y)) = (Cint.lor x y))
 
-axiom is_sint64_land : forall x:int, y:int [Cint.to_sint64 (Cint.land x y)].
+lemma is_sint64_land : forall x:int, y:int [Cint.to_sint64 (Cint.land x y)].
   Cint.is_sint64 x -> Cint.is_sint64 y -> ((Cint.to_sint64 (Cint.land x
   y)) = (Cint.land x y))
 
-axiom is_sint64_lsr : forall x:int, y:int [Cint.to_sint64 (Cint.lsr x y)].
+lemma is_sint64_lsr : forall x:int, y:int [Cint.to_sint64 (Cint.lsr x y)].
   (Int.(<=) (0) (y)) -> Cint.is_sint64 x -> ((Cint.to_sint64 (Cint.lsr x
   y)) = (Cint.lsr x y))
 
-axiom is_sint64_lsl1 : ((Cint.lsl 1 63) = (Cint.max_sint64))
+lemma is_sint64_lsl1 : ((Cint.lsl 1 63) = (Cint.max_sint64))
 
-axiom is_sint64_lsl1_inf : forall y:int [Cint.to_sint64 (Cint.lsl 1 y)].
+lemma is_sint64_lsl1_inf : forall y:int [Cint.to_sint64 (Cint.lsl 1 y)].
   (Int.(<=) (0) (y)) /\ (Int.(<) (y) (63)) -> ((Cint.to_sint64 (Cint.lsl 1
   y)) = (Cint.lsl 1 y))
 
-axiom is_sint64_lsl1_sup : forall y:int [Cint.to_sint64 (Cint.lsl 1 y)].
+lemma is_sint64_lsl1_sup : forall y:int [Cint.to_sint64 (Cint.lsl 1 y)].
   (Int.(<=) (64) (y)) -> ((Cint.to_sint64 (Cint.lsl 1 y)) = (0))
 
-axiom lor_addition : forall x:int, y:int [Cint.land x y, Cint.lor x y].
+lemma lor_addition : forall x:int, y:int [Cint.land x y, Cint.lor x y].
   ((Cint.land x y) = (0)) -> (((Int.(+) (x) (y))) = (Cint.lor x y))
 
-axiom lxor_addition : forall x:int, y:int [Cint.land x y, Cint.lxor x y].
+lemma lxor_addition : forall x:int, y:int [Cint.land x y, Cint.lxor x y].
   ((Cint.land x y) = (0)) -> (((Int.(+) (x) (y))) = (Cint.lxor x y))
 
 end
diff --git a/src/plugins/wp/share/why3/Cfloat.why b/src/plugins/wp/share/why3/Cfloat.why
index f6493d5b5818307c2d411d8b064a0469d17e4a2f..8d17a607ed538c9f71c5d55e4ee54368dc25eda7 100644
--- a/src/plugins/wp/share/why3/Cfloat.why
+++ b/src/plugins/wp/share/why3/Cfloat.why
@@ -83,11 +83,9 @@ predicate is_NaN_f32 (f:f32) = ((classify_f32 f) = (NaN))
 
 predicate is_NaN_f64 (d:f64) = ((classify_f64 d) = (NaN))
 
-predicate is_infinite_f32 (f:f32) = ("asym_split" ((classify_f32
-  f) = (Inf_pos))) || ((classify_f32 f) = (Inf_neg))
+predicate is_infinite_f32 (f:f32) = ((classify_f32 f) = (Inf_pos)) || ((classify_f32 f) = (Inf_neg))
 
-predicate is_infinite_f64 (d:f64) = ("asym_split" ((classify_f64
-  d) = (Inf_pos))) || ((classify_f64 d) = (Inf_neg))
+predicate is_infinite_f64 (d:f64) = ((classify_f64 d) = (Inf_pos)) || ((classify_f64 d) = (Inf_neg))
 
 predicate is_positive_infinite_f32 (f:f32) = ((classify_f32 f) = (Inf_pos))
 
diff --git a/src/plugins/wp/share/why3/Cint.v b/src/plugins/wp/share/why3/Cint.v
index 3a7c0ab7042f7c00f5b022ea1231af44ac2904d5..1f80f9e6d3254d795bbfa37f0ff06dfb57d97db2 100644
--- a/src/plugins/wp/share/why3/Cint.v
+++ b/src/plugins/wp/share/why3/Cint.v
@@ -117,7 +117,7 @@ Proof.
 intros x. unfold to_bool. induction (Z.eqb_spec x 0%Z) ; intuition.
 Qed.
 
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 Definition to_range a b z := a + (z-a) mod (b-a).
 
@@ -328,7 +328,6 @@ Proof. to_range.
 Qed.
 
 (** * C-Integer Conversions are identity when in-range *)
-Open Local Scope Z_scope.
 
 Remark mod_kn_mod_n:  forall (k:Z) (n:Z) (x:Z), k>0 -> n>0 -> (x mod (k*n)) mod n = x mod n.
 Proof.
diff --git a/src/plugins/wp/share/why3/Cint.why b/src/plugins/wp/share/why3/Cint.why
index d6e03e7ef025d2738190ea8fef06e64baed2b19b..0522aebf1c30162f2143e7310c6e85b12b71ce10 100644
--- a/src/plugins/wp/share/why3/Cint.why
+++ b/src/plugins/wp/share/why3/Cint.why
@@ -80,9 +80,9 @@ predicate is_sint64 int
 axiom is_sint64_def : forall x:int [is_sint64 x]. is_sint64 x <->
   (Int.(<=) ((Int.(-_) (max_sint64))) (x)) /\ (Int.(<) (x) (max_sint64))
 
-axiom is_bool0 : is_bool 0
+lemma is_bool0 : is_bool 0
 
-axiom is_bool1 : is_bool 1
+lemma is_bool1 : is_bool 1
 
 function to_bool (x:int) : int = if ((x) = (0)) then 0 else 1
 
diff --git a/src/plugins/wp/share/why3/Cmath.why b/src/plugins/wp/share/why3/Cmath.why
index 6f2c1bd8be2c33ed9cfc6bced08af88528a2ab26..e5f9ccecda59208d0cb5a9d8d479283c551109ce 100644
--- a/src/plugins/wp/share/why3/Cmath.why
+++ b/src/plugins/wp/share/why3/Cmath.why
@@ -25,7 +25,7 @@ use int.Int as Int
 use int.Abs as Abs
 use real.Real as Real
 
-axiom abs_def : forall x:int [Abs.abs x].
+lemma abs_def : forall x:int [Abs.abs x].
   if (Int.(>=) (x) (0)) then ((Abs.abs x) = (x)) else ((Abs.abs
   x) = ((Int.(-_) (x))))
 
diff --git a/src/plugins/wp/share/why3/ExpLog.why b/src/plugins/wp/share/why3/ExpLog.why
index f88c5a35ee20ad82604c90f3830dd9da46e7df09..64ee3af9390e38d51e29589354141b9b11a2df0f 100644
--- a/src/plugins/wp/share/why3/ExpLog.why
+++ b/src/plugins/wp/share/why3/ExpLog.why
@@ -24,6 +24,6 @@ theory ExpLog
 use real.Real as Real
 use real.ExpLog as ExpLog
 
-axiom exp_pos : forall x:real. (Real.(>) (ExpLog.exp x) (0.))
+lemma exp_pos : forall x:real. (Real.(>) (ExpLog.exp x) (0.))
 
 end
diff --git a/src/plugins/wp/share/why3/Memory.v b/src/plugins/wp/share/why3/Memory.v
index a8aa1ff53a88bac2c385d7bc61603d29ac53173f..a586724d831b0224f3aedf8d52b4c80f9f1549ed 100644
--- a/src/plugins/wp/share/why3/Memory.v
+++ b/src/plugins/wp/share/why3/Memory.v
@@ -143,7 +143,7 @@ Definition separated (p:addr) (a:Z) (q:addr) (b:Z): Prop := (a <= 0%Z)%Z \/
 (* Why3 assumption *)
 Definition eqmem {a:Type} {a_WT:WhyType a} (m1:(map.Map.map addr a))
   (m2:(map.Map.map addr a)) (p:addr) (a1:Z): Prop := forall (q:addr),
-  (included q 1%Z p a1) -> ((map.Map.get m1 q) = (map.Map.get m2 q)).
+  (included q 1%Z p a1) -> ((m1 q) = (m2 q)).
 
 (* Why3 goal *)
 Definition havoc: forall {a:Type} {a_WT:WhyType a}, (map.Map.map addr a) ->
@@ -160,16 +160,16 @@ Definition fhavoc {A : Type}
 (* Why3 assumption *)
 Definition valid_rw (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
   (0%Z < n)%Z -> ((0%Z < (base p))%Z /\ ((0%Z <= (offset p))%Z /\
-  (((offset p) + n)%Z <= (map.Map.get m (base p)))%Z)).
+  (((offset p) + n)%Z <= (m (base p)))%Z)).
 
 (* Why3 assumption *)
 Definition valid_rd (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
   (0%Z < n)%Z -> ((~ (0%Z = (base p))) /\ ((0%Z <= (offset p))%Z /\
-  (((offset p) + n)%Z <= (map.Map.get m (base p)))%Z)).
+  (((offset p) + n)%Z <= (m (base p)))%Z)).
 
 (* Why3 assumption *)
 Definition invalid (m:(map.Map.map Z Z)) (p:addr) (n:Z): Prop :=
-  (0%Z < n)%Z -> (((map.Map.get m (base p)) <= (offset p))%Z \/
+  (0%Z < n)%Z -> (((m (base p)) <= (offset p))%Z \/
   (((offset p) + n)%Z <= 0%Z)%Z).
 
 (* Why3 goal *)
@@ -184,7 +184,7 @@ Qed.
 (* Why3 goal *)
 Lemma valid_string : forall (m:(map.Map.map Z Z)), forall (p:addr),
   ((base p) < 0%Z)%Z -> (((0%Z <= (offset p))%Z /\
-  ((offset p) < (map.Map.get m (base p)))%Z) -> ((valid_rd m p 1%Z) /\
+  ((offset p) < (m (base p)))%Z) -> ((valid_rd m p 1%Z) /\
   ~ (valid_rw m p 1%Z))).
 Proof.
   intros m p.
@@ -251,7 +251,7 @@ Admitted.
 
 (* Why3 assumption *)
 Definition framed (m:(map.Map.map addr addr)): Prop := forall (p:addr),
-  ((region (base (map.Map.get m p))) <= 0%Z)%Z.
+  ((region (base (m p))) <= 0%Z)%Z.
 
 (* Why3 goal *)
 Lemma separated_included : forall (p:addr) (q:addr), forall (a:Z) (b:Z),
@@ -318,9 +318,9 @@ Admitted.
 (* Why3 goal *)
 Lemma havoc_access : forall {a:Type} {a_WT:WhyType a},
   forall (m0:(map.Map.map addr a)) (m1:(map.Map.map addr a)), forall (q:addr)
-  (p:addr), forall (a1:Z), ((separated q 1%Z p a1) -> ((map.Map.get (havoc m0
-  m1 p a1) q) = (map.Map.get m1 q))) /\ ((~ (separated q 1%Z p a1)) ->
-  ((map.Map.get (havoc m0 m1 p a1) q) = (map.Map.get m0 q))).
+  (p:addr), forall (a1:Z), ((separated q 1%Z p a1) -> (((havoc m0
+  m1 p a1) q) = (m1 q))) /\ ((~ (separated q 1%Z p a1)) ->
+  (((havoc m0 m1 p a1) q) = (m0 q))).
 Proof.
   intros a a_WT m0 m1 q p a1.
 Admitted.
diff --git a/src/plugins/wp/share/why3/Memory.why b/src/plugins/wp/share/why3/Memory.why
index ada62e589807c78d2d0230a07b199c7ff77bd83f..8496fc9cc19ebb20e7828dae1df523a33e4cbb1a 100644
--- a/src/plugins/wp/share/why3/Memory.why
+++ b/src/plugins/wp/share/why3/Memory.why
@@ -82,14 +82,14 @@ predicate invalid (m:Map.map int int) (p:addr) (n:int) = (Int.(>) (n) (0)) ->
   (Int.(<=) ((Map.([]) (m) (base p))) (offset p)) \/
   (Int.(<=) ((Int.(+) (offset p) (n))) (0))
 
-axiom valid_rw_rd : forall m:Map.map int int. forall p:addr. forall n:int.
+lemma valid_rw_rd : forall m:Map.map int int. forall p:addr. forall n:int.
   valid_rw m p n -> valid_rd m p n
 
-axiom valid_string : forall m:Map.map int int. forall p:addr. (Int.(<) (base
+lemma valid_string : forall m:Map.map int int. forall p:addr. (Int.(<) (base
   p) (0)) -> (Int.(<=) (0) (offset p)) /\ (Int.(<) (offset
   p) ((Map.([]) (m) (base p)))) -> valid_rd m p 1 /\ not valid_rw m p 1
 
-axiom separated_1 : forall p:addr, q:addr. forall a:int, b:int, i:int, j:int
+lemma separated_1 : forall p:addr, q:addr. forall a:int, b:int, i:int, j:int
   [separated p a q b, Mk_addr (base p) i, Mk_addr (base q) j]. separated p a
   q b -> (Int.(<=) (offset p) (i)) /\ (Int.(<) (i) ((Int.(+) (offset
   p) (a)))) -> (Int.(<=) (offset q) (j)) /\ (Int.(<) (j) ((Int.(+) (offset
@@ -104,29 +104,29 @@ predicate sconst (Map.map addr int)
 predicate framed (m:Map.map addr addr) = forall p:addr [(Map.([]) (m) (p))].
   (Int.(<=) (region (base (Map.([]) (m) (p)))) (0))
 
-axiom separated_included : forall p:addr, q:addr. forall a:int, b:int
+lemma separated_included : forall p:addr, q:addr. forall a:int, b:int
   [separated p a q b, included p a q b]. (Int.(>) (a) (0)) ->
   (Int.(>) (b) (0)) -> separated p a q b -> included p a q b -> false
 
-axiom included_trans : forall p:addr, q:addr, r:addr. forall a:int, b:int, c:
+lemma included_trans : forall p:addr, q:addr, r:addr. forall a:int, b:int, c:
   int [included p a q b, included q b r c]. included p a q b -> included q b
   r c -> included p a r c
 
-axiom separated_trans : forall p:addr, q:addr, r:addr. forall a:int, b:int,
+lemma separated_trans : forall p:addr, q:addr, r:addr. forall a:int, b:int,
   c:int [included p a q b, separated q b r c]. included p a q b -> separated
   q b r c -> separated p a r c
 
-axiom separated_sym : forall p:addr, q:addr. forall a:int, b:int [separated p
+lemma separated_sym : forall p:addr, q:addr. forall a:int, b:int [separated p
   a q b]. separated p a q b <-> separated q b p a
 
-axiom eqmem_included : forall m1:Map.map addr 'a, m2:Map.map addr 'a.
+lemma eqmem_included : forall m1:Map.map addr 'a, m2:Map.map addr 'a.
   forall p:addr, q:addr. forall a:int, b:int [eqmem m1 m2 p a, eqmem m1 m2 q
   b]. included p a q b -> eqmem m1 m2 q b -> eqmem m1 m2 p a
 
-axiom eqmem_sym : forall m1:Map.map addr 'a, m2:Map.map addr 'a. forall p:
+lemma eqmem_sym : forall m1:Map.map addr 'a, m2:Map.map addr 'a. forall p:
   addr. forall a:int. eqmem m1 m2 p a -> eqmem m2 m1 p a
 
-axiom havoc_access : forall m0:Map.map addr 'a, m1:Map.map addr 'a. forall q:
+lemma havoc_access : forall m0:Map.map addr 'a, m1:Map.map addr 'a. forall q:
   addr, p:addr. forall a:int. (((Map.([]) (havoc m0 m1 p
   a) (q))) = (if separated q 1 p a then (Map.([]) (m1) (q))
   else (Map.([]) (m0) (q))))
@@ -139,19 +139,19 @@ function base_offset int : int
 
 function base_index int : int
 
-axiom int_of_addr_bijection : forall a:int. ((int_of_addr (addr_of_int
+lemma int_of_addr_bijection : forall a:int. ((int_of_addr (addr_of_int
   a)) = (a))
 
-axiom addr_of_int_bijection : forall p:addr. ((addr_of_int (int_of_addr
+lemma addr_of_int_bijection : forall p:addr. ((addr_of_int (int_of_addr
   p)) = (p))
 
-axiom addr_of_null : ((int_of_addr null) = (0))
+lemma addr_of_null : ((int_of_addr null) = (0))
 
-axiom base_offset_zero : ((base_offset 0) = (0))
+lemma base_offset_zero : ((base_offset 0) = (0))
 
-axiom base_offset_inj : forall i:int. ((base_index (base_offset i)) = (i))
+lemma base_offset_inj : forall i:int. ((base_index (base_offset i)) = (i))
 
-axiom base_offset_monotonic : forall i:int, j:int. (Int.(<) (i) (j)) ->
+lemma base_offset_monotonic : forall i:int, j:int. (Int.(<) (i) (j)) ->
   (Int.(<) (base_offset i) (base_offset j))
 
 end
diff --git a/src/plugins/wp/share/why3/Qed.why b/src/plugins/wp/share/why3/Qed.why
index 68ede436243dbb4cf6e02964b6e5e86f6abd5242..6e1692ec952d9c5dc9dd1b47d806098e66c136e1 100644
--- a/src/plugins/wp/share/why3/Qed.why
+++ b/src/plugins/wp/share/why3/Qed.why
@@ -61,12 +61,12 @@ axiom rleq1 : forall x:real, y:real. ((rleq x y) = (Bool.True)) <->
 
 function real_of_int (x:int) : real = FromInt.from_int x
 
-axiom c_euclidian : forall n:int, d:int [ComputerDivision.div n d,
+lemma c_euclidian : forall n:int, d:int [ComputerDivision.div n d,
   ComputerDivision.mod n d]. not ((d) = (0)) ->
   ((n) = ((Int.(+) ((Int.(*) (ComputerDivision.div n
   d) (d))) (ComputerDivision.mod n d))))
 
-axiom cdiv_cases : forall n:int, d:int [ComputerDivision.div n d].
+lemma cdiv_cases : forall n:int, d:int [ComputerDivision.div n d].
   ((Int.(>=) (n) (0)) -> (Int.(>) (d) (0)) -> ((ComputerDivision.div n
   d) = ((ComputerDivision.div n d)))) /\ ((Int.(<=) (n) (0)) ->
   (Int.(>) (d) (0)) -> ((ComputerDivision.div n
@@ -76,7 +76,7 @@ axiom cdiv_cases : forall n:int, d:int [ComputerDivision.div n d].
   ((Int.(<=) (n) (0)) -> (Int.(<) (d) (0)) -> ((ComputerDivision.div n
   d) = ((ComputerDivision.div (Int.(-_) (n)) (Int.(-_) (d))))))
 
-axiom cmod_cases : forall n:int, d:int [ComputerDivision.mod n d].
+lemma cmod_cases : forall n:int, d:int [ComputerDivision.mod n d].
   ((Int.(>=) (n) (0)) -> (Int.(>) (d) (0)) -> ((ComputerDivision.mod n
   d) = ((ComputerDivision.mod n d)))) /\ ((Int.(<=) (n) (0)) ->
   (Int.(>) (d) (0)) -> ((ComputerDivision.mod n
@@ -86,7 +86,7 @@ axiom cmod_cases : forall n:int, d:int [ComputerDivision.mod n d].
   (Int.(<) (d) (0)) -> ((ComputerDivision.mod n
   d) = ((Int.(-_) ((ComputerDivision.mod (Int.(-_) (n)) (Int.(-_) (d))))))))
 
-axiom cmod_remainder : forall n:int, d:int [ComputerDivision.mod n d].
+lemma cmod_remainder : forall n:int, d:int [ComputerDivision.mod n d].
   ((Int.(>=) (n) (0)) -> (Int.(>) (d) (0)) ->
   (Int.(<=) (0) (ComputerDivision.mod n d)) /\ (Int.(<) (ComputerDivision.mod
   n d) (d))) /\ ((Int.(<=) (n) (0)) -> (Int.(>) (d) (0)) ->
@@ -98,10 +98,10 @@ axiom cmod_remainder : forall n:int, d:int [ComputerDivision.mod n d].
   (Int.(<) (d) (ComputerDivision.mod n d)) /\ (Int.(<=) (ComputerDivision.mod
   n d) (0)))
 
-axiom cdiv_neutral : forall a:int [ComputerDivision.div a 1].
+lemma cdiv_neutral : forall a:int [ComputerDivision.div a 1].
   ((ComputerDivision.div a 1) = (a))
 
-axiom cdiv_inv : forall a:int [ComputerDivision.div a a]. not ((a) = (0)) ->
+lemma cdiv_inv : forall a:int [ComputerDivision.div a a]. not ((a) = (0)) ->
   ((ComputerDivision.div a a) = (1))
 
 end
diff --git a/src/plugins/wp/share/why3/Qedlib.v b/src/plugins/wp/share/why3/Qedlib.v
index 4156a9e32907453de88b7494189f01dd8ce715ea..68c2a998c3dd04aefa90a44182940d74a305771c 100644
--- a/src/plugins/wp/share/why3/Qedlib.v
+++ b/src/plugins/wp/share/why3/Qedlib.v
@@ -211,8 +211,9 @@ Definition array (A : Type) := farray Z A.
 Hypothesis extensionality: forall (A B : Type) (f g : A -> B),
   (forall x, f x = g x) -> f = g.
 
+
 Definition select {A B : Type}
-  (m : farray A B) (k : A) : B := @Map.get A (whytype1 m) B (whytype2 m) m k.
+  (m : farray A B) (k : A) : B := (access m k).
 
 Lemma farray_eq : forall A B (m1 m2 : farray A B),
    whytype1 m1 = whytype1 m2 -> whytype2 m1 = whytype2 m2 ->
@@ -221,15 +222,14 @@ Proof.
   intros A B m1 m2.
   destruct m1. destruct m2. simpl.
   intros H1 H2; rewrite H1; rewrite H2 ; clear H1 H2.
-  destruct access0. destruct access1. compute.
   intro K.
-  rewrite (extensionality b b0 K).
+  rewrite (extensionality access0 access1 K).
   reflexivity.
 Qed.
 
 Definition update {A B : Type}
   (m : farray A B) (k : A) (v : B) : (farray A B) :=
-  {| whytype1 := whytype1 m; whytype2 := whytype2 m; access := @Map.set A (whytype1 m) B (whytype2 m) m k v|}.
+  {| whytype1 := whytype1 m; whytype2 := whytype2 m; access := @Map.set A (whytype1 m) B (whytype2 m) (access m) k v|}.
 
 Notation " a .[ k ] " := (select a k) (at level 60).
 Notation " a .[ k <- v ] " := (update a k v) (at level 60).
@@ -239,7 +239,7 @@ Lemma access_update :
   m.[k <- v].[k] = v.
 Proof.
   intros.
-  apply Map.Select_eq.
+  apply Map.set_def.
   reflexivity.
 Qed.
 
@@ -248,8 +248,8 @@ Lemma access_update_neq :
   i <> j -> m.[ i <- v ].[j] = m.[j].
 Proof.
   intros.
-  apply Map.Select_neq.
-  assumption.
+  apply Map.set_def.
+  auto.
 Qed.
 
 (** ** Division on Z *)
diff --git a/src/plugins/wp/share/why3/Square.why b/src/plugins/wp/share/why3/Square.why
index 9e26a7d9db570c4bf01a75914088f03ee49179ea..25f5ef446898c92f511614cdd2c3698d1ac17030 100644
--- a/src/plugins/wp/share/why3/Square.why
+++ b/src/plugins/wp/share/why3/Square.why
@@ -24,14 +24,14 @@ theory Square
 use real.Real as Real
 use real.Square as Square
 
-axiom sqrt_lin1 : forall x:real [Square.sqrt x]. (Real.(<) (1.) (x)) ->
+lemma sqrt_lin1 : forall x:real [Square.sqrt x]. (Real.(<) (1.) (x)) ->
   (Real.(<) (Square.sqrt x) (x))
 
-axiom sqrt_lin0 : forall x:real [Square.sqrt x]. (Real.(<) (0.) (x)) /\
+lemma sqrt_lin0 : forall x:real [Square.sqrt x]. (Real.(<) (0.) (x)) /\
   (Real.(<) (x) (1.)) -> (Real.(<) (x) (Square.sqrt x))
 
-axiom sqrt_0 : ((Square.sqrt 0.) = (0.))
+lemma sqrt_0 : ((Square.sqrt 0.) = (0.))
 
-axiom sqrt_1 : ((Square.sqrt 1.) = (1.))
+lemma sqrt_1 : ((Square.sqrt 1.) = (1.))
 
 end
diff --git a/src/plugins/wp/share/why3/Vlist.v b/src/plugins/wp/share/why3/Vlist.v
index 182898718639ae466b39a16277bcd32445f8be76..dfcb15ea7fdc389ba1e81e3e9e448e06fb84d7fc 100644
--- a/src/plugins/wp/share/why3/Vlist.v
+++ b/src/plugins/wp/share/why3/Vlist.v
@@ -64,7 +64,7 @@ Defined.
 Definition concat: forall {a:Type} {a_WT:WhyType a}, (list a) -> (list a) ->
   (list a).
   intros a a_WT.
-  Open Local Scope list_scope.
+  Local Open Scope list_scope.
   exact(fun u v => u ++ v).
 Defined.
 
diff --git a/src/plugins/wp/share/why3/Vlist.why b/src/plugins/wp/share/why3/Vlist.why
index 6f4c199bbae48041e7125bbed0bb5bce2654dfd5..df55f756bbdc96150fdf5f54896ce5e0efc33a75 100644
--- a/src/plugins/wp/share/why3/Vlist.why
+++ b/src/plugins/wp/share/why3/Vlist.why
@@ -67,8 +67,8 @@ axiom nth_repeat : forall n:int, k:int, w:list 'a [nth (repeat w n) k].
   (Int.(<) (0) (length w)) -> ((nth (repeat w n) k) = (nth w
   (ComputerDivision.mod k (length w))))
 
-predicate vlist_eq (u:list 'a) (v:list 'a) = ("asym_split" ((length
-  u) = (length v))) && (forall i:int. (Int.(<=) (0) (i)) /\
+predicate vlist_eq (u:list 'a) (v:list 'a) = ((length
+  u) = (length v)) && (forall i:int. (Int.(<=) (0) (i)) /\
   (Int.(<) (i) (length u)) -> ((nth u i) = (nth v i)))
 
 axiom extensionality : forall u:list 'a, v:list 'a. vlist_eq u v ->
@@ -98,8 +98,8 @@ axiom rw_repeat_plus_box_unfold : forall w:list 'a, a:int, b:int [repeat_box
   ((repeat_box w (Int.(+) (a) (b))) = (concat (repeat w a) (repeat w b)))
 
 axiom rw_repeat_plus_one_box_unfold : forall w:list 'a, n:int [repeat_box w
-  n]. (Int.(<) (0) (n)) -> ("asym_split" ((repeat_box w n) = (concat (repeat
-  w (Int.(-) (n) (1))) w))) && ((repeat_box w (Int.(+) (n) (1))) = (concat
+  n]. (Int.(<) (0) (n)) -> ((repeat_box w n) = (concat (repeat
+  w (Int.(-) (n) (1))) w)) && ((repeat_box w (Int.(+) (n) (1))) = (concat
   (repeat w n) w))
 
 end
diff --git a/src/plugins/wp/share/why3/Zbits.v b/src/plugins/wp/share/why3/Zbits.v
index e168e835e820688d375580f4521ecd7911399972..0c02116df5e35bf4555528819a49b1a7a504b4fa 100644
--- a/src/plugins/wp/share/why3/Zbits.v
+++ b/src/plugins/wp/share/why3/Zbits.v
@@ -46,7 +46,7 @@ Require Import Qedlib.
 Require Import Bits.
 Require Import Psatz.
 
-Open Local Scope Z_scope.
+Local Open Scope Z_scope.
 
 Local Ltac omegaContradiction := cut False; [contradiction|omega].
 
diff --git a/src/plugins/wp/share/wp.driver b/src/plugins/wp/share/wp.driver
index 7dd358acc6900842611fed12bc90a0c096eaa60c..17c5507e2754228c45c1a0f1c245824786850002 100644
--- a/src/plugins/wp/share/wp.driver
+++ b/src/plugins/wp/share/wp.driver
@@ -22,6 +22,7 @@
 
 library qed:
 coq.file += "coqwp/BuiltIn.v";
+coq.file += "coqwp/HighOrd.v";
 coq.file += "coqwp:int/Int.v";
 coq.file += "coqwp:int/Abs.v";
 coq.file += "coqwp:int/ComputerDivision.v";
@@ -29,6 +30,7 @@ coq.file += "coqwp:real/Real.v";
 coq.file += "coqwp:real/RealInfix.v";
 coq.file += "coqwp:real/FromInt.v";
 coq.file += "coqwp:map/Map.v";
+coq.file += "coqwp:bool/Bool.v";
 coq.file += "coqwp/Qedlib.v";
 coq.file += "coqwp/Qed.v";
 why3.import += "int.Abs:IAbs";
@@ -47,7 +49,6 @@ why3.import += "map.Const";
 altergo.file += "ergo/map.Const.mlw";
 
 library bool:
-coq.file += "coqwp:bool/Bool.v";
 altergo.file += "ergo/bool.Bool.mlw";
 
 library minmax_int:
@@ -73,21 +74,20 @@ logic real "\\min"(real,real) =
       {coq="Rmin";altergo="min_real";why3="Rg.min"};
 
 library cint:
+coq.file += "coqwp/Bits.v";
+coq.file += "coqwp/Zbits.v";
 coq.file += "coqwp/Cint.v";
 why3.file += "why3/Cint.why";
 altergo.file += "ergo/Cint.mlw";
 
 library cbits: cint
-coq.file += "coqwp/Bits.v";
-coq.file += "coqwp/Zbits.v";
 coq.file += "coqwp/Cbits.v";
 altergo.file += "ergo/Cbits.mlw";
 why3.file += "why3/Cbits.why";
 
-library cfloat: cmath
+library cfloat: cmath sqrt
 coq.file += "coqwp/Cfloat.v";
 why3.file += "why3/Cfloat.why";
-altergo.file += "ergo/real.Square.mlw";
 altergo.file += "ergo/Cfloat.mlw";
 type "rounding_mode"   = "rounding_mode";
 ctor "\\Up"()            = "Up";
@@ -126,7 +126,6 @@ altergo.file := "ergo/Memory.mlw";
 
 library sqrt: cmath
 why3.import += "real.Square";
-coq.file += "coqwp:real/Square.v";
 coq.file += "coqwp/Square.v";
 why3.file += "why3/Square.why";
 altergo.file += "ergo/real.Square.mlw";
@@ -152,6 +151,8 @@ altergo.file += "ergo/real.Truncate.mlw" ;
 library cmath: qed
 why3.import += "real.Abs:RAbs" ;
 why3.file += "why3/Cmath.why";
+coq.file += "coqwp:real/Abs.v" ;
+coq.file += "coqwp:real/Square.v";
 coq.file += "coqwp/Cmath.v";
 altergo.file += "ergo/real.Abs.mlw" ;
 altergo.file += "ergo/Cmath.mlw";
diff --git a/src/plugins/wp/tests/wp_acsl/oracle_qualif/classify_float.1.res.oracle b/src/plugins/wp/tests/wp_acsl/oracle_qualif/classify_float.1.res.oracle
index 7c556d4141806acc8dcdadc91ed88bbcb6347e44..0b99ce986f78cd07b8a6b5654f4ceff5ff32b1cb 100644
--- a/src/plugins/wp/tests/wp_acsl/oracle_qualif/classify_float.1.res.oracle
+++ b/src/plugins/wp/tests/wp_acsl/oracle_qualif/classify_float.1.res.oracle
@@ -7,8 +7,8 @@
 [wp] [alt-ergo] Goal typed_lemma_InfP_not_finite : Valid
 [wp] [alt-ergo] Goal typed_lemma_NaN_not_finite : Valid
 [wp] Proved goals:    3 / 3
-  Qed:             0 
-  alt-ergo:        3
+  Qed:                0 
+  Alt-Ergo (why3):    3
 [wp] Report in:  'tests/wp_acsl/oracle_qualif/classify_float.1.report.json'
 [wp] Report out: 'tests/wp_acsl/result_qualif/classify_float.1.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_acsl/oracle_qualif/div_mod.1.res.oracle b/src/plugins/wp/tests/wp_acsl/oracle_qualif/div_mod.1.res.oracle
index 282eb4ee097169d400ac6fda89f02bba2f624197..b6f8e5f4ca87390017b9a4dc815d79323749f75a 100644
--- a/src/plugins/wp/tests/wp_acsl/oracle_qualif/div_mod.1.res.oracle
+++ b/src/plugins/wp/tests/wp_acsl/oracle_qualif/div_mod.1.res.oracle
@@ -27,8 +27,8 @@
 [wp] [alt-ergo] Goal typed_f_ensures_sm2_mod_pos_neg : Valid
 [wp] [alt-ergo] Goal typed_f_ensures_sm3_mod_neg_neg : Valid
 [wp] Proved goals:   22 / 22
-  Qed:             0 
-  alt-ergo:       22
+  Qed:                0 
+  Alt-Ergo (why3):   22
 [wp] Report in:  'tests/wp_acsl/oracle_qualif/div_mod.1.report.json'
 [wp] Report out: 'tests/wp_acsl/result_qualif/div_mod.1.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_143.1.res.oracle b/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_143.1.res.oracle
index 2da222911d19ad271fd2deb124a14860cc20d05f..bb43d9e7d045942fca067cceb970333d2504e712 100644
--- a/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_143.1.res.oracle
+++ b/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_143.1.res.oracle
@@ -5,17 +5,17 @@
 [wp] 2 goals scheduled
 [wp] [Coq] Goal typed_lemma_ok_because_inconsistent : Default tactic
 [wp] [Failed] Goal typed_lemma_ok_because_inconsistent
-  alt-ergo: Failed Command './tests/inexistant-prover' not found
+  Alt-Ergo (why3): Failed Command './tests/inexistant-prover' not found
        Coq: Failed Command './tests/inexistant-prover' not found
   Alt-Ergo: Failed Command './tests/inexistant-prover' not found
 [wp] [Failed] Goal typed_lemma_ok_because_consistent
-  alt-ergo: Failed Command './tests/inexistant-prover' not found
+  Alt-Ergo (why3): Failed Command './tests/inexistant-prover' not found
        Coq: Failed Command './tests/inexistant-prover' not found
   Alt-Ergo: Failed Command './tests/inexistant-prover' not found
 [wp] Proved goals:    0 / 2
-  Alt-Ergo:        0  (failed: 2)
-  Coq:             0  (failed: 2)
-  alt-ergo:        0  (failed: 2)
+  Alt-Ergo:           0  (failed: 2)
+  Coq:                0  (failed: 2)
+  Alt-Ergo (why3):    0  (failed: 2)
 [wp] Report in:  'tests/wp_bts/oracle_qualif/issue_143.1.report.json'
 [wp] Report out: 'tests/wp_bts/result_qualif/issue_143.1.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_gallery/binary-multiplication.c b/src/plugins/wp/tests/wp_gallery/binary-multiplication.c
index 11732fd2cf5d647e279f21c7898b93f5d3fa6d7e..c83fc68bb74705e6ee99c90beee94d408d7f0b3f 100644
--- a/src/plugins/wp/tests/wp_gallery/binary-multiplication.c
+++ b/src/plugins/wp/tests/wp_gallery/binary-multiplication.c
@@ -3,39 +3,48 @@
 */
 
 /* run.config_qualif
-   OPT: -wp-prover why3:alt-ergo -wp-prop=-lack -then -wp-rte -wp -wp-prop=-lack
+   OPT: -wp-prover=why3:alt-ergo -wp-prop=-lack -then -wp-rte -wp -wp-prop=-lack
 */
 
+// The use '-wp-prover=z3,why3:alt-ergo' gives better results.
+
 typedef unsigned uint32_t ;
 typedef unsigned long long uint64_t ;
 
 /*@ axiomatic mult {
   @ lemma sizeof_ok: ok: sizeof(uint64_t) == 2*sizeof(uint32_t);
 
-  @ lemma ax1: lack: \forall integer x, y; 0<x && 0<y ==> 0 <= 2*x*(y/2) <= x*y;
-  
+  @ lemma ax1: lack: \forall integer x, y; 0<x  && 0<y ==> 0 <= 2*x*(y/2) <= x*y;
+
   @ lemma ax2: lack: \forall integer x, y; (uint64_t)(x * ((uint64_t)y)) == (uint64_t)(x*y) ;
   @ lemma ax3: lack: \forall integer x, y; (uint64_t)(x + ((uint64_t)y)) == (uint64_t)(x+y) ;
   @ lemma ax4:   ok: \forall integer x, y; (uint64_t)(((uint64_t)x) * y) == (uint64_t)(x*y) ;
   @ lemma ax5:   ok: \forall integer x, y; (uint64_t)(((uint64_t)x) + y) == (uint64_t)(x+y) ;
+
+  @ lemma ax7:   ok: \forall integer x, y; 0<=x && 0<=y && ((y%2) > 0) ==> 2*x*(y/2) + x == x*y;
+
   @ }
   @ */
 
 //@ ensures product: \result == a*b;
 uint64_t BinaryMultiplication (uint32_t a, uint32_t b) {
-  //@ assert a1: ok: deductible: a*b <= 18446744073709551615; // deductible from size of C types
+  //@ assert a1: ok: deductible: a*b == (uint64_t)(a*b); // deductible from size of C types
   uint64_t r=0;
   uint64_t x=a;
   if (b != 0) {
     /*@ loop assigns r, x, b;
       @ loop invariant inv1: ok: r+x*b == \at(a*b, LoopEntry);
-      @ loop invariant inv2: ok: deductible: 2*x*(b/2) <= 18446744073709551615; // deductible from inv1, ax1, a1 and  x>=0, b>0, r>=0 
+      @ loop invariant inv2: ok: b > 0;
       @ loop variant ok: b ;
       @*/
     while (1) {
       //@ assert a2: ok: b>1 ==> 2*x == (uint64_t)(2*x);
       //@ assert a3: ok: x*b == (uint64_t)(x*b);
-      if (b%2) r=r+x;
+      //@ assert a4: ok: ((b%2) != 0) ==> 2*x*(b/2) + x == x*b;
+      //@ assert a5: ok: ((b%2) == 0) ==> 2*x*(b/2)     == x*b;
+      if (b%2)
+        r=r+x;
+      //@ assert a6: lack: ok_z3: r+2*x*(b/2) == \at(a*b, Pre);
       b=b/2;
       if (b==0) break;
       x=x*2;
diff --git a/src/plugins/wp/tests/wp_gallery/oracle/binary-multiplication.res.oracle b/src/plugins/wp/tests/wp_gallery/oracle/binary-multiplication.res.oracle
index 6473cd6ed5f76aec602b64c92c388b3f294a6c93..129465cef770b75b8586fd5e8ed73e23198a3561 100644
--- a/src/plugins/wp/tests/wp_gallery/oracle/binary-multiplication.res.oracle
+++ b/src/plugins/wp/tests/wp_gallery/oracle/binary-multiplication.res.oracle
@@ -8,15 +8,19 @@
 [wp] Goal typed_lemma_ax3_lack : not tried
 [wp] Goal typed_lemma_ax4_ok : not tried
 [wp] Goal typed_lemma_ax5_ok : not tried
+[wp] Goal typed_lemma_ax7_ok : not tried
 [wp] Goal typed_lemma_sizeof_ok_ok : trivial
 [wp] Goal typed_BinaryMultiplication_ensures_product : not tried
 [wp] Goal typed_BinaryMultiplication_assert_a1_ok_deductible : not tried
 [wp] Goal typed_BinaryMultiplication_loop_invariant_inv1_ok_preserved : not tried
 [wp] Goal typed_BinaryMultiplication_loop_invariant_inv1_ok_established : not tried
-[wp] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_deductible_preserved : not tried
-[wp] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_deductible_established : not tried
+[wp] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_preserved : not tried
+[wp] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_established : not tried
 [wp] Goal typed_BinaryMultiplication_assert_a2_ok : not tried
 [wp] Goal typed_BinaryMultiplication_assert_a3_ok : not tried
+[wp] Goal typed_BinaryMultiplication_assert_a4_ok : not tried
+[wp] Goal typed_BinaryMultiplication_assert_a5_ok : not tried
+[wp] Goal typed_BinaryMultiplication_assert_a6_lack_ok_z3 : not tried
 [wp] Goal typed_BinaryMultiplication_loop_assigns : trivial
 [wp] Goal typed_BinaryMultiplication_loop_variant_decrease : not tried
 [wp] Goal typed_BinaryMultiplication_loop_variant_positive : not tried
diff --git a/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication-without-overflow.res.oracle b/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication-without-overflow.res.oracle
index 396326b005b520a4b9cf7b9a8c19d8bc591b7d78..cfdf8aa156445dedfdb553323c23d47d1f6935d6 100644
--- a/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication-without-overflow.res.oracle
+++ b/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication-without-overflow.res.oracle
@@ -15,8 +15,8 @@
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_decrease : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_positive : Valid
 [wp] Proved goals:   10 / 10
-  Qed:             3 
-  alt-ergo:        7
+  Qed:                3 
+  Alt-Ergo (why3):    7
 [wp] Report in:  'tests/wp_gallery/oracle_qualif/binary-multiplication-without-overflow.0.report.json'
 [wp] Report out: 'tests/wp_gallery/result_qualif/binary-multiplication-without-overflow.0.report.json'
 -------------------------------------------------------------
@@ -44,8 +44,8 @@ BinaryMultiplication   2   -                 9       100%
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_decrease : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_positive : Valid
 [wp] Proved goals:   11 / 14
-  Qed:             0 
-  alt-ergo:       11
+  Qed:                0 
+  Alt-Ergo (why3):   11
 [wp] Report in:  'tests/wp_gallery/oracle_qualif/binary-multiplication-without-overflow.0.report.json'
 [wp] Report out: 'tests/wp_gallery/result_qualif/binary-multiplication-without-overflow.0.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication.res.oracle b/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication.res.oracle
index 72aefff35c4ec2292a7fa6e640346b8a154dc358..65f0dab3fc417628a1c4e112779701e6b28a123c 100644
--- a/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication.res.oracle
+++ b/src/plugins/wp/tests/wp_gallery/oracle_qualif/binary-multiplication.res.oracle
@@ -3,59 +3,65 @@
 [wp] Running WP plugin...
 [wp] Loading driver 'share/wp.driver'
 [wp] Warning: Missing RTE guards
-[wp] 14 goals scheduled
+[wp] 17 goals scheduled
 [wp] [alt-ergo] Goal typed_lemma_ax4_ok : Valid
 [wp] [alt-ergo] Goal typed_lemma_ax5_ok : Valid
+[wp] [alt-ergo] Goal typed_lemma_ax7_ok : Valid
 [wp] [Qed] Goal typed_lemma_sizeof_ok_ok : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_ensures_product : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a1_ok_deductible : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv1_ok_preserved : Valid
 [wp] [Qed] Goal typed_BinaryMultiplication_loop_invariant_inv1_ok_established : Valid
-[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_deductible_preserved : Valid
-[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_deductible_established : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_preserved : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_established : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a2_ok : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a3_ok : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a4_ok : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a5_ok : Valid
 [wp] [Qed] Goal typed_BinaryMultiplication_loop_assigns : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_decrease : Valid
-[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_positive : Valid
-[wp] Proved goals:   14 / 14
-  Qed:             3 
-  alt-ergo:       11
+[wp] [Qed] Goal typed_BinaryMultiplication_loop_variant_positive : Valid
+[wp] Proved goals:   17 / 17
+  Qed:                4 
+  Alt-Ergo (why3):   13
 [wp] Report in:  'tests/wp_gallery/oracle_qualif/binary-multiplication.0.report.json'
 [wp] Report out: 'tests/wp_gallery/result_qualif/binary-multiplication.0.report.json'
 -------------------------------------------------------------
 Axiomatics          WP     Alt-Ergo        Total   Success
-Axiomatic mult       1     -                 3       100%
+Axiomatic mult       1     -                 4       100%
 -------------------------------------------------------------
 Functions           WP     Alt-Ergo        Total   Success
-BinaryMultiplication   2   -                11       100%
+BinaryMultiplication   3   -                13       100%
 -------------------------------------------------------------
 [wp] Running WP plugin...
 [rte] annotating function BinaryMultiplication
-[wp] 14 goals scheduled
+[wp] 17 goals scheduled
 [wp] [alt-ergo] Goal typed_lemma_ax4_ok : Valid
 [wp] [alt-ergo] Goal typed_lemma_ax5_ok : Valid
+[wp] [alt-ergo] Goal typed_lemma_ax7_ok : Valid
 [wp] [Qed] Goal typed_lemma_sizeof_ok_ok : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_ensures_product : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a1_ok_deductible : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv1_ok_preserved : Valid
 [wp] [Qed] Goal typed_BinaryMultiplication_loop_invariant_inv1_ok_established : Valid
-[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_deductible_preserved : Valid
-[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_deductible_established : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_preserved : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_invariant_inv2_ok_established : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a2_ok : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a3_ok : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a4_ok : Valid
+[wp] [alt-ergo] Goal typed_BinaryMultiplication_assert_a5_ok : Valid
 [wp] [Qed] Goal typed_BinaryMultiplication_loop_assigns : Valid
 [wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_decrease : Valid
-[wp] [alt-ergo] Goal typed_BinaryMultiplication_loop_variant_positive : Valid
-[wp] Proved goals:   11 / 14
-  Qed:             0 
-  alt-ergo:       11
+[wp] [Qed] Goal typed_BinaryMultiplication_loop_variant_positive : Valid
+[wp] Proved goals:   13 / 17
+  Qed:                0 
+  Alt-Ergo (why3):   13
 [wp] Report in:  'tests/wp_gallery/oracle_qualif/binary-multiplication.0.report.json'
 [wp] Report out: 'tests/wp_gallery/result_qualif/binary-multiplication.0.report.json'
 -------------------------------------------------------------
 Axiomatics          WP     Alt-Ergo        Total   Success
-Axiomatic mult       1     -                 3       100%
+Axiomatic mult       1     -                 4       100%
 -------------------------------------------------------------
 Functions           WP     Alt-Ergo        Total   Success
-BinaryMultiplication   2   -                11       100%
+BinaryMultiplication   3   -                13       100%
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_plugin/oracle/inductive.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle/inductive.res.oracle
index d012a5d99d0d9cfc14cc1d5c3ade96154f062306..72d899e2d0d74018180d7d565cc49af2c19c4761 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle/inductive.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle/inductive.res.oracle
@@ -12,6 +12,7 @@
   Require Import ZArith.
   Require Import Reals.
   Require Import BuiltIn.
+  Require Import HighOrd.
   Require Import int.Int.
   Require Import int.Abs.
   Require Import int.ComputerDivision.
@@ -19,6 +20,7 @@
   Require Import real.RealInfix.
   Require Import real.FromInt.
   Require Import map.Map.
+  Require Import bool.Bool.
   Require Import Qedlib.
   Require Import Qed.
   Require Import Memory.
@@ -34,6 +36,7 @@
   Require Import ZArith.
   Require Import Reals.
   Require Import BuiltIn.
+  Require Import HighOrd.
   Require Import int.Int.
   Require Import int.Abs.
   Require Import int.ComputerDivision.
@@ -41,6 +44,7 @@
   Require Import real.RealInfix.
   Require Import real.FromInt.
   Require Import map.Map.
+  Require Import bool.Bool.
   Require Import Qedlib.
   Require Import Qed.
   
@@ -80,6 +84,7 @@
   Require Import ZArith.
   Require Import Reals.
   Require Import BuiltIn.
+  Require Import HighOrd.
   Require Import int.Int.
   Require Import int.Abs.
   Require Import int.ComputerDivision.
@@ -87,6 +92,7 @@
   Require Import real.RealInfix.
   Require Import real.FromInt.
   Require Import map.Map.
+  Require Import bool.Bool.
   Require Import Qedlib.
   Require Import Qed.
   
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/abs.2.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/abs.2.res.oracle
index a1093f1b4861b2d3ae2f15713b6d96b92f040ac0..4e80668bd541c3350f12f087e7854e0aa3b64ef2 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/abs.2.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/abs.2.res.oracle
@@ -6,8 +6,8 @@
 [wp] 1 goal scheduled
 [wp] [alt-ergo] Goal typed_abs_abs_ensures : Valid
 [wp] Proved goals:    1 / 1
-  Qed:             0 
-  alt-ergo:        1
+  Qed:                0 
+  Alt-Ergo (why3):    1
 [wp] Report in:  'tests/wp_plugin/oracle_qualif/abs.2.report.json'
 [wp] Report out: 'tests/wp_plugin/result_qualif/abs.2.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/config.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/config.res.oracle
index a8039c8eeba4e394356d04c4a44d0aa9690a74e3..05a51598c1e75b0575232830049dfba60d2140a5 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/config.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/config.res.oracle
@@ -2,6 +2,6 @@
 WP Requirements for Qualif Tests (3)
 ----------------------------------------------------------
 1. The Alt-Ergo theorem prover, version 2.0.0
-2. The Why3 platform, version 0.88.3
+2. The Why3 platform, version 1.1.1
 3. The Coq Proof Assistant, version 8.7.2
 ----------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/convert.1.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/convert.1.res.oracle
index 6a81ceb4c392d1afee59e84d5c7e119ffbe3f686..90b1a19b2993d1c6b2f0f8e1b361829f46706d81 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/convert.1.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/convert.1.res.oracle
@@ -6,8 +6,8 @@
 [wp] [alt-ergo] Goal typed_lemma_ceil : Valid
 [wp] [alt-ergo] Goal typed_lemma_floor : Valid
 [wp] Proved goals:    2 / 2
-  Qed:             0 
-  alt-ergo:        2
+  Qed:                0 
+  Alt-Ergo (why3):    2
 ----------------------------------------------------------
 Axiomatics          WP Alt-Ergo(Why3) Total  Success
 Lemma               -       2          2       100%
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/float_format.2.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/float_format.2.res.oracle
index f2836be71fc2b21813b17e0dcbdcf2b9476b3b67..fbad8e13cb9ed4b5f52902228fc7be6d674f9596 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/float_format.2.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/float_format.2.res.oracle
@@ -9,7 +9,7 @@
 [wp] 1 goal scheduled
 [wp] [alt-ergo] Goal typed_output_ensures_KO : Unsuccess
 [wp] Proved goals:    0 / 1
-  alt-ergo:        0  (unsuccess: 1)
+  Alt-Ergo (why3):    0  (unsuccess: 1)
 [wp] Report in:  'tests/wp_plugin/oracle_qualif/float_format.2.report.json'
 [wp] Report out: 'tests/wp_plugin/result_qualif/float_format.2.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.1.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.1.res.oracle
index bf2477d381d6f7b5ff8ba62a2a2c42c38ecb3b38..239622cf211e24a9c72b03b7488c734a20b1dd66 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.1.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.1.res.oracle
@@ -35,8 +35,8 @@
 [wp] [alt-ergo] Goal typed_ok_ensures_sqrt_pos : Valid
 [wp] [alt-ergo] Goal typed_ok_ensures_sqrt_pos0 : Valid
 [wp] Proved goals:   30 / 30
-  Qed:             5 
-  alt-ergo:       25
+  Qed:                5 
+  Alt-Ergo (why3):   25
 ----------------------------------------------------------
 Axiomatics          WP Alt-Ergo(Why3) Total  Success
 Lemma                3     16         19       100%
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.3.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.3.res.oracle
index c8da0ce71468d4f596928935394adb03d0ec72de..b36de4de9c7ae2b32c3d2f362cde9f748dbb614e 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.3.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/math.3.res.oracle
@@ -14,7 +14,7 @@
 [wp] [alt-ergo] Goal typed_ko_ensures_ko_exp_log_add_mul : Unsuccess
 [wp] [alt-ergo] Goal typed_ko_ensures_ko_sqrt_pos : Unsuccess
 [wp] Proved goals:    0 / 9
-  alt-ergo:        0  (unsuccess: 9)
+  Alt-Ergo (why3):    0  (unsuccess: 9)
 ----------------------------------------------------------
 Functions           WP Alt-Ergo(Why3) Total  Success
 ko                  -      -           9       0.0%
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/nth.1.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/nth.1.res.oracle
index 6f80bff20c45fd87f851cdfef06e10d470d4b85a..96da4b6f6ab9a6e68d9dc3c34128b339e5e800a6 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/nth.1.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/nth.1.res.oracle
@@ -8,8 +8,8 @@
 [wp] [alt-ergo] Goal typed_lemma_access_repeat_concat_3_ok_lack : Valid
 [wp] [Qed] Goal typed_lemma_eq_repeat_concat_3_ok : Valid
 [wp] Proved goals:    4 / 4
-  Qed:             1 
-  alt-ergo:        3
+  Qed:                1 
+  Alt-Ergo (why3):    3
 [wp] Report in:  'tests/wp_plugin/oracle_qualif/nth.1.report.json'
 [wp] Report out: 'tests/wp_plugin/result_qualif/nth.1.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_plugin/oracle_qualif/sequence.1.res.oracle b/src/plugins/wp/tests/wp_plugin/oracle_qualif/sequence.1.res.oracle
index e2333a2acdc2db9f6a13713185d468dc73581e4a..922a6a40b60d55d71f3e81dcf31586c4edd3b283 100644
--- a/src/plugins/wp/tests/wp_plugin/oracle_qualif/sequence.1.res.oracle
+++ b/src/plugins/wp/tests/wp_plugin/oracle_qualif/sequence.1.res.oracle
@@ -39,8 +39,8 @@
 [wp] [Qed] Goal typed_caveat_sequence_g_not_called_ensures_ok_q2 : Valid
 [wp] [alt-ergo] Goal typed_caveat_sequence_g_not_called_ensures_ok_q3 : Valid
 [wp] Proved goals:   34 / 34
-  Qed:            22 
-  alt-ergo:       12
+  Qed:               22 
+  Alt-Ergo (why3):   12
 [wp] Report in:  'tests/wp_plugin/oracle_qualif/sequence.1.report.json'
 [wp] Report out: 'tests/wp_plugin/result_qualif/sequence.1.report.json'
 -------------------------------------------------------------
diff --git a/src/plugins/wp/why3_xml.mli b/src/plugins/wp/why3_xml.mli
index b2c124a3cd4491636a6f5faa56d58f34f3214809..788c602b9904b9d52a668e32c9ff9225c4d72246 100644
--- a/src/plugins/wp/why3_xml.mli
+++ b/src/plugins/wp/why3_xml.mli
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)
diff --git a/src/plugins/wp/why3_xml.mll b/src/plugins/wp/why3_xml.mll
index a65a587f62a8ec74fa11e266ae62924ff158ab8c..f178197c0d62c4e680731ddc588344a11c43fe3f 100644
--- a/src/plugins/wp/why3_xml.mll
+++ b/src/plugins/wp/why3_xml.mll
@@ -1,7 +1,7 @@
 (**************************************************************************)
 (*                                                                        *)
 (*  The Why3 Verification Platform   /   The Why3 Development Team        *)
-(*  Copyright 2010-2013   --   INRIA - CNRS - Paris-Sud University        *)
+(*  Copyright 2010-2019   --   Inria - CNRS - Paris-Sud University        *)
 (*                                                                        *)
 (*  This software is distributed under the terms of the GNU Lesser        *)
 (*  General Public License version 2.1, with the special exception        *)