wenzelm [Fri, 01 Oct 2010 16:44:13 +0200] rev 39819
merged
haftmann [Fri, 01 Oct 2010 14:15:49 +0200] rev 39818
use module integer for Eval
haftmann [Fri, 01 Oct 2010 11:46:09 +0200] rev 39817
check whole target hierarchy for existing reserved symbols
haftmann [Fri, 01 Oct 2010 11:46:09 +0200] rev 39816
added polyml_as_definition -- using external SML files as substitute for proper definitions -- only for polyml!
wenzelm [Fri, 01 Oct 2010 15:11:15 +0200] rev 39815
tuned default "Prover Session" perspective;
wenzelm [Fri, 01 Oct 2010 14:47:46 +0200] rev 39814
eliminated ancient OldTerm.term_frees;
wenzelm [Fri, 01 Oct 2010 14:27:51 +0200] rev 39813
more antiquotations;
wenzelm [Fri, 01 Oct 2010 13:36:35 +0200] rev 39812
simplified outer syntax setup;
slightly more uniform Isabelle/ML indentation style;
haftmann [Fri, 01 Oct 2010 10:25:36 +0200] rev 39811
chop_while replace drop_while and take_while
haftmann [Fri, 01 Oct 2010 08:25:23 +0200] rev 39810
merged
haftmann [Thu, 30 Sep 2010 18:37:29 +0200] rev 39809
take_while, drop_while
huffman [Thu, 30 Sep 2010 18:46:19 -0700] rev 39808
rename cont2cont_split to cont2cont_prod_case; add lemmas prod_contI, prod_cont_iff; simplify some proofs
huffman [Thu, 30 Sep 2010 17:06:25 -0700] rev 39807
fixrec: rename match_cpair to match_Pair
huffman [Wed, 15 Sep 2010 13:26:21 -0700] rev 39806
remove code for obsolete 'fixpat' command
huffman [Wed, 15 Sep 2010 12:54:17 -0700] rev 39805
clean up definition of compile_pat function
huffman [Wed, 15 Sep 2010 10:34:39 -0700] rev 39804
rename some fixrec pattern-match compilation functions
bulwahn [Thu, 30 Sep 2010 15:37:12 +0200] rev 39803
adding example for case expressions
bulwahn [Thu, 30 Sep 2010 15:37:11 +0200] rev 39802
applying case beta reduction to case term before matching in predicate compile function flattening; moving case beta reduction function to Predicate_Compile_Aux
bulwahn [Thu, 30 Sep 2010 11:52:22 +0200] rev 39801
merged
bulwahn [Thu, 30 Sep 2010 10:48:12 +0200] rev 39800
adapting manual configuration in examples
bulwahn [Thu, 30 Sep 2010 10:48:12 +0200] rev 39799
finding the counterexample with different options (manually limited precisely, manually limited global, automatically limited global)
bulwahn [Thu, 30 Sep 2010 10:48:11 +0200] rev 39798
adding option to globally limit the prolog execution
bulwahn [Thu, 30 Sep 2010 10:48:09 +0200] rev 39797
removing dead code
haftmann [Thu, 30 Sep 2010 09:45:18 +0200] rev 39796
value uses bare compiler invocation: generated code does not contain antiquotations
haftmann [Thu, 30 Sep 2010 09:31:07 +0200] rev 39795
updated files to recent changes
haftmann [Thu, 30 Sep 2010 08:50:45 +0200] rev 39794
corrected subsumption check: arguments have been reversed; addition of default equations to non-default equations is identity
haftmann [Thu, 30 Sep 2010 08:50:45 +0200] rev 39793
tuned
haftmann [Thu, 30 Sep 2010 07:34:06 +0200] rev 39792
merged