blanchet [Tue, 18 Feb 2014 01:11:25 +0100] rev 55540
follow up of 0819931d652d -- put right induction rule in the old data structure, repairs 'HOL-Proof'-based sessions
blanchet [Mon, 17 Feb 2014 22:54:38 +0100] rev 55539
simplified data structure by reducing the incidence of clumsy indices
blanchet [Mon, 17 Feb 2014 18:18:27 +0100] rev 55538
tuning
* * *
moved 'primrec' up to displace the few remaining uses of 'old_primrec'
wenzelm [Mon, 17 Feb 2014 14:59:09 +0100] rev 55537
made SML/NJ happy;
wenzelm [Mon, 17 Feb 2014 14:07:26 +0100] rev 55536
NEWS;
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55535
name derivations in 'primrec' for code extraction from proof terms
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55534
renamed old 'primrec' to 'old_primrec' (until the new 'primrec' can be moved above 'Nat' in the theory dependencies)
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55533
updated NEWS
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55532
updated keywords
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55531
renamed 'datatype_new_compat' to 'datatype_compat'
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55530
renamed 'primrec_new' to 'primrec', overriding the old command (which it still uses as a fallback for old-style datatypes)
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55529
tuning: moved code where it belongs
blanchet [Mon, 17 Feb 2014 13:31:42 +0100] rev 55528
have 'primrec_new' fall back on old 'primrec' when given old-style datatypes
blanchet [Mon, 17 Feb 2014 13:31:41 +0100] rev 55527
tuning
wenzelm [Mon, 17 Feb 2014 11:14:26 +0100] rev 55526
more markup;
blanchet [Sun, 16 Feb 2014 21:33:28 +0100] rev 55525
folded 'rel_option' into 'option_rel'
blanchet [Sun, 16 Feb 2014 21:33:28 +0100] rev 55524
folded 'list_all2' with the relator generated by 'datatype_new'
blanchet [Sun, 16 Feb 2014 21:33:28 +0100] rev 55523
removed final periods in messages for proof methods
wenzelm [Sun, 16 Feb 2014 21:09:47 +0100] rev 55522
tuned proofs;
blanchet [Sun, 16 Feb 2014 18:46:13 +0100] rev 55521
added a version of the Metis tactic that returns the unused facts
blanchet [Sun, 16 Feb 2014 18:39:42 +0100] rev 55520
tuned code
blanchet [Sun, 16 Feb 2014 18:39:41 +0100] rev 55519
more NEWS
blanchet [Sun, 16 Feb 2014 18:39:40 +0100] rev 55518
folded 'Option.set' into BNF-generated 'set_option'
wenzelm [Sun, 16 Feb 2014 17:50:13 +0100] rev 55517
merged
wenzelm [Sun, 16 Feb 2014 17:25:03 +0100] rev 55516
prefer user-space tool within Pure.thy;
wenzelm [Sun, 16 Feb 2014 17:17:26 +0100] rev 55515
more markup;
wenzelm [Sun, 16 Feb 2014 16:48:30 +0100] rev 55514
more uniform rendering of text that is formally interpreted: avoid clash with inner markup;
wenzelm [Sun, 16 Feb 2014 16:28:50 +0100] rev 55513
recovered Isabelle_Sidekick_Markup from 9c53198dbb1c: snapshot requires Swing_Thread;
wenzelm [Sun, 16 Feb 2014 15:38:08 +0100] rev 55512
support ML antiquotations in Scala;
tuned -- more uniform ML vs. Scala;
wenzelm [Sun, 16 Feb 2014 14:18:14 +0100] rev 55511
antiquotations within plain text: Scala version in accordance to ML;