src/Pure/display.ML
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Fri, 28 Aug 2009 21:15:22 +0200 wenzelm discontinued Display.pretty_ctyp/cterm etc.;
Fri, 28 Aug 2009 18:19:07 +0200 wenzelm removed obsolete print_ctyp, print_cterm;
Sat, 25 Jul 2009 10:31:27 +0200 wenzelm renamed structure Display_Goal to Goal_Display;
Thu, 23 Jul 2009 16:52:16 +0200 wenzelm clarified pretty_goals, pretty_thm_aux: plain context;
Tue, 21 Jul 2009 00:56:19 +0200 wenzelm moved ProofContext.pretty_thm to Display.pretty_thm etc.;
Mon, 20 Jul 2009 21:20:09 +0200 wenzelm moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
Thu, 26 Mar 2009 15:18:50 +0100 wenzelm pretty_thm_aux etc.: explicit show_status flag;
Tue, 24 Mar 2009 21:24:53 +0100 wenzelm display derivation status of thms;
Tue, 10 Mar 2009 16:43:59 +0100 wenzelm pretty_full_theory: no longer display name prefix -- naming is far more complex now;
Sun, 01 Mar 2009 14:45:23 +0100 wenzelm replaced archaic Display.pretty_fact by FindTheorems.pretty_thm, which observes the context properly (as did the former prt_fact already);
Wed, 11 Feb 2009 16:03:10 +1100 kleing Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Sat, 13 Dec 2008 15:00:39 +0100 wenzelm Context.display_names;
Tue, 18 Nov 2008 18:25:45 +0100 wenzelm tuned;
Sat, 15 Nov 2008 21:31:21 +0100 wenzelm pretty_thm: oracle flag is always false for now (would require detailed check wrt. promises);
Mon, 22 Sep 2008 15:26:07 +0200 wenzelm type thm: fully internal derivation, no longer exported;
Thu, 18 Sep 2008 19:39:44 +0200 wenzelm simplified oracle interface;
Thu, 18 Sep 2008 14:06:56 +0200 wenzelm added deriv.ML: Abstract derivations based on raw proof terms.
Fri, 20 Jun 2008 21:00:26 +0200 haftmann type constructors now with markup
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Sun, 13 Apr 2008 16:40:02 +0200 wenzelm tsig: removed unnecessary universal witness;
Sat, 12 Apr 2008 17:00:35 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 27 Mar 2008 14:41:07 +0100 wenzelm removed Display.raw_string_of_XXX (use regular Sign.string_of_XXX);
Sun, 11 Nov 2007 20:29:05 +0100 wenzelm simplified Consts.dest;
Tue, 09 Oct 2007 00:20:13 +0200 wenzelm generic Syntax.pretty/string_of operations;
Thu, 04 Oct 2007 20:29:24 +0200 wenzelm replaced literal 'a by Name.aT;
Sun, 30 Sep 2007 16:20:35 +0200 wenzelm print_theory: observe Markup.internal_property of consts, discontinued special treatment of internal names elsewhere;
Thu, 20 Sep 2007 20:56:33 +0200 wenzelm avoid Theory.rep_theory;
Sun, 08 Jul 2007 19:52:05 +0200 wenzelm thm tag: Markup.property list;
Sat, 07 Jul 2007 18:39:14 +0200 wenzelm pretty_goals_aux: subgoal markup;
Tue, 08 May 2007 21:02:26 +0200 wenzelm tuned;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Sat, 09 Dec 2006 18:05:40 +0100 wenzelm abbrevs: print original rhs;
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
Tue, 19 Sep 2006 23:15:38 +0200 wenzelm pretty_full_theory: suppress internal entities by default;
Thu, 27 Jul 2006 13:43:04 +0200 wenzelm removed obsolete pretty_thm_no_quote;
Wed, 26 Jul 2006 00:44:49 +0200 wenzelm moved pprint functions to Isar/proof_display.ML;
Tue, 11 Jul 2006 12:17:01 +0200 wenzelm Name.invent_list;
Wed, 07 Jun 2006 02:01:28 +0200 wenzelm renamed Type.(un)varifyT to Logic.(un)varifyT;
Tue, 23 May 2006 14:00:06 +0200 wenzelm made smlnj happy;
Tue, 23 May 2006 13:55:02 +0200 wenzelm pretty_full_theory: tuned output of definitions;
Mon, 22 May 2006 22:29:16 +0200 wenzelm pretty_full_theory: defs;
Tue, 16 May 2006 13:01:24 +0200 wenzelm more abstract interface to classes/arities;
Mon, 08 May 2006 17:40:07 +0200 wenzelm added raw_string_of_sort/typ/term;
Mon, 01 May 2006 17:05:09 +0200 wenzelm adapted arities;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Thu, 13 Apr 2006 12:00:58 +0200 wenzelm tuned comment;
Sat, 08 Apr 2006 22:51:19 +0200 wenzelm print_theory: print abbreviations nicely;
Tue, 21 Mar 2006 12:18:07 +0100 wenzelm subtract (op =);
Wed, 08 Feb 2006 17:15:27 +0100 wenzelm tuned;
Mon, 06 Feb 2006 20:59:03 +0100 wenzelm print_theory: const abbreviations;
Wed, 02 Nov 2005 14:46:57 +0100 wenzelm Consts.dest;
Thu, 27 Oct 2005 13:54:43 +0200 wenzelm consts: monomorphic;
Thu, 29 Sep 2005 00:58:57 +0200 wenzelm print_theory: discontinued final consts;
Sat, 17 Sep 2005 19:17:34 +0200 wenzelm pretty_thm_aux: ora masked by quick_and_dirty;
Sat, 17 Sep 2005 18:11:28 +0200 wenzelm pretty_thm_aux: aconv hyps;
Sat, 17 Sep 2005 12:18:03 +0200 wenzelm pretty_thm_aux: observe asms context;
Thu, 28 Jul 2005 15:19:54 +0200 wenzelm print_theory: const constraints;
Thu, 14 Jul 2005 19:28:28 +0200 wenzelm NameSpace.dest_table avoids duplicated extern;
Wed, 22 Jun 2005 19:41:19 +0200 wenzelm tuned;
Mon, 20 Jun 2005 22:14:04 +0200 wenzelm tuned;
Fri, 17 Jun 2005 18:33:22 +0200 wenzelm removed pretty_theory, pprint_theory (see context.ML or thy_info.ML);
Sat, 11 Jun 2005 22:15:48 +0200 wenzelm refer to name spaces values instead of names;
Thu, 09 Jun 2005 12:03:21 +0200 wenzelm print_theory: omit name spaces; NameSpace.extern_table;
Sun, 05 Jun 2005 23:07:28 +0200 wenzelm renamed const_deps to defs;
Tue, 31 May 2005 19:32:41 +0200 obua Removed final_consts from theory data. Now const_deps deals with final
Tue, 31 May 2005 11:53:18 +0200 wenzelm renamed cond_extern to extern;
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Wed, 23 Jun 2004 09:09:18 +0200 wenzelm tuned;
Tue, 22 Jun 2004 09:52:08 +0200 wenzelm improved print_theory;
Mon, 21 Jun 2004 16:41:06 +0200 wenzelm pretty_abbr;
Sat, 05 Jun 2004 13:08:53 +0200 wenzelm pretty_thm/goals_aux, pretty_flexpair: pp;
Fri, 21 May 2004 21:28:14 +0200 wenzelm adapted tsig/sg interface;
Thu, 22 Apr 2004 10:55:02 +0200 wenzelm adapted Sign.rep_sg;
Fri, 16 Apr 2004 18:45:56 +0200 berghofe Replaced quote by Library.quote, since quote now refers to Symbol.quote
Fri, 19 Mar 2004 10:42:38 +0100 paulson Removing the datatype declaration of "order" allows the standard General.order
Thu, 09 Oct 2003 18:13:32 +0200 skalberg Added support for making constants final, that is, ensuring that no
Sun, 31 Aug 2003 21:27:58 +0200 skalberg Makes interactive proof scripting recognize the show_all_types flag.
Mon, 21 Oct 2002 17:04:47 +0200 berghofe Changed handling of flex-flex constraints: now stored in separate
Mon, 21 Jan 2002 17:02:52 +0100 wenzelm reset show_hyps by default (in accordance to existing Isar practice);
Sat, 08 Dec 2001 14:41:36 +0100 wenzelm tuned print_goals interfaces;
Tue, 06 Nov 2001 23:52:23 +0100 wenzelm added goals_limit (from tctical.ML);
Tue, 06 Nov 2001 19:25:24 +0100 wenzelm export pretty_thm_aux;
Mon, 22 Oct 2001 17:59:39 +0200 wenzelm print_goals stuff is back (from locale.ML);
Wed, 15 Aug 2001 22:20:30 +0200 wenzelm support for absolute namespace entry paths;
Sat, 23 Dec 2000 22:52:41 +0100 wenzelm tuned output;
Sun, 17 Sep 2000 22:23:48 +0200 wenzelm added print_thm(s)_sg;
Wed, 02 Aug 2000 19:38:33 +0200 wenzelm use oracle flag from derivation;
Mon, 22 May 2000 11:57:27 +0200 wenzelm show_consts no longer requires show_types;
Mon, 17 Apr 2000 13:57:55 +0200 wenzelm Pretty.chunks;
Wed, 15 Mar 2000 18:20:52 +0100 wenzelm removed Pretty.spc;
Thu, 09 Mar 2000 22:57:39 +0100 wenzelm quote tag arguments;
Wed, 29 Sep 1999 13:50:26 +0200 wenzelm new tsig components;
Fri, 23 Jul 1999 16:50:55 +0200 wenzelm replace assoc lists by Symtab.table;
Mon, 12 Jul 1999 22:23:07 +0200 wenzelm removed pretty_thm_no_hyps (again);
Thu, 08 Jul 1999 18:29:07 +0200 wenzelm added pretty_thm_no_hyps;
Sat, 03 Jul 1999 00:40:57 +0200 wenzelm oops;
Sat, 03 Jul 1999 00:21:35 +0200 wenzelm pretty_thm: include oracles (!) in hyps;
Mon, 28 Jun 1999 21:41:02 +0200 wenzelm cond_extern_table;
Wed, 17 Mar 1999 16:33:00 +0100 wenzelm qualify Theory.sign_of etc.;
Tue, 09 Mar 1999 12:07:52 +0100 wenzelm pretty_thm_no_quote;
Fri, 12 Feb 1999 13:55:54 +0100 wenzelm pretty_thm: quote terms (separately);
Tue, 12 Jan 1999 13:14:22 +0100 wenzelm show_tags;
Tue, 17 Nov 1998 14:04:52 +0100 wenzelm Pretty.spc;
Tue, 04 Aug 1998 18:21:20 +0200 wenzelm moved print_goals to locale.ML;
Fri, 05 Jun 1998 14:23:07 +0200 wenzelm print_data moved to theory.ML;
Wed, 20 May 1998 18:56:00 +0200 wenzelm tuned signature;
Fri, 03 Apr 1998 14:36:20 +0200 wenzelm tuned comments;
Mon, 29 Dec 1997 14:31:20 +0100 wenzelm pretty_name_space;
Fri, 19 Dec 1997 10:13:47 +0100 wenzelm adapted to new sort function;
Fri, 21 Nov 1997 15:27:43 +0100 wenzelm changed Sequence interface (now Seq, in seq.ML);
Thu, 20 Nov 1997 15:28:48 +0100 wenzelm removed data.ML (made part of sign.ML);
Thu, 20 Nov 1997 12:51:31 +0100 wenzelm moved Sign.print_sg to display.ML;
Wed, 12 Nov 1997 16:21:15 +0100 wenzelm tuned prths;
Tue, 04 Nov 1997 16:46:02 +0100 wenzelm added pretty_ctyp;
less more (0) -120 tip