Revision a014668fc58ef18762ceb5351f36c73fba1338a4 authored by Pierre-Yves Strub on 08 April 2021, 13:14:10 UTC, committed by Pierre-Yves Strub on 08 April 2021, 13:14:10 UTC
1 parent 0a6485a
Raw File
ecPhlDeno.mli
(* --------------------------------------------------------------------
 * 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 EcUtils
open EcParsetree
open EcFol
open EcCoreGoal.FApi

(* -------------------------------------------------------------------- *)
val t_phoare_deno : form -> form -> backward
val t_equiv_deno  : form -> form -> backward

(* -------------------------------------------------------------------- *)
type denoff = ((pformula option) tuple2) gppterm * bool * pformula option

val process_deno : [`PHoare | `Equiv] -> denoff -> backward
back to top