swh:1:snp:f686447e80898ff64d6f35af9095157ddc6a18e3
Raw File
Tip revision: 6a16de3ee58f0fc4faf420915e7d289f6574bd08 authored by François Dupressoir on 13 June 2022, 15:46:00 UTC
Fiddling with goal generation
Tip revision: 6a16de3
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