src/Pure/Isar/proof_context.ML
Thu, 13 Aug 2015 11:05:19 +0200 wenzelm tuned signature, in accordance to sortBy in Scala;
Mon, 27 Jul 2015 16:35:12 +0200 wenzelm tuned signature for print_nested_cases;
Thu, 02 Jul 2015 12:33:04 +0200 wenzelm allow to specify suffix of goal parameters;
Thu, 25 Jun 2015 23:49:05 +0200 wenzelm implicit goal cases are legacy;
Thu, 25 Jun 2015 12:10:07 +0200 wenzelm tuned signature;
Wed, 24 Jun 2015 21:26:03 +0200 wenzelm clarified 'case' command;
Mon, 15 Jun 2015 16:59:27 +0200 wenzelm vacuous fact `TERM x`;
Sun, 14 Jun 2015 15:53:13 +0200 wenzelm tuned signature;
Sun, 14 Jun 2015 14:59:39 +0200 wenzelm tuned;
Wed, 10 Jun 2015 11:52:54 +0200 wenzelm tuned message;
Tue, 09 Jun 2015 22:24:33 +0200 wenzelm more uniform treatment of auto bindings vs. explicit user bindings;
Tue, 09 Jun 2015 16:42:17 +0200 wenzelm tuned signature;
Tue, 09 Jun 2015 11:51:05 +0200 wenzelm clarified term bindings;
Mon, 08 Jun 2015 20:53:42 +0200 wenzelm clarified Proof_Context.cert_propp/read_propp;
Mon, 08 Jun 2015 19:38:08 +0200 wenzelm more careful treatment of term bindings in 'obtain' proof body;
Mon, 08 Jun 2015 14:45:31 +0200 wenzelm tuned signature;
Sun, 07 Jun 2015 23:37:32 +0200 wenzelm tuned signature;
Sun, 07 Jun 2015 22:04:50 +0200 wenzelm tuned (see also 66e6c539a36d);
Sun, 07 Jun 2015 21:58:18 +0200 wenzelm tuned signature;
Sun, 07 Jun 2015 21:30:53 +0200 wenzelm clarified: declare props once and for all;
Sun, 07 Jun 2015 20:03:40 +0200 wenzelm tuned signature;
Sun, 07 Jun 2015 15:01:07 +0200 wenzelm tuned signature;
Wed, 03 Jun 2015 19:25:05 +0200 wenzelm clarified context;
Sun, 03 May 2015 17:19:27 +0200 wenzelm tuned output -- avoid empty quites and extra breaks;
Thu, 09 Apr 2015 20:42:32 +0200 wenzelm clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
Wed, 08 Apr 2015 19:39:08 +0200 wenzelm proper context for Object_Logic operations;
Mon, 06 Apr 2015 22:11:01 +0200 wenzelm support for 'restricted' modifier: only qualified accesses outside the local scope;
Sat, 04 Apr 2015 14:04:11 +0200 wenzelm support private scope for individual local theory commands;
Fri, 03 Apr 2015 19:56:51 +0200 wenzelm more uniform "verbose" option to print name space;
Wed, 01 Apr 2015 18:17:44 +0200 wenzelm tuned signature;
Tue, 31 Mar 2015 22:31:05 +0200 wenzelm support for explicit scope of private entries;
Tue, 31 Mar 2015 17:34:52 +0200 wenzelm clarified role of naming for background theory: transform_binding (e.g. for "concealed" flag) uses naming of hypothetical context;
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Sun, 29 Mar 2015 19:23:08 +0200 wenzelm proper local Proof_Context.arity_sorts;
Tue, 24 Mar 2015 11:53:18 +0100 wenzelm clarified input source;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Thu, 05 Mar 2015 13:28:04 +0100 wenzelm tuned -- more explicit use of context;
Sun, 01 Mar 2015 23:35:41 +0100 wenzelm added Proof_Context.cterm_of/ctyp_of convenience;
Fri, 19 Dec 2014 17:23:56 +0100 wenzelm more frugal Local_Syntax.init -- maintain idents within context;
Sun, 30 Nov 2014 13:15:04 +0100 wenzelm tuned signature;
Sun, 30 Nov 2014 12:24:56 +0100 wenzelm more abstract type Input.source;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Sat, 08 Nov 2014 21:31:51 +0100 wenzelm optional proof context for unify operations, for the sake of proper local options;
Mon, 13 Oct 2014 22:43:29 +0200 wenzelm tuned signature;
Wed, 20 Aug 2014 11:51:39 +0200 wenzelm tuned;
Thu, 14 Aug 2014 16:20:14 +0200 wenzelm more informative Token.Fact: retain name of dynamic fact (without selection);
Wed, 13 Aug 2014 14:57:03 +0200 wenzelm transfer result of Global_Theory.add_thms_dynamic to context stack;
Sun, 10 Aug 2014 19:44:20 +0200 wenzelm support aliases within the facts space;
Wed, 02 Jul 2014 12:12:26 +0200 wenzelm check 'case' variable bindings as for 'fix', which means internal names are rejected as usual;
Fri, 27 Jun 2014 16:04:56 +0200 wenzelm command 'print_term_bindings' supersedes 'print_binds';
Mon, 05 May 2014 16:30:19 +0200 wenzelm more print operations;
Mon, 05 May 2014 15:17:07 +0200 wenzelm support print operations as asynchronous query;
Sun, 06 Apr 2014 16:36:28 +0200 wenzelm more source positions;
Mon, 31 Mar 2014 12:35:39 +0200 wenzelm some shortcuts for chunks, which sometimes avoid bulky string output;
Mon, 31 Mar 2014 10:28:08 +0200 wenzelm support bulk messages consisting of small string segments, which are more healthy to the Poly/ML RTS and might prevent spurious GC crashes such as MTGCProcessMarkPointers::ScanAddressesInObject;
Wed, 26 Mar 2014 14:41:52 +0100 wenzelm prefer Context_Position where a context is available;
Tue, 18 Mar 2014 12:25:17 +0100 wenzelm more markup for improper elements;
Sat, 15 Mar 2014 11:22:25 +0100 wenzelm more explicit treatment of verbose mode, which includes concealed entries;
Sat, 15 Mar 2014 10:24:49 +0100 wenzelm clarified retrieve_generic: local error takes precedence, which is relevant for completion;
Sat, 15 Mar 2014 10:14:42 +0100 wenzelm clarified print_local_facts;
less more (0) -300 -100 -60 tip