Revision 6f16e5604c7a553b9099473862804ea6f496eb29 authored by François Dupressoir on 03 March 2022, 10:29:28 UTC, committed by François Dupressoir on 04 March 2022, 09:52:33 UTC
1 parent 41a12fe
Raw File
ecPException.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2021 - Inria
 * Copyright (c) - 2012--2021 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
type exn_printer = Format.formatter -> exn -> unit

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