Revision ae4a816f1f164e8a1e33830b53d5b6cb8f8ff587 authored by Pierre-Yves Strub on 16 February 2023, 14:10:41 UTC, committed by Pierre-Yves Strub on 16 February 2023, 15:21:56 UTC
1 parent a9f3453
Raw File
ecHiTacticals.mli
(* -------------------------------------------------------------------- *)
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