https://github.com/EasyCrypt/easycrypt
Revision c9434a4a7d96f9ddb7fdd8df03c0c96ae7b1b372 authored by Pierre-Yves Strub on 03 December 2015, 16:50:02 UTC, committed by Pierre-Yves Strub on 03 December 2015, 16:50:02 UTC
1 parent 1535b3a
Raw File
Tip revision: c9434a4a7d96f9ddb7fdd8df03c0c96ae7b1b372 authored by Pierre-Yves Strub on 03 December 2015, 16:50:02 UTC
Do not select notations as operators.
Tip revision: c9434a4
ecPException.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2015 - IMDEA Software Institute
 * Copyright (c) - 2012--2015 - 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