https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 31ae2ac2d65372025d85beddad8c32b4380fe361 authored by Benjamin Gregoire on 03 April 2024, 03:20:04 UTC
Merge branch 'main' into deploy-easyPQC
Tip revision: 31ae2ac
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