https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 546373e46b64bdcf42c6349a261e4a25ce0caa3f authored by Lionel Blatter on 14 March 2024, 09:18:14 UTC
Patch proof from theories and examples
Tip revision: 546373e
ecPhlSp.mli
(* -------------------------------------------------------------------- *)
open EcParsetree
open EcCoreGoal.FApi
open EcUtils

(* -------------------------------------------------------------------- *)
val t_sp : (codepos1 doption) option -> backward
back to top