paulson [Fri, 04 Apr 1997 11:32:44 +0200] rev 2895
Simplified a proof
paulson [Fri, 04 Apr 1997 11:28:28 +0200] rev 2894
Re-organization of the order of haz rules
paulson [Fri, 04 Apr 1997 11:27:02 +0200] rev 2893
Calls Blast_tac. Tidied some proofs
paulson [Fri, 04 Apr 1997 11:20:31 +0200] rev 2892
Calls Blast_tac. Tidied some proofs
paulson [Fri, 04 Apr 1997 11:18:52 +0200] rev 2891
Calls Blast_tac
paulson [Fri, 04 Apr 1997 11:18:19 +0200] rev 2890
Adds image_eqI instead of imageI, as the former is more general
paulson [Fri, 04 Apr 1997 11:17:05 +0200] rev 2889
Added blast.ML as a dependency
paulson [Fri, 04 Apr 1997 11:16:44 +0200] rev 2888
Now calls Blast_tac and has some hard examples (Halting Problem
nipkow [Thu, 03 Apr 1997 19:32:03 +0200] rev 2887
Only layout mods.
nipkow [Thu, 03 Apr 1997 19:29:53 +0200] rev 2886
Now: unit = {True}
paulson [Thu, 03 Apr 1997 10:36:54 +0200] rev 2885
Two extra commands shorten the proof time by 800 seconds...
paulson [Thu, 03 Apr 1997 10:33:33 +0200] rev 2884
More List and ListPair utilities
paulson [Thu, 03 Apr 1997 10:32:34 +0200] rev 2883
Now exports declConsts!
Temporarily erased target signature to aid debugging
paulson [Thu, 03 Apr 1997 10:30:23 +0200] rev 2882
Declares overloading for if-and-only-if
paulson [Thu, 03 Apr 1997 10:29:57 +0200] rev 2881
Declares overloading for set-theoretic constants
nipkow [Thu, 03 Apr 1997 09:46:42 +0200] rev 2880
Removed (Unit) in Prod.
Added test for ancestor Nat in datatype.
wenzelm [Wed, 02 Apr 1997 19:12:26 +0200] rev 2879
misc improvements;
wenzelm [Wed, 02 Apr 1997 17:28:27 +0200] rev 2878
changed signature of dummy goal from proto_pure to pure;
paulson [Wed, 02 Apr 1997 15:39:44 +0200] rev 2877
Converted to call blast_tac.
Proves theorems in ZF.thy to make that theory usable again
paulson [Wed, 02 Apr 1997 15:37:35 +0200] rev 2876
Uses ZF.thy again, to make that theory usable
paulson [Wed, 02 Apr 1997 15:36:32 +0200] rev 2875
Mostly converted to blast_tac
paulson [Wed, 02 Apr 1997 15:30:44 +0200] rev 2874
Datatype declarations now require theory Datatype--NOT in quotes
paulson [Wed, 02 Apr 1997 15:29:48 +0200] rev 2873
Converted back from upair.thy to ZF.thy
paulson [Wed, 02 Apr 1997 15:28:42 +0200] rev 2872
Moved definitions (binary intersection, etc.) from upair.thy back to ZF.thy
paulson [Wed, 02 Apr 1997 15:26:52 +0200] rev 2871
Now checks for existence of theory Inductive (Fixedpt was too small)
paulson [Wed, 02 Apr 1997 15:25:35 +0200] rev 2870
Now a non-trivial theory so that require_thy can find it
paulson [Wed, 02 Apr 1997 15:24:42 +0200] rev 2869
DEEPEN now takes an upper bound for terminating searches
paulson [Wed, 02 Apr 1997 15:23:33 +0200] rev 2868
New DEEPEN allows giving an upper bound for deepen_tac
paulson [Wed, 02 Apr 1997 15:19:40 +0200] rev 2867
Now builds blast_tac
paulson [Wed, 02 Apr 1997 15:18:21 +0200] rev 2866
Now loads blast.ML
paulson [Wed, 02 Apr 1997 15:14:37 +0200] rev 2865
ZF.thy is again usable
wenzelm [Wed, 02 Apr 1997 11:59:02 +0200] rev 2864
The isabelle-0 encoding table.
paulson [Wed, 02 Apr 1997 11:33:14 +0200] rev 2863
Made the error message more explicit
paulson [Wed, 02 Apr 1997 11:32:48 +0200] rev 2862
Now declares Basis Library version of type option
Also function mapPartial
paulson [Wed, 02 Apr 1997 11:30:48 +0200] rev 2861
Replaced Best_tac by the one rule needed for the proof
paulson [Wed, 02 Apr 1997 11:30:03 +0200] rev 2860
Installation of blast_tac
paulson [Wed, 02 Apr 1997 11:27:47 +0200] rev 2859
Now tests for essential ancestors (Lfp or Gfp)
paulson [Wed, 02 Apr 1997 11:25:04 +0200] rev 2858
Re-ordering of rules to assist blast_tac
Powerset rules must not be the most recent
paulson [Wed, 02 Apr 1997 11:23:31 +0200] rev 2857
Now loads blast_tac
paulson [Wed, 02 Apr 1997 11:19:46 +0200] rev 2856
Reorganization of how classical rules are installed
paulson [Wed, 02 Apr 1997 11:16:40 +0200] rev 2855
Now calls require_thy to ensure ancestors are present
paulson [Wed, 02 Apr 1997 11:15:46 +0200] rev 2854
Implementation of blast_tac: fast tableau prover
wenzelm [Tue, 01 Apr 1997 18:26:09 +0200] rev 2853
replaced by usedir;
wenzelm [Tue, 01 Apr 1997 12:54:40 +0200] rev 2852
eliminated references to old 8bit fonts;
wenzelm [Tue, 01 Apr 1997 12:44:12 +0200] rev 2851
improved messages;
wenzelm [Tue, 01 Apr 1997 11:16:06 +0200] rev 2850
removed useless symbol font syntax;
wenzelm [Tue, 01 Apr 1997 09:28:56 +0200] rev 2849
fixed -s option;
wenzelm [Mon, 31 Mar 1997 14:42:13 +0200] rev 2848
simple_ast_of: fixed handling of loose Bounds;
nipkow [Sun, 30 Mar 1997 13:40:38 +0200] rev 2847
Replaced (s,t) : id by s=t.
nipkow [Thu, 27 Mar 1997 17:46:24 +0100] rev 2846
Optimized proofs.
paulson [Thu, 27 Mar 1997 10:08:31 +0100] rev 2845
Changes made necessary by the new ex1 rules
paulson [Thu, 27 Mar 1997 10:07:11 +0100] rev 2844
Now uses the alternative (safe!) rules for ex1
paulson [Thu, 27 Mar 1997 10:06:36 +0100] rev 2843
Updated comment
nipkow [Wed, 26 Mar 1997 18:51:57 +0100] rev 2842
Cleaned up a little.
nipkow [Wed, 26 Mar 1997 17:58:48 +0100] rev 2841
Added "discrete" CPOs and modified IMP to use those rather than "lift"
slotosch [Wed, 26 Mar 1997 13:44:05 +0100] rev 2840
generalized theorems and class instances for Cprod.
Now "*"::(cpo,cpo)cpo and "*"::(pcpo,pcpo)pcpo
slotosch [Tue, 25 Mar 1997 11:19:09 +0100] rev 2839
changed some theorems from pcpo to cpo
slotosch [Tue, 25 Mar 1997 11:13:12 +0100] rev 2838
changed continuous functions from pcpo to cpo (including instances)
paulson [Tue, 25 Mar 1997 10:43:01 +0100] rev 2837
Trivial renamings (for consistency with CSFW papers)
paulson [Tue, 25 Mar 1997 10:41:44 +0100] rev 2836
Toby's better treatment of eta-contraction