wenzelm [Wed, 28 Feb 2007 00:22:26 +0100] rev 22369
gensym: removed bits of dead code;
paulson [Tue, 27 Feb 2007 11:10:35 +0100] rev 22368
gensym no longer includes ' or _ in names (trailing _ is bad)
wenzelm [Tue, 27 Feb 2007 00:33:49 +0100] rev 22367
tuned document;
wenzelm [Tue, 27 Feb 2007 00:32:52 +0100] rev 22366
\usepackage{amssymb};
wenzelm [Mon, 26 Feb 2007 23:18:30 +0100] rev 22365
moved some non-kernel material to more_thm.ML;
wenzelm [Mon, 26 Feb 2007 23:18:29 +0100] rev 22364
removed obsolete eq_set;
wenzelm [Mon, 26 Feb 2007 23:18:28 +0100] rev 22363
Thm.internalK;
wenzelm [Mon, 26 Feb 2007 23:18:27 +0100] rev 22362
Further operations on type thm, outside the inference kernel.
wenzelm [Mon, 26 Feb 2007 23:18:26 +0100] rev 22361
added more_thm.ML;
wenzelm [Mon, 26 Feb 2007 23:18:24 +0100] rev 22360
moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
krauss [Mon, 26 Feb 2007 21:34:16 +0100] rev 22359
Added formalization of size-change principle (experimental).
wenzelm [Mon, 26 Feb 2007 20:14:52 +0100] rev 22358
added theorems_of;
wenzelm [Mon, 26 Feb 2007 20:14:47 +0100] rev 22357
removed obsolete theorem_space;
krauss [Mon, 26 Feb 2007 15:08:37 +0100] rev 22356
Added lemma lfp_const: "lfp (%x. t) = t
haftmann [Fri, 23 Feb 2007 08:39:28 +0100] rev 22355
exported serializer parsers
haftmann [Fri, 23 Feb 2007 08:39:27 +0100] rev 22354
proper treatment of -> as type constructor
haftmann [Fri, 23 Feb 2007 08:39:26 +0100] rev 22353
tuned
haftmann [Fri, 23 Feb 2007 08:39:25 +0100] rev 22352
add_path for naming in proof contexts
haftmann [Fri, 23 Feb 2007 08:39:24 +0100] rev 22351
locale: add_locale accepts explicit predicate name, interpretation supports non-mandatory prefixes
haftmann [Fri, 23 Feb 2007 08:39:23 +0100] rev 22350
slightly tuned
haftmann [Fri, 23 Feb 2007 08:39:22 +0100] rev 22349
slight cleanup
haftmann [Fri, 23 Feb 2007 08:39:21 +0100] rev 22348
adjusted code lemmas
haftmann [Fri, 23 Feb 2007 08:39:20 +0100] rev 22347
continued
haftmann [Fri, 23 Feb 2007 08:39:19 +0100] rev 22346
dropped diagnostic switch
paulson [Thu, 22 Feb 2007 10:25:14 +0100] rev 22345
Improved handling of situation when theorem in cache disagrees with theorem supplied: new clauses
are now returned, fixing a bug in the metis method.
krauss [Wed, 21 Feb 2007 13:51:12 +0100] rev 22344
Fixed print translations for quantifiers a la "ALL x>=t. P x". These used
to fail when the other term in the comparison was itself a bound variable,
as in "EX y. ALL x>=y. P x".
kleing [Wed, 21 Feb 2007 02:30:06 +0100] rev 22343
prevent quadratic time removal of duplicates if filter list is empty (likely to have too many results)
kleing [Tue, 20 Feb 2007 00:53:18 +0100] rev 22342
added missing \
kleing [Tue, 20 Feb 2007 00:23:58 +0100] rev 22341
updated docs with new with_dups syntax for find_theorems
kleing [Tue, 20 Feb 2007 00:14:33 +0100] rev 22340
Remove duplicates from printed theorems in find_theorems
(still pretty slow, needs optimising).
Added syntax "find_theorems (..) with_dups .." to switch off removal.
schirmer [Mon, 19 Feb 2007 16:44:08 +0100] rev 22339
more precise error message in parameter unification
aspinall [Sat, 17 Feb 2007 18:01:22 +0100] rev 22338
Updated
aspinall [Sat, 17 Feb 2007 18:00:59 +0100] rev 22337
Fix <pgipquit>. Remove unused pgmlatomsN. Make showid match askids. Use string functions for showid, avoiding printwrap kludge.
aspinall [Sat, 17 Feb 2007 17:22:53 +0100] rev 22336
<idvalue>: add name attribute to allow unsolicited updates.
aspinall [Sat, 17 Feb 2007 17:19:59 +0100] rev 22335
pretty_full_theory: expose in signature.
aspinall [Sat, 17 Feb 2007 17:18:47 +0100] rev 22334
Clarify comment
wenzelm [Fri, 16 Feb 2007 22:46:03 +0100] rev 22333
unified arity parser/arguments;
wenzelm [Fri, 16 Feb 2007 22:13:16 +0100] rev 22332
ML text: informative Output.debug only;
wenzelm [Fri, 16 Feb 2007 22:13:15 +0100] rev 22331
unified arity parser/arguments;
berghofe [Fri, 16 Feb 2007 19:19:19 +0100] rev 22330
Replaced "raise RecError" by "primrec_err" in function
gen_primrec_i to prevent error message from being suppressed.
schirmer [Fri, 16 Feb 2007 11:01:16 +0100] rev 22329
added example for print-mode Axiom
schirmer [Fri, 16 Feb 2007 11:00:47 +0100] rev 22328
added print-mode Axiom to print theorems without premises with a rule on top.
krauss [Fri, 16 Feb 2007 09:04:23 +0100] rev 22327
updated Makefile
narboux [Thu, 15 Feb 2007 18:18:21 +0100] rev 22326
start adding the attribute eqvt to some lemmas of the nominal library
krauss [Thu, 15 Feb 2007 17:35:19 +0100] rev 22325
changed termination goal to use object quantifier
krauss [Thu, 15 Feb 2007 12:14:34 +0100] rev 22324
added congruence rule for function composition
krauss [Thu, 15 Feb 2007 12:02:11 +0100] rev 22323
beta_eta_contract specification befor processing. These normal forms avoid unpleasant surprises later on.
haftmann [Wed, 14 Feb 2007 10:07:17 +0100] rev 22322
continued
haftmann [Wed, 14 Feb 2007 10:06:17 +0100] rev 22321
class package now using Locale.interpretation_i
haftmann [Wed, 14 Feb 2007 10:06:16 +0100] rev 22320
clarified explanation
haftmann [Wed, 14 Feb 2007 10:06:15 +0100] rev 22319
cleanup
haftmann [Wed, 14 Feb 2007 10:06:14 +0100] rev 22318
simpliefied instance statement
haftmann [Wed, 14 Feb 2007 10:06:13 +0100] rev 22317
continued class tutorial
haftmann [Wed, 14 Feb 2007 10:06:12 +0100] rev 22316
added class "preorder"
berghofe [Tue, 13 Feb 2007 18:26:48 +0100] rev 22315
Added nominal_inductive keyword.
berghofe [Tue, 13 Feb 2007 18:19:25 +0100] rev 22314
Added new file Nominal/nominal_inductive.ML
berghofe [Tue, 13 Feb 2007 18:18:45 +0100] rev 22313
First steps towards strengthening of induction rules for
inductively defined predicates involving nominal datatypes.
berghofe [Tue, 13 Feb 2007 18:17:28 +0100] rev 22312
Added new file nominal_inductive.ML
berghofe [Tue, 13 Feb 2007 18:16:50 +0100] rev 22311
Curried and exported mk_perm.
paulson [Tue, 13 Feb 2007 16:37:14 +0100] rev 22310
COMP now performs a distinctness check on the multiple results before failing
bulwahn [Tue, 13 Feb 2007 10:09:21 +0100] rev 22309
improved lexicographic order termination tactic
haftmann [Sat, 10 Feb 2007 17:06:40 +0100] rev 22308
added OCaml example
paulson [Sat, 10 Feb 2007 16:43:23 +0100] rev 22307
Completing the bug fix from the previous update: the result of unifying type
variables must be normalized WRT itself; otherwise instantiation is wrong
haftmann [Sat, 10 Feb 2007 09:26:26 +0100] rev 22306
changed representation of constants; consistent name handling
haftmann [Sat, 10 Feb 2007 09:26:25 +0100] rev 22305
changed representation of constants
haftmann [Sat, 10 Feb 2007 09:26:24 +0100] rev 22304
tuned
haftmann [Sat, 10 Feb 2007 09:26:23 +0100] rev 22303
new Isar command print_codesetup
haftmann [Sat, 10 Feb 2007 09:26:22 +0100] rev 22302
added experimental class target
haftmann [Sat, 10 Feb 2007 09:26:20 +0100] rev 22301
added class target stub
haftmann [Sat, 10 Feb 2007 09:26:19 +0100] rev 22300
internal interfaces for interpretation and interpret
haftmann [Sat, 10 Feb 2007 09:26:18 +0100] rev 22299
moved commands of class package here
haftmann [Sat, 10 Feb 2007 09:26:17 +0100] rev 22298
added class package to Isar bootstrap
haftmann [Sat, 10 Feb 2007 09:26:16 +0100] rev 22297
splut up code generation in two parts
haftmann [Sat, 10 Feb 2007 09:26:15 +0100] rev 22296
canonical interface for attributes
haftmann [Sat, 10 Feb 2007 09:26:14 +0100] rev 22295
changed name of interpretation linorder to order
haftmann [Sat, 10 Feb 2007 09:26:12 +0100] rev 22294
adjusted to changes in class package
haftmann [Sat, 10 Feb 2007 09:26:11 +0100] rev 22293
added outline for Isabelle library description
haftmann [Sat, 10 Feb 2007 09:26:10 +0100] rev 22292
adjusted to new code generator Isar commands and changes in implementation
haftmann [Sat, 10 Feb 2007 09:26:09 +0100] rev 22291
adjusted to new code generator Isar commands
haftmann [Sat, 10 Feb 2007 09:26:08 +0100] rev 22290
added references for code generator tutorial
haftmann [Sat, 10 Feb 2007 09:26:07 +0100] rev 22289
added antiquotation for exceptions
haftmann [Sat, 10 Feb 2007 09:26:06 +0100] rev 22288
updated keywords
paulson [Thu, 08 Feb 2007 18:14:13 +0100] rev 22287
cterm_instantiate was calling a type instantiation function that works only for matching,
not unification as here.
urbanc [Thu, 08 Feb 2007 17:22:22 +0100] rev 22286
added get-functions
berghofe [Wed, 07 Feb 2007 18:12:58 +0100] rev 22285
Renamed member to memb to avoid confusion with member function
defined in Predicate theory.
berghofe [Wed, 07 Feb 2007 18:12:02 +0100] rev 22284
Adapted to changes in Finite_Set theory.
berghofe [Wed, 07 Feb 2007 18:11:27 +0100] rev 22283
Adapted to new inductive definition package.
berghofe [Wed, 07 Feb 2007 18:10:21 +0100] rev 22282
- Adapted to new inductive definition package
- Adapted to changes in Multiset theory
berghofe [Wed, 07 Feb 2007 18:07:10 +0100] rev 22281
Added meta_spec to extraction_expand.
berghofe [Wed, 07 Feb 2007 18:04:44 +0100] rev 22280
Added functions hhf_proof and un_hhf_proof.
berghofe [Wed, 07 Feb 2007 18:03:18 +0100] rev 22279
Adapted to changes in Accessible_Part and Wellfounded_Recursion theories.
berghofe [Wed, 07 Feb 2007 18:01:40 +0100] rev 22278
Added split_rule attribute.
berghofe [Wed, 07 Feb 2007 18:00:38 +0100] rev 22277
Fixed bug in mk_AbsP.
berghofe [Wed, 07 Feb 2007 17:59:40 +0100] rev 22276
Introduction and elimination rules for <= on predicates
are now declared properly.
berghofe [Wed, 07 Feb 2007 17:58:50 +0100] rev 22275
- Improved handling of monotonicity rules involving <=
- ind_cases: variables to be generalized can now be
specified using "for" keyword
berghofe [Wed, 07 Feb 2007 17:51:38 +0100] rev 22274
Adapted to changes in Finite_Set theory.