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.