lcp [Sat, 11 Mar 1995 11:58:21 +0100] rev 947
Put freeze into the signature TACTIC for export
lcp [Fri, 10 Mar 1995 10:20:18 +0100] rev 946
Removed "localize"; instead, proofs refer to their own
assumptions.
lcp [Thu, 09 Mar 1995 10:38:30 +0100] rev 945
Commented isof(c,t)
nipkow [Wed, 08 Mar 1995 17:23:07 +0100] rev 944
Added dependencies on ../Provers/hypsubst.ML and removed those on
../Provers/ind.ML
nipkow [Wed, 08 Mar 1995 14:35:26 +0100] rev 943
Replaced read by read_cterm.
nipkow [Wed, 08 Mar 1995 14:01:08 +0100] rev 942
Enforced partial evaluation of mk_case_split_tac.
nipkow [Wed, 08 Mar 1995 12:56:45 +0100] rev 941
Enforced partial evaluation of mk_case_split_tac
nipkow [Wed, 08 Mar 1995 12:37:59 +0100] rev 940
Added dependencies on files in Provers
nipkow [Wed, 08 Mar 1995 10:25:50 +0100] rev 939
Added pretty-printing coments
nipkow [Tue, 07 Mar 1995 15:00:34 +0100] rev 938
*** empty log message ***
nipkow [Tue, 07 Mar 1995 14:59:24 +0100] rev 937
*** empty log message ***
nipkow [Tue, 07 Mar 1995 14:57:37 +0100] rev 936
Hoare logic
lcp [Tue, 07 Mar 1995 13:37:48 +0100] rev 935
Changed Univ to Datatype in parents
lcp [Tue, 07 Mar 1995 13:34:33 +0100] rev 934
Replaced rules by defs. Also got rid of tyconstU by
including TyConst in the datatype's universe
lcp [Tue, 07 Mar 1995 13:32:22 +0100] rev 933
Replaced rules by defs
lcp [Tue, 07 Mar 1995 13:29:36 +0100] rev 932
Got rid of exvarU and constU by
including ExVar and Const in various datatype universes.
lcp [Tue, 07 Mar 1995 13:27:09 +0100] rev 931
Deleted constQU, exvarQU, expQU by including Const,
ExpVar, Exp in Value.thy's codatatype declaration.
lcp [Tue, 07 Mar 1995 13:21:38 +0100] rev 930
Replaced rules by defs
lcp [Tue, 07 Mar 1995 13:18:48 +0100] rev 929
Moved declarations of @QSUM and <*> to a syntax section.
Changed print_translation because <*> is now an infix.
lcp [Tue, 07 Mar 1995 13:15:25 +0100] rev 928
Moved declaration of ~= to a syntax section
clasohm [Fri, 03 Mar 1995 12:48:06 +0100] rev 927
replaced Pure by ProtoPure
clasohm [Fri, 03 Mar 1995 12:34:57 +0100] rev 926
fixed a bug in infer_types/exn_type_msg
clasohm [Fri, 03 Mar 1995 12:04:45 +0100] rev 925
new version of HOL/Integ with curried function application
clasohm [Fri, 03 Mar 1995 12:04:16 +0100] rev 924
new version of HOL/IMP with curried function application
clasohm [Fri, 03 Mar 1995 12:02:25 +0100] rev 923
new version of HOL with curried function application
clasohm [Fri, 03 Mar 1995 11:48:05 +0100] rev 922
added CPure (curried functions) and ProtoPure (ancestor of Pure and CPure)
wenzelm [Thu, 02 Mar 1995 12:07:20 +0100] rev 921
added declaration of syntactic const "_abs";
lcp [Tue, 28 Feb 1995 10:54:49 +0100] rev 920
Added initial /bin/csh line and comments
lcp [Tue, 28 Feb 1995 10:53:56 +0100] rev 919
No longer calls maketest; instead, the Makefile writes the file
test.
lcp [Tue, 28 Feb 1995 10:51:52 +0100] rev 918
Uses "suffix substitution" to shorten macro definitions.
lcp [Tue, 28 Feb 1995 10:50:37 +0100] rev 917
Re-organised to perform the tests independently. Now test
is defined in terms of separate targets IMP, ex, etc. If ISABELLECOMP is set
wrongly then "exit 1" causes the Make to fail. Defines the macro "LOGIC" to
refer to the right command for running the object-logic. Uses "suffix
substitution" to shorten macro definitions.
lcp [Tue, 28 Feb 1995 10:33:52 +0100] rev 916
New example by Jacob Frost, tidied by lcp
lcp [Mon, 27 Feb 1995 18:12:21 +0100] rev 915
New example by Jacob Frost, tidied by lcp
lcp [Mon, 27 Feb 1995 18:07:59 +0100] rev 914
Now prove_goalw_cterm calls print_sign_exn_unit, so that the rest
of the error message ("The exception above was raised for...") will appear.
And print_exn calls print_sign_exn_unit so that it can re-raise the SAME
exception.
lcp [Mon, 27 Feb 1995 18:05:38 +0100] rev 913
Updated the "version" variable (which was never done for
Isabelle-94 revisions 1 and 2!)
lcp [Mon, 27 Feb 1995 17:51:12 +0100] rev 912
Redefined functions to suppress redundant leading 0s and 1s
wenzelm [Mon, 27 Feb 1995 17:47:57 +0100] rev 911
new in mixfix annotations: "' " (quote space) separates delimiters without
adding extra white space for printing;
lcp [Mon, 27 Feb 1995 17:47:44 +0100] rev 910
Added the exception handler
handle _ => exit 1. This will catch all errors and force an exit with error
code, causing Make to fail.
lcp [Mon, 27 Feb 1995 17:44:43 +0100] rev 909
intro_tacsf now includes subsetI as an introduction rule. It is
needed for rules like list_into_univ
lcp [Mon, 27 Feb 1995 17:40:57 +0100] rev 908
Updated comment about list_subset_univ and list_into_univ.
lcp [Mon, 27 Feb 1995 17:27:50 +0100] rev 907
exit: new, for use in Makefiles
lcp [Mon, 27 Feb 1995 17:11:25 +0100] rev 906
Redefined arithmetic to suppress redundant leading 0s and 1s
renamed the infix 2239 to the constant Bcons, as numerals eliminate
the need for the infix.
lcp [Mon, 27 Feb 1995 17:08:51 +0100] rev 905
Added integer numerals (mostly due to Markus Wenzel)
renamed the infix 2239 to the constant Bcons, as numerals eliminate
the need for the infix.
lcp [Mon, 27 Feb 1995 17:06:19 +0100] rev 904
Proved zadd_left_commute and zmult_left_commute to define
zadd_ac and zmult_ac. Deleted add_cong, add_kill and add_left_commute_kill as
unused. Defined zadd_simps, zminus_simps, zmult_simps and added them to
integ_ss.
lcp [Mon, 27 Feb 1995 16:58:59 +0100] rev 903
New shell script for finding orphan .ML files (those with no
.thy file)
clasohm [Fri, 24 Feb 1995 11:52:19 +0100] rev 902
added ExcludeThm; cleaned up Makefile; fixed isalpha bug (replaced by isalnum)
clasohm [Fri, 17 Feb 1995 13:25:11 +0100] rev 901
added check "length ts > 1" before printing ambiguity warning in infer_types
nipkow [Thu, 16 Feb 1995 08:55:15 +0100] rev 900
Improved test for looping rewrite rules.
regensbu [Wed, 15 Feb 1995 20:02:47 +0100] rev 899
replaced pair_ss by prod_ss
nipkow [Wed, 08 Feb 1995 11:30:00 +0100] rev 898
Improved check for looping conditional rewrite rules.
regensbu [Tue, 07 Feb 1995 17:36:48 +0100] rev 897
ID for the file
regensbu [Tue, 07 Feb 1995 17:35:49 +0100] rev 896
ID for the file
regensbu [Tue, 07 Feb 1995 17:30:34 +0100] rev 895
'get ID update working'
regensbu [Tue, 07 Feb 1995 17:26:32 +0100] rev 894
CVS:
CVS:
regensbu [Tue, 07 Feb 1995 17:25:31 +0100] rev 893
CVS:
clasohm [Tue, 07 Feb 1995 11:59:32 +0100] rev 892
added qed, qed_goal[w]
clasohm [Fri, 03 Feb 1995 12:32:14 +0100] rev 891
added specification of csh as script interpreter
clasohm [Thu, 02 Feb 1995 13:11:51 +0100] rev 890
simplified elimination of chain productions
wenzelm [Fri, 27 Jan 1995 13:40:07 +0100] rev 889
binder: optional body pri now [bracketted];
wenzelm [Fri, 27 Jan 1995 13:35:29 +0100] rev 888
improved read_xrules: patterns no longer read twice;
tuned read_typ;
wenzelm [Fri, 27 Jan 1995 13:33:52 +0100] rev 887
*** empty log message ***
wenzelm [Fri, 27 Jan 1995 13:31:26 +0100] rev 886
instance: now automatically includes defs of current thy node as witnesses;
wenzelm [Fri, 27 Jan 1995 13:29:44 +0100] rev 885
binder: optional body pri now [bracketted];
clasohm [Fri, 27 Jan 1995 12:42:03 +0100] rev 884
added documentation of pwd
clasohm [Fri, 27 Jan 1995 12:31:18 +0100] rev 883
renamed Sign.ambiguity_level to Syntax.ambiguity_level
clasohm [Fri, 27 Jan 1995 12:30:36 +0100] rev 882
moved ambiguity_level from sign.ML to Syntax/syntax.ML
clasohm [Fri, 27 Jan 1995 12:28:05 +0100] rev 881
moved ambiguity_level to Syntax/syntax.ML
clasohm [Thu, 26 Jan 1995 13:31:36 +0100] rev 880
added documentation of Sign.ambiguity_level
clasohm [Thu, 26 Jan 1995 12:44:50 +0100] rev 879
added reference variable ambiguity_level to control ambiguity warnings
lcp [Wed, 25 Jan 1995 04:00:27 +0100] rev 878
changed due to new .bib files
clasohm [Tue, 24 Jan 1995 12:17:49 +0100] rev 877
added optional body priority to binder declaration
lcp [Tue, 24 Jan 1995 03:04:20 +0100] rev 876
Under RS added cross reference to bind_thm
lcp [Tue, 24 Jan 1995 03:03:19 +0100] rev 875
documented slow_tac, slow_best_tac, depth_tac, deepen_tac
lcp [Tue, 24 Jan 1995 03:02:01 +0100] rev 874
removed mention of FOL_dup_cs
lcp [Tue, 24 Jan 1995 03:01:14 +0100] rev 873
\bibliography now includes crossref.bib
lcp [Tue, 24 Jan 1995 03:00:32 +0100] rev 872
updates for Isabelle94-2
clasohm [Mon, 23 Jan 1995 12:20:10 +0100] rev 871
simplified get_thm a bit
lcp [Fri, 20 Jan 1995 10:41:01 +0100] rev 870
Replaced ordermap_z_lepoll by ordermap_z_lt, which is
stronger and has a simpler proof. Modified proof of ordermap_csquare_le
accordingly.
lcp [Fri, 20 Jan 1995 02:00:57 +0100] rev 869
README: Now documents to Tools directory
lcp [Fri, 20 Jan 1995 02:00:23 +0100] rev 868
Deleted semicolon at the end of the qed_goal line, which was preventing
not_emptyE from being proved.
nipkow [Thu, 19 Jan 1995 19:46:49 +0100] rev 867
some cosmetic changes
clasohm [Thu, 19 Jan 1995 16:05:21 +0100] rev 866
added documentation of bind_thm, qed, qed_goal, get_thm, thms_of
and theory_of_thm
clasohm [Wed, 18 Jan 1995 11:36:04 +0100] rev 865
added optional precedence for body of binder;
removed call to infer_types from read_xrules
wenzelm [Wed, 18 Jan 1995 10:17:55 +0100] rev 864
quite a lot of minor and major revisions (inspecting theories, read_axm,
cert_axm, grammar generation, lexical matters, macro examples, ...);
lcp [Fri, 13 Jan 1995 02:02:00 +0100] rev 863
empty_def typo
lcp [Fri, 13 Jan 1995 02:01:26 +0100] rev 862
Proved comp_lam.
lcp [Fri, 13 Jan 1995 02:00:43 +0100] rev 861
Corrected indexing of *datatype
lcp [Thu, 12 Jan 1995 10:53:42 +0100] rev 860
prove_fun now includes equalityI. Added the rewrite rules
Collect_simps and UnInt_simps.
lcp [Thu, 12 Jan 1995 10:39:47 +0100] rev 859
Proved sum_bij, sum_ord_iso_cong, prod_bij,
prod_ord_iso_cong,singleton_prod_bij, singleton_prod_ord_iso,
prod_sum_singleton_bij, prod_sum_singleton_ord_iso.
Rotated conjunctions in radd_Inl_iff, radd_Inr_iff to be more suitable for
rewriting.
lcp [Thu, 12 Jan 1995 03:04:10 +0100] rev 858
Proved case_cong and case_case.
lcp [Thu, 12 Jan 1995 03:03:45 +0100] rev 857
Renamed single_fun to singleton_fun.
lcp [Thu, 12 Jan 1995 03:03:25 +0100] rev 856
Now also depends upon equalities.thy, allowing use of the
equalities in standard simpsets.
lcp [Thu, 12 Jan 1995 03:03:07 +0100] rev 855
Added singleton_iff, Sigma_empty1, Sigma_empty2, Collect_simps
and UnInt_simps to ZF_ss. Added consI1 to ZF_typechecks.
lcp [Thu, 12 Jan 1995 03:02:34 +0100] rev 854
Removed spurious comment about eq_cs
lcp [Thu, 12 Jan 1995 03:02:05 +0100] rev 853
Moved theorems Ord_cases_lemma and Ord_cases to Ordinal.ML
lcp [Thu, 12 Jan 1995 03:01:40 +0100] rev 852
Now depends upon Bool, so that 1 and 2 are defined