diff options
Diffstat (limited to 'stdlib/printexc.mli')
-rw-r--r-- | stdlib/printexc.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/printexc.mli b/stdlib/printexc.mli index 864f1ac84..4c6c027e8 100644 --- a/stdlib/printexc.mli +++ b/stdlib/printexc.mli @@ -1,3 +1,16 @@ +(***********************************************************************) +(* *) +(* Caml Special Light *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1995 Institut National de Recherche en Informatique et *) +(* Automatique. Distributed only by permission. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + (* Module [Printexc]: a catch-all exception handler *) val catch: ('a -> 'b) -> 'a -> 'b |