https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 3cd9c5d9acbc0592478b9d4bf9b622d81fd95d4d authored by Benjamin Gregoire on 15 July 2022, 09:50:10 UTC
fix phl while rule
Tip revision: 3cd9c5d
ecPException.mli
(* -------------------------------------------------------------------- *)
type exn_printer = Format.formatter -> exn -> unit

val register    : exn_printer -> unit
val exn_printer : exn_printer
val tostring    : exn -> string
back to top