Revision 748c9efef0fb20cc5d8751eb7aa7d06a8fe279ed authored by Pierre-Yves Strub on 04 April 2021, 09:00:54 UTC, committed by Pierre-Yves Strub on 04 April 2021, 09:00:54 UTC
1 parent a0a0c9b
Raw File
ecPException.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2018 - Inria
 * Copyright (c) - 2012--2018 - 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