wenzelm [Wed, 10 Apr 2013 17:17:16 +0200] rev 51687
discontinued obsolete ML antiquotation @{claset};
wenzelm [Wed, 10 Apr 2013 17:02:47 +0200] rev 51686
added ML antiquotation @{theory_context};
wenzelm [Wed, 10 Apr 2013 15:30:19 +0200] rev 51685
more standard module name Axclass (according to file name);
traytel [Wed, 10 Apr 2013 19:52:19 +0200] rev 51684
made SML/NJ happy
hoelzl [Wed, 10 Apr 2013 18:51:21 +0200] rev 51683
generalize Borel-set properties from real/ereal/ordered_euclidean_spaces to order_topology and real_normed_vector
traytel [Wed, 10 Apr 2013 17:49:16 +0200] rev 51682
NEWS and CONTRIBUTORS
traytel [Wed, 10 Apr 2013 17:49:16 +0200] rev 51681
declaration attribute for case combinators
berghofe [Tue, 09 Apr 2013 18:27:49 +0200] rev 51680
Handle dummy patterns in parse translation rather than check phase
traytel [Sat, 06 Apr 2013 01:42:07 +0200] rev 51679
disallow coercions to interfere with case translations
traytel [Fri, 05 Apr 2013 22:08:42 +0200] rev 51678
allow redundant cases in the list comprehension translation
traytel [Fri, 05 Apr 2013 22:08:42 +0200] rev 51677
recur in the expression to be matched (do not rely on repetitive execution of a check phase);
separate ML-interface function that is not recurring (strip_case)
traytel [Fri, 05 Apr 2013 22:08:42 +0200] rev 51676
tuned whitespace
berghofe [Thu, 04 Apr 2013 18:48:40 +0200] rev 51675
Use Type.raw_match instead of Sign.typ_match
traytel [Fri, 05 Apr 2013 22:08:42 +0200] rev 51674
special constant to prevent eta-contraction of the check-phase syntax of case translations
traytel [Tue, 22 Jan 2013 14:33:45 +0100] rev 51673
separate data used for case translation from the datatype package
berghofe [Tue, 22 Jan 2013 13:32:41 +0100] rev 51672
case translations performed in a separate check phase (with adjustments by traytel)
wenzelm [Wed, 10 Apr 2013 13:10:38 +0200] rev 51671
formal proof context for axclass proofs;
avoid global_simpset_of -- refer to simpset of proof context;
wenzelm [Wed, 10 Apr 2013 12:31:35 +0200] rev 51670
prefer local context;
wenzelm [Wed, 10 Apr 2013 12:24:43 +0200] rev 51669
proper proof context;
removed historic comments;
wenzelm [Wed, 10 Apr 2013 11:51:56 +0200] rev 51668
tuned;
wenzelm [Tue, 09 Apr 2013 21:39:55 +0200] rev 51667
merged
wenzelm [Tue, 09 Apr 2013 21:22:15 +0200] rev 51666
add command timings (like document command status);
wenzelm [Tue, 09 Apr 2013 21:14:00 +0200] rev 51665
tuned signature;
wenzelm [Tue, 09 Apr 2013 20:34:15 +0200] rev 51664
public Isabelle_Process.xml_cache (thread-safe);
cache derived status messages;