https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 9f80bc06afd9ea727a81f4f580db7493939ddc87 authored by Pierre-Yves Strub on 18 May 2024, 18:23:06 UTC
ml-kem: jobs=1
Tip revision: 9f80bc0
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