Revision 13b7bdda5001087a854683fb97c5a9a2c6d767c6 authored by Benjamin Gregoire on 13 September 2019, 09:49:36 UTC, committed by Benjamin Gregoire on 13 September 2019, 09:49:36 UTC
1 parent 3bbc09b
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