berghofe [Wed, 11 Jul 2007 11:32:02 +0200] rev 23757
- Renamed inductive2 to inductive
- Renamed some theorems about transitive closure for predicates
berghofe [Wed, 11 Jul 2007 11:29:44 +0200] rev 23756
Adapted to changes in Predicate theory.
berghofe [Wed, 11 Jul 2007 11:28:13 +0200] rev 23755
Adapted to new inductive definition package.
berghofe [Wed, 11 Jul 2007 11:27:46 +0200] rev 23754
Renamed accessible part for predicates to accp.
aspinall [Wed, 11 Jul 2007 11:25:24 +0200] rev 23753
Track schema changes: merge messagecategory with area attributes
berghofe [Wed, 11 Jul 2007 11:25:21 +0200] rev 23752
bot is now a constant.
berghofe [Wed, 11 Jul 2007 11:24:36 +0200] rev 23751
Restored set notation.
berghofe [Wed, 11 Jul 2007 11:23:24 +0200] rev 23750
- Renamed inductive2 to inductive
- Renamed some theorems about transitive closure for predicates
aspinall [Wed, 11 Jul 2007 11:22:02 +0200] rev 23749
Track schema changes: remove cleardisplay, proofstate messages. Simplify attributes on cleardisplay, normalresponse.
aspinall [Wed, 11 Jul 2007 11:21:10 +0200] rev 23748
Track schema changes: add area attribute to pgml packet. Also add quoted Raw element [hack for Isabelle bottom-up XML production]
berghofe [Wed, 11 Jul 2007 11:16:34 +0200] rev 23747
Renamed inductive2 to inductive.
berghofe [Wed, 11 Jul 2007 11:14:51 +0200] rev 23746
Adapted to new inductive definition package.
berghofe [Wed, 11 Jul 2007 11:13:08 +0200] rev 23745
New operations on tuples with specific arities.
berghofe [Wed, 11 Jul 2007 11:11:39 +0200] rev 23744
Adapted to changes in infrastructure for converting between
sets and predicates.
berghofe [Wed, 11 Jul 2007 11:10:37 +0200] rev 23743
rtrancl and trancl are now defined using inductive_set.
berghofe [Wed, 11 Jul 2007 11:09:15 +0200] rev 23742
Removed wf_implies_wfP and wfP_implies_wf from list of hints again.
berghofe [Wed, 11 Jul 2007 11:07:57 +0200] rev 23741
- Moved infrastructure for converting between sets and predicates
to Tools/inductive_set_package.ML
- Adapted conversion rules to new format (now use standard op :
and Collect operators rather than Collect2 and member(2))
- Removed bounded quantifiers for predicates
berghofe [Wed, 11 Jul 2007 11:04:39 +0200] rev 23740
Adapted to new package for inductive sets.
berghofe [Wed, 11 Jul 2007 11:03:11 +0200] rev 23739
Inserted definition of in_rel again (since member2 was removed).
berghofe [Wed, 11 Jul 2007 11:02:07 +0200] rev 23738
Added ML bindings for sup_fun_eq and sup_bool_eq.
berghofe [Wed, 11 Jul 2007 11:01:24 +0200] rev 23737
top and bot are now constants.
berghofe [Wed, 11 Jul 2007 11:00:46 +0200] rev 23736
Renamed inductive2 to inductive.
berghofe [Wed, 11 Jul 2007 11:00:09 +0200] rev 23735
acc is now defined using inductive_set.
berghofe [Wed, 11 Jul 2007 10:59:23 +0200] rev 23734
Added new package for inductive sets.
berghofe [Wed, 11 Jul 2007 10:53:39 +0200] rev 23733
Adapted to new inductive definition package.
berghofe [Wed, 11 Jul 2007 10:52:20 +0200] rev 23732
Adapted to changes in inductive definition package.
wenzelm [Wed, 11 Jul 2007 00:46:48 +0200] rev 23731
tuned comment markup;
wenzelm [Wed, 11 Jul 2007 00:29:52 +0200] rev 23730
treat OuterLex.Error;
wenzelm [Wed, 11 Jul 2007 00:29:51 +0200] rev 23729
separated Malformed (symbolic char) from Error (bad input);
unparse: Output.escape_malformed;
name_of: use unparse;
wenzelm [Wed, 11 Jul 2007 00:29:50 +0200] rev 23728
Output.escape_malformed;
wenzelm [Wed, 11 Jul 2007 00:29:49 +0200] rev 23727
added escape_malformed (failsafe);
wenzelm [Tue, 10 Jul 2007 23:29:53 +0200] rev 23726
Basic editing of theory sources.