forked from EasyCrypt/easycrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecPhlWp.mli
29 lines (23 loc) · 948 Bytes
/
ecPhlWp.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(* --------------------------------------------------------------------
* Copyright (c) - 2012--2016 - IMDEA Software Institute
* Copyright (c) - 2012--2018 - Inria
* Copyright (c) - 2012--2018 - Ecole Polytechnique
*
* Distributed under the terms of the CeCILL-C-V1 license
* -------------------------------------------------------------------- *)
(* -------------------------------------------------------------------- *)
open EcParsetree
open EcEnv
open EcMemory
open EcModules
open EcFol
open EcCoreGoal.FApi
(* -------------------------------------------------------------------- *)
(* Please, note that WP only operates over assignments and conditional
* statements. Any weakening of this restriction may break the
* soundness of the bounded hoare logic.
*)
val wp :
?uselet:bool -> ?onesided:bool
-> env -> memory -> stmt -> form -> instr list * form
val t_wp : ?uselet:bool -> (codepos1 doption) option -> backward