Thu, 24 Jun 2010 18:45:31 +0200 haftmann more precise tactic: do not escape to a different goal branch (REPEAT is still problematic, though)
Thu, 24 Jun 2010 18:22:15 +0200 blanchet a76ace919f1c wasn't quite right; second try
Thu, 24 Jun 2010 18:04:31 +0200 blanchet merge
Thu, 24 Jun 2010 17:57:36 +0200 blanchet never include anything from the Sledgehammer theory in the relevant facts + killed two obsolete facts
Thu, 24 Jun 2010 17:27:18 +0200 blanchet better eta-expansion in Sledgehammer's clausification;
Thu, 24 Jun 2010 17:25:47 +0200 blanchet cosmetics
Thu, 24 Jun 2010 10:38:01 +0200 blanchet make sure that theorems passed using "add:" to Sledgehammer are not eliminated on heuristic grounds
Wed, 23 Jun 2010 18:43:50 +0200 blanchet improve the new "natural formula" fact filter
Fri, 25 Jun 2010 11:48:37 +0200 wenzelm explicit treatment of UTF8 sequences as Isabelle symbols;
Thu, 24 Jun 2010 23:20:47 +0200 wenzelm ML pretty printing of type string according to (quasi-abstract) YXML markup and symbols (including UTF8);
Thu, 24 Jun 2010 22:58:45 +0200 wenzelm escape UTF8 symbols for the ML compiler;
Thu, 24 Jun 2010 21:57:18 +0200 wenzelm explicit treatment of UTF8 character sequences as Isabelle symbols;
Thu, 24 Jun 2010 16:27:40 +0100 Christian Urban slight cleaning and simplification of the automatic wrapper for quotient definitions
Thu, 24 Jun 2010 17:01:52 +0200 wenzelm merged
Thu, 24 Jun 2010 12:33:51 +0100 Christian Urban export of proper information in the ML-interface of the quotient package
Thu, 24 Jun 2010 14:31:46 +0200 wenzelm treat Pretty.T as strictly abstract type;
Thu, 24 Jun 2010 14:31:01 +0200 wenzelm slightly more standard data merge: Symtax.merge (K true) avoids equality on abstract type Pretty.T and gracefully accepts overriding, Symtab.join prefers first entry as usual;
Thu, 24 Jun 2010 14:19:08 +0200 wenzelm avoid equality on abstract type Pretty.T;
Thu, 24 Jun 2010 13:31:26 +0200 wenzelm notes on packaging;
Thu, 24 Jun 2010 12:24:35 +0200 wenzelm misc tuning;
Thu, 24 Jun 2010 12:16:39 +0200 wenzelm tuned auxiliary structures;
Thu, 24 Jun 2010 11:28:34 +0200 wenzelm Net.encode_type;
Thu, 24 Jun 2010 11:08:21 +0200 wenzelm more accurate dependencies;
Thu, 24 Jun 2010 09:04:50 +0200 haftmann made smlnj happy
Wed, 23 Jun 2010 16:28:12 +0200 blanchet fix syntax bug in the TPTP output, by ensuring that "hBOOL" is correctly used for n-ary predicates even if (n + k)-ary occurrences of the same predicate, but with a different type, occur in the same problem
Wed, 23 Jun 2010 15:35:18 +0200 blanchet renamed for easier grep
Wed, 23 Jun 2010 15:32:11 +0200 blanchet use Skolem inlining also in the nonpolymorphic case, as a step toward simplifying the source code
Wed, 23 Jun 2010 15:06:40 +0200 blanchet steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
Wed, 23 Jun 2010 14:36:23 +0200 blanchet have "metis" method and "metis_tac" fall back on "metisFT" upon failure, following a suggestion by Larry
Wed, 23 Jun 2010 12:43:09 +0200 blanchet fix bug with "skolem_id" + sort facts for increased readability
Wed, 23 Jun 2010 11:36:03 +0200 blanchet if SPASS fails at finding a proof with the SOS option turned on, turn it off and try again
Wed, 23 Jun 2010 10:20:54 +0200 blanchet merged
Wed, 23 Jun 2010 10:20:33 +0200 blanchet this looks like the most appropriate place to do the beta-eta-contraction
Wed, 23 Jun 2010 09:40:06 +0200 blanchet killed legacy "neg_clausify" and "clausify"
Tue, 22 Jun 2010 23:54:16 +0200 blanchet merged
Tue, 22 Jun 2010 23:54:02 +0200 blanchet factor out TPTP format output into file of its own, to facilitate further changes
Tue, 22 Jun 2010 19:10:12 +0200 blanchet merged
Tue, 22 Jun 2010 19:08:25 +0200 blanchet turn on "natural form" filtering in the Mirabelle tests, to see how it performs
Tue, 22 Jun 2010 18:47:45 +0200 blanchet missing "Unsynchronized" + make exception take a unit
Tue, 22 Jun 2010 18:31:49 +0200 blanchet added code to optionally perform fact filtering on the original (non-CNF) formulas
Tue, 22 Jun 2010 17:10:01 +0200 blanchet more cosmetics
Tue, 22 Jun 2010 17:07:39 +0200 blanchet cosmetics + prevent consideration of inlined Skolem terms in relevance filter
Tue, 22 Jun 2010 16:50:55 +0200 blanchet canonical argument order
Tue, 22 Jun 2010 16:40:36 +0200 blanchet leverage new data structure for handling "add:" and "del:"
Tue, 22 Jun 2010 16:23:29 +0200 blanchet thread original theorem along with CNF theorem, as a step toward killing the Skolem cache
Tue, 22 Jun 2010 14:48:46 +0200 blanchet merge "generic_prover" and "generic_tptp_prover"
Tue, 22 Jun 2010 14:28:22 +0200 blanchet removed Sledgehammer's support for the DFG syntax;
Tue, 22 Jun 2010 13:17:59 +0200 blanchet distinguish between "unknown" and "no Kodkodi installed" errors
Tue, 22 Jun 2010 13:17:17 +0200 blanchet reintroduce new Sledgehammer polymorphic handling code;
Tue, 22 Jun 2010 12:19:06 +0200 blanchet make the Nitpick_Example theory processable even when Kodkodi is not installed;
Wed, 23 Jun 2010 10:05:13 +0200 hoelzl Make latex happy
Wed, 23 Jun 2010 08:44:44 +0200 Cezary Kaliszyk Quotient package now uses Partial Equivalence instead place of equivalence
Wed, 23 Jun 2010 08:42:41 +0200 Cezary Kaliszyk Replace 'list_rel' by 'list_all2'; they are equivalent.
Tue, 22 Jun 2010 19:46:16 +0200 ballarin Proper treatment of non-inherited mixins.
Tue, 22 Jun 2010 18:15:44 +0200 hoelzl merged
Mon, 21 Jun 2010 19:33:51 +0200 hoelzl Introduce a type class for euclidean spaces, port most lemmas from real^'n to this type class.
Tue, 22 Jun 2010 01:21:52 +0200 blanchet reredisable new polymorphic code
Mon, 21 Jun 2010 18:45:10 +0200 blanchet merged
Mon, 21 Jun 2010 18:32:16 +0200 blanchet beta-eta was too much, because it transformed SOME x. P x into Eps P, which caused problems later;
Mon, 21 Jun 2010 18:31:52 +0200 wenzelm back to post-release mode;
Mon, 21 Jun 2010 17:41:57 +0200 wenzelm merged, resolving conflicts in doc-src/IsarRef/Thy/HOL_Specific.thy;
Mon, 21 Jun 2010 16:59:37 +0200 blanchet make Nitpick's unsound mode a bit more unsound
Mon, 21 Jun 2010 14:07:00 +0200 blanchet sort cases on the proper key
Mon, 21 Jun 2010 13:35:10 +0200 blanchet compile
Mon, 21 Jun 2010 12:33:43 +0200 blanchet thread "full_types"
Mon, 21 Jun 2010 12:31:41 +0200 blanchet try to improve Sledgehammer/Metis's behavior in full_types mode, e.g. by handing True, False, and If better
Mon, 21 Jun 2010 12:28:46 +0200 blanchet clean up after fcc768dc9dd0
Mon, 21 Jun 2010 11:16:00 +0200 blanchet adjusted Nitpick examples to latest changes + make them slightly faster
Mon, 21 Jun 2010 11:15:21 +0200 blanchet optimized code generated for datatype cases + more;
Mon, 21 Jun 2010 09:38:20 +0200 haftmann activated Scala code generator test
Mon, 21 Jun 2010 09:38:20 +0200 haftmann added bot instances; tuned
Mon, 21 Jun 2010 09:06:14 +0200 haftmann extensionality rule fset_eqI
Sun, 20 Jun 2010 22:01:22 +0200 haftmann merged
Sun, 20 Jun 2010 19:02:41 +0200 haftmann separate section for diagnostic commands
Sat, 19 Jun 2010 09:50:30 +0200 haftmann more binding; avoid arcane Rep and Abs prefixes
Sat, 19 Jun 2010 09:14:06 +0200 haftmann cleanup of typecopy package
Sat, 19 Jun 2010 06:43:33 +0200 haftmann quickcheck for fsets
Fri, 18 Jun 2010 22:41:16 +0200 nipkow merged
Fri, 18 Jun 2010 22:40:58 +0200 nipkow added pigeonhole lemmas
Fri, 18 Jun 2010 21:22:05 +0200 haftmann merged
Fri, 18 Jun 2010 15:59:51 +0200 haftmann tuned whitespace; dropped dead code
Fri, 18 Jun 2010 15:26:04 +0200 haftmann code_simp: only succeed on real progress
Fri, 18 Jun 2010 15:26:02 +0200 haftmann prefer fold over foldl
Fri, 18 Jun 2010 15:03:21 +0200 haftmann conclude simplification with default simpset
Fri, 18 Jun 2010 15:03:21 +0200 haftmann drop subsumed default equations (requires a little bit unfortunate laziness)
Fri, 18 Jun 2010 15:03:20 +0200 haftmann avoid Scala legacy operations
Fri, 18 Jun 2010 15:03:20 +0200 haftmann prefer fold over foldl
Fri, 18 Jun 2010 09:21:41 +0200 haftmann made List.thy a join point in the theory graph
Fri, 18 Jun 2010 20:22:06 +0200 nipkow tuned set_replicate lemmas
Fri, 18 Jun 2010 14:14:42 +0200 nipkow merged
Fri, 18 Jun 2010 14:14:29 +0200 nipkow added lemmas
Fri, 18 Jun 2010 09:04:00 +0200 haftmann dropped dead code
Thu, 17 Jun 2010 19:32:05 +0200 haftmann replaced unreliable metis proof
Thu, 17 Jun 2010 16:15:15 +0200 haftmann rev is reverse in Haskell
Thu, 17 Jun 2010 15:59:48 +0200 haftmann first serious draft of a scala code generator
Thu, 17 Jun 2010 15:59:47 +0200 haftmann more precise code
Thu, 17 Jun 2010 15:59:46 +0200 haftmann explicit type variable arguments for constructors
Thu, 17 Jun 2010 11:33:04 +0200 haftmann transitive superclasses were also only a misunderstanding
Thu, 17 Jun 2010 10:57:00 +0200 haftmann formal introduction of transitive superclasses
Thu, 17 Jun 2010 10:51:38 +0200 haftmann dropped obscure type argument weakening mapping -- was only a misunderstanding
Thu, 17 Jun 2010 10:45:10 +0200 haftmann added simp evaluator
Thu, 17 Jun 2010 10:02:29 +0200 haftmann merged
Tue, 15 Jun 2010 14:28:22 +0200 haftmann added code_simp infrastructure
Tue, 15 Jun 2010 14:28:08 +0200 haftmann tuned whitespace
Tue, 15 Jun 2010 11:38:40 +0200 haftmann maintain cong rules for case combinators; more precise permissiveness
Tue, 15 Jun 2010 11:38:40 +0200 haftmann drop function definitions of combinators
Tue, 15 Jun 2010 11:38:39 +0200 haftmann maintain cong rules for case combinators
Tue, 15 Jun 2010 08:32:32 +0200 haftmann formal introduction of case cong
Tue, 15 Jun 2010 16:42:09 +0200 blanchet found missing beta-eta-contraction
Tue, 15 Jun 2010 16:20:23 +0200 blanchet added missing Umlaut
Tue, 15 Jun 2010 10:47:06 +0200 blanchet make example run a bit faster (might help atbroy102)
Tue, 15 Jun 2010 07:42:48 +0200 haftmann merged
Tue, 15 Jun 2010 07:41:37 +0200 haftmann tuned documents
Mon, 14 Jun 2010 16:00:47 +0200 haftmann teaked naming of superclass projections
Mon, 14 Jun 2010 16:00:46 +0200 haftmann added lemma funpow_mult
Mon, 14 Jun 2010 15:27:11 +0200 haftmann extended bib
Mon, 14 Jun 2010 15:27:09 +0200 haftmann updated generated code
Mon, 14 Jun 2010 15:27:09 +0200 haftmann added reference
Mon, 14 Jun 2010 15:27:08 +0200 haftmann subsection on locale interpretation
Mon, 14 Jun 2010 12:01:30 +0200 haftmann explicitly name and note equations for class eq
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip