haftmann [Mon, 27 Nov 2006 13:42:47 +0100] rev 21551
introduced Simpdata structure
haftmann [Mon, 27 Nov 2006 13:42:46 +0100] rev 21550
added Trueprop_conv
haftmann [Mon, 27 Nov 2006 13:42:42 +0100] rev 21549
restructured some proofs
haftmann [Mon, 27 Nov 2006 13:42:41 +0100] rev 21548
tuned keyword setup for SML code generator
haftmann [Mon, 27 Nov 2006 13:42:39 +0100] rev 21547
moved order arities for fun and bool to Fun/Orderings
haftmann [Mon, 27 Nov 2006 13:42:33 +0100] rev 21546
removed HOL structure
haftmann [Mon, 27 Nov 2006 13:42:30 +0100] rev 21545
adjusted syntax for internal code generation
berghofe [Mon, 27 Nov 2006 12:12:18 +0100] rev 21544
Added nominal_primrec command.
berghofe [Mon, 27 Nov 2006 12:11:43 +0100] rev 21543
Adapted to new nominal_primrec command.
berghofe [Mon, 27 Nov 2006 12:11:20 +0100] rev 21542
Added nominal_primrec.ML
berghofe [Mon, 27 Nov 2006 12:10:51 +0100] rev 21541
Implemented new "nominal_primrec" command for defining
functions on nominal datatypes.
berghofe [Mon, 27 Nov 2006 12:09:55 +0100] rev 21540
Additional information about nominal datatypes (descriptor,
recursion equations etc.) is now stored in theory.
wenzelm [Sun, 26 Nov 2006 23:43:53 +0100] rev 21539
converted legacy ML scripts;
aspinall [Sun, 26 Nov 2006 23:09:25 +0100] rev 21538
Remove add_master_files which stripped paths for retracted files. Emacs PG already supports full paths here.
wenzelm [Sun, 26 Nov 2006 18:07:36 +0100] rev 21537
* Pure: syntax constant for foo (binder) is called foo_binder;
wenzelm [Sun, 26 Nov 2006 18:07:35 +0100] rev 21536
extend_trtab: allow identical trfuns to be overwritten;
wenzelm [Sun, 26 Nov 2006 18:07:34 +0100] rev 21535
tuned;
wenzelm [Sun, 26 Nov 2006 18:07:33 +0100] rev 21534
Binder: syntax const is determined by binder_name, not its syntax;
wenzelm [Sun, 26 Nov 2006 18:07:31 +0100] rev 21533
simplified consts: no auxiliary params, sane mixfix syntax;
declarations: proper morphisms;
added target_morphism/name;
wenzelm [Sun, 26 Nov 2006 18:07:29 +0100] rev 21532
abbrevs: no result;
Element.map_ctxt_attrib;
wenzelm [Sun, 26 Nov 2006 18:07:27 +0100] rev 21531
added export_(standard_)morphism;
wenzelm [Sun, 26 Nov 2006 18:07:25 +0100] rev 21530
Element.map_ctxt_attrib;
wenzelm [Sun, 26 Nov 2006 18:07:24 +0100] rev 21529
abbrevs: no result;
added target_morphism/name;
simplified theory prefix (no option);
proper morphing of abbrevs/notation;
wenzelm [Sun, 26 Nov 2006 18:07:22 +0100] rev 21528
added map_ctxt_attrib;
wenzelm [Sun, 26 Nov 2006 18:07:21 +0100] rev 21527
abbrevs: no result;
wenzelm [Sun, 26 Nov 2006 18:07:20 +0100] rev 21526
added morh_result, the_inductive, add_inductive_global;
removed get_inductive;
more careful treatment of result naming/morphing;
wenzelm [Sun, 26 Nov 2006 18:07:19 +0100] rev 21525
InductivePackage.add_inductive_global;
wenzelm [Sun, 26 Nov 2006 18:07:16 +0100] rev 21524
updated (binder) syntax/notation;
wenzelm [Fri, 24 Nov 2006 22:05:19 +0100] rev 21523
tuned morphisms;
wenzelm [Fri, 24 Nov 2006 22:05:18 +0100] rev 21522
added export_morphism;
ProofContext.init;