https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 99b4ea26aedb7454f15013520e0077538de5bbf9 authored by François Dupressoir on 22 July 2022, 14:34:38 UTC
workflow to compile with nix
Tip revision: 99b4ea2
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