Revision fb590008413d4b6c5a0293ef84048d705f2208f6 authored by Pierre-Yves Strub on 03 April 2021, 19:32:58 UTC, committed by Pierre-Yves Strub on 03 April 2021, 19:32:58 UTC
1 parent 7627a75
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