Revision 13b7bdda5001087a854683fb97c5a9a2c6d767c6 authored by Benjamin Gregoire on 13 September 2019, 09:49:36 UTC, committed by Benjamin Gregoire on 13 September 2019, 09:49:36 UTC
1 parent 3bbc09b
Raw File
ecPhlSwap.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 EcLocation
open EcParsetree
open EcCoreGoal.FApi

(* -------------------------------------------------------------------- *)
val t_hoare_swap   : int -> int -> int -> backward
val t_bdhoare_swap : int -> int -> int -> backward
val t_equiv_swap   : side -> int -> int -> int -> backward

(* -------------------------------------------------------------------- *)
val process_swap : (oside * swap_kind) located list -> backward
back to top