https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 359ecbe265e29fda13abaf7905cb1c98f794a8de authored by Christian Doczkal on 12 May 2022, 08:35:59 UTC
[stdlib] bound collisions for ROmap
Tip revision: 359ecbe
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