src/Pure/ROOT.ML
Fri, 04 Oct 2019 15:30:52 +0200 wenzelm Term_XML.Encode/Decode.term uses Const "typargs";
Mon, 19 Aug 2019 19:12:44 +0200 wenzelm clarified modules;
Sat, 17 Aug 2019 11:13:16 +0200 wenzelm clarified modules;
Tue, 13 Aug 2019 15:34:46 +0200 wenzelm added SUBPROOFS / "subproofs" method combinator, for more compact proofterms;
Tue, 13 Aug 2019 10:27:21 +0200 wenzelm clarified modules;
Tue, 30 Jul 2019 14:35:29 +0200 wenzelm clarified modules: provide reconstruct_proof / expand_proof at the bottom of proof term construction;
Tue, 30 Jul 2019 11:41:39 +0200 wenzelm clarified modules;
Mon, 22 Jul 2019 16:15:40 +0200 wenzelm support export_proofs, prune_proofs;
Tue, 16 Jul 2019 15:39:32 +0200 wenzelm support for a soft-type system within the Isabelle logical framework;
Sun, 10 Mar 2019 00:21:34 +0100 wenzelm added semantic document markers;
Fri, 08 Mar 2019 17:05:23 +0100 wenzelm clarified modules;
Tue, 11 Dec 2018 21:23:02 +0100 wenzelm more uniform multi-language operations;
Tue, 11 Dec 2018 19:25:35 +0100 wenzelm more uniform multi-language operations;
Mon, 10 Dec 2018 20:20:24 +0100 wenzelm clarified modules, following bytes.scala;
Sat, 01 Dec 2018 16:11:59 +0100 wenzelm clarified modules;
Fri, 30 Nov 2018 23:43:10 +0100 wenzelm more general command 'generate_file' for registered file types, notably Haskell;
Tue, 30 Oct 2018 19:18:01 +0100 wenzelm support for GHC: string literals;
Tue, 30 Oct 2018 19:14:31 +0100 wenzelm some support for UTF-8 (similar to Isabelle/Scala version);
Wed, 29 Aug 2018 11:44:28 +0200 wenzelm clarified modules;
Fri, 11 May 2018 22:59:00 +0200 wenzelm some export of foundational theory content;
Sun, 06 May 2018 22:15:52 +0200 wenzelm tuned signature;
Sat, 10 Feb 2018 11:55:12 +0100 wenzelm more accessible src/Pure/ROOT.ML;
Sun, 14 Jan 2018 14:11:02 +0100 wenzelm clarified modules: uniform notion of formal comments;
Tue, 09 Jan 2018 15:40:12 +0100 wenzelm clarified modules;
Sun, 24 Dec 2017 14:10:41 +0100 wenzelm check bibtex database on ML side -- for semantic PIDE editing;
Sun, 24 Dec 2017 13:07:05 +0100 wenzelm clarified directories;
Sat, 16 Dec 2017 16:46:01 +0100 wenzelm PIDE markup for session ROOT files;
Thu, 14 Dec 2017 21:31:54 +0100 wenzelm clarified file name;
Tue, 05 Dec 2017 15:29:37 +0100 wenzelm system option for default command tags;
Tue, 18 Apr 2017 16:34:58 +0200 wenzelm exclude theories from other sessions;
Tue, 18 Oct 2016 16:03:30 +0200 wenzelm clarified modules;
Wed, 21 Sep 2016 20:33:44 +0200 wenzelm more tight implementation of symbol explode operation (without support for raw symbols);
Mon, 05 Sep 2016 23:11:00 +0200 wenzelm clarified modules;
Tue, 09 Aug 2016 14:41:27 +0200 wenzelm clarified bootstrap;
Wed, 01 Jun 2016 16:02:02 +0200 wenzelm ML pp for Rat.rat;
Tue, 31 May 2016 19:51:01 +0200 wenzelm rat.ML is now part of Pure to allow tigther integration with Isabelle/ML;
Thu, 12 May 2016 22:06:18 +0200 wenzelm common entity definitions within a global or local theory context;
Thu, 28 Apr 2016 09:43:11 +0200 wenzelm support 'assumes' in specifications, e.g. 'definition', 'inductive';
Sun, 10 Apr 2016 21:30:48 +0200 wenzelm clarified files;
Sat, 09 Apr 2016 20:31:46 +0200 wenzelm clarified modules;
Sat, 09 Apr 2016 16:16:05 +0200 wenzelm shared output primitives of physical/virtual Pure;
Sat, 09 Apr 2016 14:00:23 +0200 wenzelm clarified bootstrap;
Sat, 09 Apr 2016 11:21:38 +0200 wenzelm clarified modules;
Thu, 07 Apr 2016 22:09:23 +0200 wenzelm section headings for ROOT.ML;
Thu, 07 Apr 2016 21:39:03 +0200 wenzelm back to dynamic conditional compilation (reverting 4764473c9b8d) via recursive ML name space;
Thu, 07 Apr 2016 20:51:52 +0200 wenzelm clarified mode of ROOT.ML files;
Thu, 07 Apr 2016 16:53:43 +0200 wenzelm more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use';
Thu, 07 Apr 2016 11:17:57 +0200 wenzelm clarified editor mode;
Wed, 06 Apr 2016 19:03:29 +0200 wenzelm virtual thread data via context, for proper support of Context.>> etc;
Wed, 06 Apr 2016 16:51:52 +0200 wenzelm clarified bootstrap;
Wed, 06 Apr 2016 16:33:33 +0200 wenzelm clarified modules;
Wed, 06 Apr 2016 11:37:37 +0200 wenzelm clarified ML bootstrap;
Tue, 05 Apr 2016 21:51:14 +0200 wenzelm clarified files;
Tue, 05 Apr 2016 21:23:32 +0200 wenzelm back to static conditional compilation -- simplified bootstrap;
Tue, 05 Apr 2016 20:51:37 +0200 wenzelm clarified modules -- simplified bootstrap;
Tue, 05 Apr 2016 18:25:42 +0200 wenzelm actually observe ML_system_unsafe, concerning the environment that is stored in theory ML_Root;
Tue, 05 Apr 2016 17:25:11 +0200 wenzelm prefer antiquotations;
Tue, 05 Apr 2016 17:16:46 +0200 wenzelm proper use_thy;
Mon, 04 Apr 2016 23:58:48 +0200 wenzelm more uniform ML file commands;
Mon, 04 Apr 2016 20:46:39 +0200 wenzelm clarified bootstrap -- avoid conditional compilation in ROOT.ML;
less more (0) -300 -100 -60 tip