https://github.com/EasyCrypt/easycrypt
Revision ab62416f4004818d42e0ed033d31d1633258e353 authored by Christian Doczkal on 24 October 2021, 10:45:16 UTC, committed by Pierre-Yves Strub on 16 November 2021, 17:35:04 UTC
1 parent 15946aa
Raw File
Tip revision: ab62416f4004818d42e0ed033d31d1633258e353 authored by Christian Doczkal on 24 October 2021, 10:45:16 UTC
adapt to consistent use of mu1
Tip revision: ab62416
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