src/HOL/Tools/Predicate_Compile/code_prolog.ML
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Wed, 30 Mar 2011 09:44:16 +0200 bulwahn generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
Sat, 26 Mar 2011 18:31:39 +0100 wenzelm Isabelle_System.create_tmp_path/with_tmp_file: optional extension;
Fri, 25 Mar 2011 11:19:01 +0100 bulwahn revisiting Code_Prolog (cf. 6fe4abb9437b)
Wed, 23 Mar 2011 08:50:40 +0100 bulwahn adapting Quickcheck_Prolog to latest changes
Sun, 13 Mar 2011 19:16:19 +0100 wenzelm cleanup of former settings GHC_PATH, EXEC_GHC, EXEC_OCAML, EXEC_SWIPL, EXEC_YAP -- discontinued implicit detection;
Sun, 13 Mar 2011 15:10:00 +0100 wenzelm tuned headers;
Sun, 13 Mar 2011 14:51:38 +0100 wenzelm allow spaces in executable names;
Sat, 08 Jan 2011 17:14:48 +0100 wenzelm misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Mon, 20 Dec 2010 14:44:00 +0100 wenzelm slightly more standard Isabelle_System.with_tmp_file/with_tmp_dir (cf. Scala version);
Tue, 07 Dec 2010 17:23:14 +0100 wenzelm eliminated some hard tabulators (deprecated);
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn adapting predicate_compile_quickcheck
Tue, 02 Nov 2010 20:55:12 +0100 wenzelm simplified some time constants;
Thu, 21 Oct 2010 19:13:11 +0200 bulwahn adapting alternative_defs, predicate_compile_quickcheck, examples and code_prolog
Thu, 30 Sep 2010 10:48:11 +0200 bulwahn adding option to globally limit the prolog execution
Tue, 28 Sep 2010 11:59:50 +0200 bulwahn renaming use_random to use_generators in the predicate compiler
Mon, 27 Sep 2010 12:23:00 +0200 bulwahn adding further tracing messages; tuned
Mon, 20 Sep 2010 09:26:24 +0200 bulwahn renaming variable name to decrease likelyhood of nameclash
Mon, 20 Sep 2010 09:26:16 +0200 bulwahn moving renaming_vars to post_processing; removing clone in values and quickcheck of code_prolog
Mon, 20 Sep 2010 09:26:15 +0200 bulwahn removing clone in code_prolog and predicate_compile_quickcheck
Thu, 16 Sep 2010 13:49:11 +0200 bulwahn adding restoring of numerals for natural numbers for values command
Thu, 16 Sep 2010 13:49:10 +0200 bulwahn values command for prolog supports complex terms and not just variables
Thu, 16 Sep 2010 13:49:06 +0200 bulwahn registering code_prolog as component; using environment variable; adding settings file for prolog code generation
Thu, 16 Sep 2010 13:49:04 +0200 bulwahn adding mode inference to prolog compilation; separate between (ad-hoc) code modifications and system_configuration; adapting quickcheck
Wed, 15 Sep 2010 09:36:39 +0200 bulwahn adding option show_invalid_clauses for a more detailed message when modes are not inferred
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn towards time limiting the prolog execution
Tue, 07 Sep 2010 11:51:53 +0200 bulwahn adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
Tue, 31 Aug 2010 15:02:06 +0200 bulwahn handling the quickcheck result no counterexample more correctly
Tue, 31 Aug 2010 14:30:39 +0200 bulwahn adding manual reordering of premises to prolog generation
Tue, 31 Aug 2010 12:15:50 +0200 bulwahn towards support of limited predicates for mutually recursive predicates
Tue, 31 Aug 2010 11:49:15 +0200 bulwahn improving clash-free naming of variables and preds in code_prolog
Tue, 31 Aug 2010 10:51:03 +0200 bulwahn renaming
Tue, 31 Aug 2010 08:00:53 +0200 bulwahn using Cache_IO interface for a safe parallel prolog execution
Tue, 31 Aug 2010 08:00:53 +0200 bulwahn storing options for prolog code generation in the theory
Tue, 31 Aug 2010 08:00:51 +0200 bulwahn adding Lambda example theory; tuned
Tue, 31 Aug 2010 08:00:50 +0200 bulwahn added quite adhoc logic program transformations limited_predicates and replacements of predicates
Sat, 28 Aug 2010 16:14:32 +0200 haftmann formerly unnamed infix equality now named HOL.eq
Fri, 27 Aug 2010 12:57:55 +0200 wenzelm merged, resolving some minor conflicts in src/HOL/Tools/Predicate_Compile/code_prolog.ML;
Fri, 27 Aug 2010 09:43:52 +0200 bulwahn merged
Fri, 27 Aug 2010 09:34:06 +0200 bulwahn added support for yet another prolog system (yap); generate has only one option ensure_groundness; added one example of yap invocation in example theory
Thu, 26 Aug 2010 14:07:11 +0200 bulwahn moving options; tuned
Thu, 26 Aug 2010 13:49:12 +0200 bulwahn added generation of predicates for size-limited enumeration of values
Thu, 26 Aug 2010 20:51:17 +0200 haftmann formerly unnamed infix impliciation now named HOL.implies
Thu, 26 Aug 2010 12:06:00 +0200 wenzelm standardized Context.copy_thy to Theory.copy alias, with slightly more direct way of using it;
Wed, 25 Aug 2010 16:59:55 +0200 bulwahn renaming variables to conform to prolog names
Wed, 25 Aug 2010 16:59:53 +0200 bulwahn changing hotel trace definition; adding simple handling of numerals on natural numbers
Wed, 25 Aug 2010 16:59:51 +0200 bulwahn added quickcheck generator for prolog generation; first example of counterexample search with prolog for hotel key card system
Wed, 25 Aug 2010 16:59:51 +0200 bulwahn moving preprocessing to values in prolog generation
Wed, 25 Aug 2010 16:59:50 +0200 bulwahn invocation of values for prolog execution does not require invocation of code_pred anymore
Wed, 25 Aug 2010 16:59:48 +0200 bulwahn improving output of set comprehensions; adding style_check flags
Wed, 25 Aug 2010 16:59:48 +0200 bulwahn improving ensure_groundness in prolog generation; added further example
Wed, 25 Aug 2010 16:59:46 +0200 bulwahn adding very basic transformation to ensure groundness before negations
Thu, 19 Aug 2010 16:08:59 +0200 haftmann tuned quotes
Thu, 19 Aug 2010 11:02:14 +0200 haftmann use antiquotations for remaining unqualified constants in HOL
Wed, 18 Aug 2010 09:46:59 +0200 haftmann removed Code_Prolog: modifies global environment setup non-conservatively
Sun, 01 Aug 2010 10:15:43 +0200 bulwahn adding parsing of numbers; improving output of solution without free variables in prolog code generation
Sun, 01 Aug 2010 10:15:43 +0200 bulwahn adding preprocessing of introduction rules to replace the constant Predicate.eq in the prolog code generation
Sun, 01 Aug 2010 10:15:43 +0200 bulwahn adding basic arithmetic support for prolog code generation
Sun, 01 Aug 2010 10:15:43 +0200 bulwahn adding numbers as basic term in prolog code generation
Thu, 29 Jul 2010 18:16:35 +0200 bulwahn adapting output for first solution
less more (0) -60 tip