Revision 5cef9de483f78c5ea88da20516bf1e5c4208ea49 authored by Pierre-Yves Strub on 18 March 2017, 11:25:57 UTC, committed by Pierre-Yves Strub on 18 March 2017, 11:25:57 UTC
1 parent b4427d7
Raw File
ecPException.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2017 - Inria
 *
 * 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