https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: cd974a77f59ee803c453d808feb78c05cf2c229e authored by Pierre-Yves Strub on 23 January 2023, 10:23:53 UTC
[theories]: ring with generic (choice based) inverse
Tip revision: cd974a7
ecPhlWp.mli
(* -------------------------------------------------------------------- *)
open EcParsetree

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 t_wp :
  ?uselet:bool -> ?cost_pre:EcFol.form ->
  (codepos1 doption) option -> backward

val process_wp : (codepos1 doption) option -> pformula option -> backward
back to top