bulwahn [Thu, 28 Oct 2010 17:28:45 +0200] rev 40243
adding a simple check to only run with a SWI-Prolog version known to work
* * *
taking the isabelle platform into account when finding the prolog system
wenzelm [Thu, 28 Oct 2010 23:54:39 +0200] rev 40242
tuned messages;
wenzelm [Thu, 28 Oct 2010 23:19:52 +0200] rev 40241
discontinued obsolete ML antiquotation @{theory_ref};
wenzelm [Thu, 28 Oct 2010 22:59:33 +0200] rev 40240
tuned;
wenzelm [Thu, 28 Oct 2010 22:39:59 +0200] rev 40239
moved FOL/ex/Iff_Oracle.thy to HOL/ex where it is more accessible to most readers of isar-ref;
tuned;
wenzelm [Thu, 28 Oct 2010 22:23:11 +0200] rev 40238
type attribute is derived concept outside the kernel;
wenzelm [Thu, 28 Oct 2010 22:12:08 +0200] rev 40237
preserve original source position of exn;
wenzelm [Thu, 28 Oct 2010 22:11:06 +0200] rev 40236
handle Type.TYPE_MATCH, not arbitrary exceptions via MATCH_TYPE variable;
clarified handle/raise wrt. Quotient_Info.NotFound -- avoid fragile unqualified NotFound depending on "open" scope;
added helpful comments;
wenzelm [Thu, 28 Oct 2010 22:04:00 +0200] rev 40235
use Exn.interruptible_capture to keep user-code interruptible (Exn.capture not immediately followed by Exn.release here);
wenzelm [Thu, 28 Oct 2010 21:59:01 +0200] rev 40234
added Exn.interruptible_capture, which reraises interrupts as required by user-code (when Exn.capture is not immediately followed by Exn.release);
refined Exn.is_interrupt: detect nested IO Interrupts;
generalized Exn.map_result;
more precise dependencies;