https://github.com/EasyCrypt/easycrypt
Revision bacb90b9ca507e725cf7cb26206be503da086ce3 authored by Benjamin Gregoire on 10 June 2020, 08:02:11 UTC, committed by Benjamin Gregoire on 10 June 2020, 09:41:40 UTC
1 parent ab61883
Raw File
Tip revision: bacb90b9ca507e725cf7cb26206be503da086ce3 authored by Benjamin Gregoire on 10 June 2020, 08:02:11 UTC
in rewrite find occurences using alpha conversion first.
Tip revision: bacb90b
ecPhlPrRw.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 EcSymbols
open EcCoreGoal

(* -------------------------------------------------------------------- *)
val t_pr_rewrite_i : symbol *  EcFol.form option -> FApi.backward
val t_pr_rewrite : symbol * EcParsetree.pformula option -> FApi.backward

back to top