src/Pure/Isar/proof_context.ML
Tue, 10 May 2016 22:25:06 +0200 wenzelm find dynamic facts as well, but static ones are preferred;
Tue, 26 Apr 2016 19:37:47 +0200 wenzelm more uniform operations for structured statements;
Tue, 26 Apr 2016 16:20:28 +0200 wenzelm defs are closed, which leads to proper auto_bind_facts;
Sun, 24 Apr 2016 20:29:49 +0200 wenzelm clarified modules;
Thu, 14 Apr 2016 23:31:10 +0200 wenzelm highlighting of entity def/ref positions wrt. cursor;
Tue, 12 Apr 2016 14:50:53 +0200 wenzelm back to static Mixfix.default_constraint without any special tricks (reverting e6443edaebff);
Tue, 12 Apr 2016 14:38:57 +0200 wenzelm Type_Infer.object_logic controls improvement of type inference result;
Wed, 30 Mar 2016 23:32:50 +0200 wenzelm more explicit support for object-logic constraint;
Wed, 30 Mar 2016 21:16:22 +0200 wenzelm more explicit type;
Wed, 30 Mar 2016 20:56:39 +0200 wenzelm relevant check_mixfix happens further at the bottom, to avoid duplicate reports via Specification.prepare;
Wed, 06 Jan 2016 11:45:07 +0100 wenzelm more systematic treatment of dynamic facts, when forming closure;
Tue, 22 Dec 2015 14:20:17 +0100 wenzelm more accurate lookup of dynamic facts;
Tue, 08 Dec 2015 10:49:08 +0100 wenzelm added Proof_Context.add_thms_dynamic, which is potentially useful for Eisbach;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Fri, 25 Sep 2015 19:28:33 +0200 wenzelm tuned;
Fri, 25 Sep 2015 19:13:47 +0200 wenzelm tuned signature: eliminated pointless type Context.pretty;
Thu, 24 Sep 2015 23:33:29 +0200 wenzelm more explicit Defs.context: use proper name spaces as far as possible;
Sun, 13 Sep 2015 22:25:21 +0200 wenzelm tuned message;
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};
less more (0) -300 -100 -60 tip