swh:1:snp:073f9f660876ea6d96214b0f286fe610ca1875c7
Raw File
Tip revision: 741c078f487be1577c98e5e5bf1ac43709b174b9 authored by Pierre-Yves Strub on 01 March 2022, 21:51:42 UTC
Merge branch '1.0' into deploy-tc
Tip revision: 741c078
ecHiTacticals.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2021 - Inria
 * Copyright (c) - 2012--2021 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
open EcParsetree
open EcCoreGoal
open EcHiGoal

(* -------------------------------------------------------------------- *)
val process1 : ttenv -> ptactic -> FApi.backward
val process  : ttenv -> ptactic list -> proof -> (handle * handle list) * proof
back to top