Revision daca4c9cfdb10a0fa5754caa5df2391ec6aff19e authored by Pierre-Yves Strub on 28 July 2015, 07:01:20 UTC, committed by Pierre-Yves Strub on 28 July 2015, 07:01:20 UTC
1 parent 445abc1
Raw File
ecPhlApp.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012-2015 - IMDEA Software Institute and INRIA
 * Distributed under the terms of the CeCILL-C license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
open EcUtils
open EcParsetree
open EcFol
open EcCoreGoal.FApi

(* -------------------------------------------------------------------- *)
val t_hoare_app   : int -> form -> backward
val t_bdhoare_app : int -> form tuple6 -> backward
val t_equiv_app   : int * int -> form -> backward
val t_equiv_app_onesided : side -> int -> form -> form -> backward

(* -------------------------------------------------------------------- *)
val process_app : app_info -> backward
back to top