https://github.com/EasyCrypt/easycrypt
Revision ad74e0653e94eeade4c65d899383d0f90a85493e authored by Adrien Koutsos on 09 April 2020, 12:24:40 UTC, committed by Adrien Koutsos on 09 April 2020, 12:24:40 UTC
1 parent cb5a4f9
Raw File
Tip revision: ad74e0653e94eeade4c65d899383d0f90a85493e authored by Adrien Koutsos on 09 April 2020, 12:24:40 UTC
minor printing change
Tip revision: ad74e06
ecHiTacticals.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 EcParsetree
open EcCoreGoal
open EcHiGoal

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