wenzelm [Sun, 11 Jun 2006 21:59:21 +0200] rev 19842
outer_params: Syntax.dest_internal;
wenzelm [Sun, 11 Jun 2006 21:59:17 +0200] rev 19841
avoid unqualified exception;
nipkow [Sun, 11 Jun 2006 19:36:10 +0200] rev 19840
added quoting via back quotes
dixon [Sun, 11 Jun 2006 00:42:22 +0200] rev 19839
updated IsaMakefiles for new location of IsaPlanner.
dixon [Sun, 11 Jun 2006 00:39:31 +0200] rev 19838
removed IsaPlanner - these are now in Provers.
dixon [Sun, 11 Jun 2006 00:38:45 +0200] rev 19837
removed IsaPlannner things from Pure. Moved to Provers.
dixon [Sun, 11 Jun 2006 00:36:17 +0200] rev 19836
moved to new location in Provers.
dixon [Sun, 11 Jun 2006 00:28:18 +0200] rev 19835
added updated version of IsaPlanner and substitution.
berghofe [Fri, 09 Jun 2006 17:32:38 +0200] rev 19834
unique_names no longer set to false (thanks to improved naming
scheme for "internal" constructors).
berghofe [Fri, 09 Jun 2006 17:30:52 +0200] rev 19833
- Changed naming scheme: names of "internal" constructors now have
"_Rep" as suffix - no need to set unique_names to false any longer
- Cleaned up a bit (removed occurrences of strip_option and replace_types')
nipkow [Fri, 09 Jun 2006 16:25:05 +0200] rev 19832
nbe -> NormalForm
webertj [Fri, 09 Jun 2006 14:20:09 +0200] rev 19831
CVS: ----------------------------------------------------------------------
nipkow [Fri, 09 Jun 2006 12:17:58 +0200] rev 19830
renamed command
nipkow [Fri, 09 Jun 2006 12:17:37 +0200] rev 19829
renamed file
berghofe [Thu, 08 Jun 2006 17:04:49 +0200] rev 19828
Removed "code del" declarations again.
haftmann [Thu, 08 Jun 2006 15:25:07 +0200] rev 19827
fixed owner bug
nipkow [Thu, 08 Jun 2006 14:48:28 +0200] rev 19826
less_equal -> less_eq (someone had screwd up here)
chaieb [Thu, 08 Jun 2006 14:08:43 +0200] rev 19825
Splitting order changed.
nipkow [Thu, 08 Jun 2006 13:49:53 +0200] rev 19824
added John's example
nipkow [Thu, 08 Jun 2006 13:49:39 +0200] rev 19823
replaced REPEAT by REPOEAT_DETERM
haftmann [Thu, 08 Jun 2006 07:38:55 +0200] rev 19822
gmake vs. make
wenzelm [Wed, 07 Jun 2006 23:44:24 +0200] rev 19821
removed obsolete ML files;
wenzelm [Wed, 07 Jun 2006 23:34:37 +0200] rev 19820
removed obsolete ML files;
wenzelm [Wed, 07 Jun 2006 23:21:55 +0200] rev 19819
removed obsolete ML files;
haftmann [Wed, 07 Jun 2006 16:55:39 +0200] rev 19818
adding case theorems for code generator
haftmann [Wed, 07 Jun 2006 16:55:14 +0200] rev 19817
slight code generator cleanup
haftmann [Wed, 07 Jun 2006 16:54:30 +0200] rev 19816
removed 'primitive definitions' added (non)strict generation, minor fixes
haftmann [Wed, 07 Jun 2006 16:53:31 +0200] rev 19815
fixed typo
wenzelm [Wed, 07 Jun 2006 02:04:20 +0200] rev 19814
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
* Isar: schematic goals are no longer restricted to higher-order patterns.
* ML/Pure: Logic.(un)varify only works in a global context, which is now enforced.
wenzelm [Wed, 07 Jun 2006 02:01:36 +0200] rev 19813
Schematic invocation of locale expression in proof context.
wenzelm [Wed, 07 Jun 2006 02:01:35 +0200] rev 19812
added invoke.ML;
wenzelm [Wed, 07 Jun 2006 02:01:34 +0200] rev 19811
added locale_insts;
wenzelm [Wed, 07 Jun 2006 02:01:33 +0200] rev 19810
renamed Type.(un)varifyT to Logic.(un)varifyT;
made (un)varify strict wrt. global context -- may use legacy_(un)varify as workaround;
renaming: removed duplicate, use zip_options;
wenzelm [Wed, 07 Jun 2006 02:01:32 +0200] rev 19809
added 'if' and 'for' keywords;
tuned;
wenzelm [Wed, 07 Jun 2006 02:01:31 +0200] rev 19808
added facts_of;
tuned interfaces;
wenzelm [Wed, 07 Jun 2006 02:01:30 +0200] rev 19807
added Tools/invoke.ML;
wenzelm [Wed, 07 Jun 2006 02:01:28 +0200] rev 19806
renamed Type.(un)varifyT to Logic.(un)varifyT;
made (un)varify strict wrt. global context -- may use legacy_(un)varify as workaround;
wenzelm [Wed, 07 Jun 2006 02:01:27 +0200] rev 19805
do not open Logic;
wenzelm [Wed, 07 Jun 2006 01:59:17 +0200] rev 19804
tuned;
wenzelm [Wed, 07 Jun 2006 01:51:22 +0200] rev 19803
removed obsolete ML files;
wenzelm [Wed, 07 Jun 2006 01:06:53 +0200] rev 19802
removed obsolete ML files;
wenzelm [Wed, 07 Jun 2006 00:57:14 +0200] rev 19801
removed obsolete ML files;
wenzelm [Tue, 06 Jun 2006 20:47:12 +0200] rev 19800
removed Toplevel.debug;
wenzelm [Tue, 06 Jun 2006 20:42:30 +0200] rev 19799
added zip_options;
wenzelm [Tue, 06 Jun 2006 20:42:28 +0200] rev 19798
tuned;
wenzelm [Tue, 06 Jun 2006 20:42:27 +0200] rev 19797
updated;
wenzelm [Tue, 06 Jun 2006 20:42:25 +0200] rev 19796
quoted "if";
nipkow [Tue, 06 Jun 2006 19:24:05 +0200] rev 19795
added type inference at the end of normalization
nipkow [Tue, 06 Jun 2006 19:16:42 +0200] rev 19794
revised nbe command and examples
paulson [Tue, 06 Jun 2006 17:07:27 +0200] rev 19793
new lemmas concerning finite cardinalities
wenzelm [Tue, 06 Jun 2006 16:07:10 +0200] rev 19792
quoted "if";
haftmann [Tue, 06 Jun 2006 15:02:55 +0200] rev 19791
refined code generation
haftmann [Tue, 06 Jun 2006 15:02:09 +0200] rev 19790
added arbitray setup for codegen 2
haftmann [Tue, 06 Jun 2006 15:01:09 +0200] rev 19789
small fix
haftmann [Tue, 06 Jun 2006 14:57:13 +0200] rev 19788
deleted legacy
haftmann [Tue, 06 Jun 2006 14:56:42 +0200] rev 19787
improved code lemmas
haftmann [Tue, 06 Jun 2006 14:55:56 +0200] rev 19786
fixed typo
haftmann [Tue, 06 Jun 2006 14:55:19 +0200] rev 19785
bugfixes
krauss [Tue, 06 Jun 2006 11:58:10 +0200] rev 19784
HOL/Tools/function_package: Applies CodeGen attributes again, where possible.
ballarin [Tue, 06 Jun 2006 10:05:57 +0200] rev 19783
Improved parameter management of locales.
krauss [Tue, 06 Jun 2006 09:28:24 +0200] rev 19782
HOL/Tools/function_package: imporoved handling of guards, added an example
krauss [Tue, 06 Jun 2006 08:21:14 +0200] rev 19781
HOL/Tools/function_package: More cleanup
wenzelm [Mon, 05 Jun 2006 21:54:26 +0200] rev 19780
export read/cert_expr;
moved type witness to element.ML (abstract type);
tuned;
wenzelm [Mon, 05 Jun 2006 21:54:25 +0200] rev 19779
guess: more careful about local polymorphism;
guess: explicit term vars in statement (avoids warning);
wenzelm [Mon, 05 Jun 2006 21:54:24 +0200] rev 19778
assm_tac: try rule termI;
wenzelm [Mon, 05 Jun 2006 21:54:23 +0200] rev 19777
added params_of, prems_of;
added type witness (from locale.ML);
misc cleanup;
wenzelm [Mon, 05 Jun 2006 21:54:22 +0200] rev 19776
added matches_seq (left-to-right matching, intermediate beta-normalization);
wenzelm [Mon, 05 Jun 2006 21:54:21 +0200] rev 19775
support embedded terms;
wenzelm [Mon, 05 Jun 2006 21:54:20 +0200] rev 19774
allow non-trivial schematic goals (via embedded term vars);
krauss [Mon, 05 Jun 2006 19:54:12 +0200] rev 19773
HOL/Tools/fundef_package: Cleanup
urbanc [Mon, 05 Jun 2006 19:09:40 +0200] rev 19772
added some further lemmas that deal with permutations and set-operators
urbanc [Mon, 05 Jun 2006 18:38:41 +0200] rev 19771
added the lemma perm_diff
krauss [Mon, 05 Jun 2006 14:26:07 +0200] rev 19770
HOL/Tools/function_package: Added support for mutual recursive definitions.
krauss [Mon, 05 Jun 2006 14:22:58 +0200] rev 19769
Added [simp]-lemmas "in_inv_image" and "in_lex_prod" in the spirit of "in_measure".
This simplifies some proofs.
mengj [Sun, 04 Jun 2006 10:52:47 +0200] rev 19768
ATP/res_clasimpset.ML has been merged into res_atp.ML.
mengj [Sun, 04 Jun 2006 10:50:41 +0200] rev 19767
Functions of Tools/ATP/res_clasimpset.ML are now in Tools/res_atp.ML. res_clasimpset.ML is not used anymore.
paulson [Sat, 03 Jun 2006 17:49:42 +0200] rev 19766
generalized wfI
wenzelm [Fri, 02 Jun 2006 23:22:29 +0200] rev 19765
misc cleanup;
wenzelm [Fri, 02 Jun 2006 20:12:59 +0200] rev 19764
removed obsolete ML files;
wenzelm [Fri, 02 Jun 2006 19:41:37 +0200] rev 19763
tuned;
wenzelm [Fri, 02 Jun 2006 18:24:48 +0200] rev 19762
tuned;
wenzelm [Fri, 02 Jun 2006 18:15:38 +0200] rev 19761
removed obsolete ML files;
wenzelm [Fri, 02 Jun 2006 16:06:19 +0200] rev 19760
merge: always normalize (and check!) reductions;
huffman [Thu, 01 Jun 2006 23:53:29 +0200] rev 19759
removed legacy ML scripts
wenzelm [Thu, 01 Jun 2006 23:09:34 +0200] rev 19758
tuned;
wenzelm [Thu, 01 Jun 2006 23:07:51 +0200] rev 19757
removed obsolete ML files;
wenzelm [Thu, 01 Jun 2006 21:14:54 +0200] rev 19756
lemmas strip;
wenzelm [Thu, 01 Jun 2006 21:14:05 +0200] rev 19755
removed obsolete ML files;
urbanc [Thu, 01 Jun 2006 14:54:44 +0200] rev 19754
added some installation notes for the nominal package
paulson [Thu, 01 Jun 2006 14:51:37 +0200] rev 19753
Tiny code cleanup
urbanc [Thu, 01 Jun 2006 14:40:22 +0200] rev 19752
added an example suggested by D. Wang on the PoplMark-mailing list;
it shows how the height of an alpha-equated lambda term interacts
with capture-avoiding substitution
urbanc [Thu, 01 Jun 2006 14:15:08 +0200] rev 19751
added the hack "reset NameSpace.unique_names" to Nominal.thy
(Stefan is working on a real fix in the nominal_package)
schirmer [Tue, 30 May 2006 12:24:04 +0200] rev 19750
tuned type print-translations
----------------------------------------------------------------------
wenzelm [Mon, 29 May 2006 21:09:45 +0200] rev 19749
proper meta definition;
schirmer [Mon, 29 May 2006 19:42:58 +0200] rev 19748
fixed bug in type print translations
wenzelm [Mon, 29 May 2006 19:23:04 +0200] rev 19747
tuned;