SCM Repository
View of /sml/trunk/src/system/Init/exn-info-hook.sml
Parent Directory
|
Revision Log
Revision 430 -
(download)
(annotate)
Wed Sep 8 09:47:00 1999 UTC (21 years, 7 months ago) by monnier
File size: 332 byte(s)
Wed Sep 8 09:47:00 1999 UTC (21 years, 7 months ago) by monnier
File size: 332 byte(s)
This commit was generated by cvs2svn to compensate for changes in r429, which included commits to RCS files with non-trunk default branches.
(* (C) 1999 Lucent Technologies, Bell Laboratories *) structure ExnInfoHook = struct local fun dummy (e: PrimTypes.exn) = "exception (?)" in val exnNameHook = PrimTypes.ref dummy val exnMessageHook = PrimTypes.ref dummy fun exnName e = InlineT.! exnNameHook e fun exnMessage e = InlineT.! exnMessageHook e end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |