aspinall [Wed, 08 Sep 2004 21:48:10 +0200] rev 15191
Support parsing of -- {* comments *}. Add extra output channels.
aspinall [Wed, 08 Sep 2004 19:37:07 +0200] rev 15190
Add info and debug output channels.
obua [Wed, 08 Sep 2004 13:55:51 +0200] rev 15189
Adapted FloatArith.ML to SMLNJ 10.0.7
oheimb [Tue, 07 Sep 2004 16:02:42 +0200] rev 15188
integrated Streams with ex/Stream.*; added FOCUS/Fstreams.thy
oheimb [Tue, 07 Sep 2004 15:59:16 +0200] rev 15187
added check against indirect recursion
nipkow [Tue, 07 Sep 2004 13:41:30 +0200] rev 15186
fixed discrete field.
nipkow [Tue, 07 Sep 2004 11:42:50 +0200] rev 15185
tuned "discrete" field
nipkow [Mon, 06 Sep 2004 17:37:35 +0200] rev 15184
made mult_mono_thms generic.
paulson [Mon, 06 Sep 2004 16:45:10 +0200] rev 15183
now rejects degenerate (looping) cases
paulson [Mon, 06 Sep 2004 15:57:58 +0200] rev 15182
new "respects" syntax for the congruent operator
nipkow [Fri, 03 Sep 2004 22:40:57 +0200] rev 15181
*** empty log message ***
obua [Fri, 03 Sep 2004 20:20:44 +0200] rev 15180
float2real is now globally available
obua [Fri, 03 Sep 2004 17:46:47 +0200] rev 15179
Matrix theory
obua [Fri, 03 Sep 2004 17:10:36 +0200] rev 15178
Matrix theory, linear programming
paulson [Fri, 03 Sep 2004 10:27:05 +0200] rev 15177
new theorem symD
paulson [Fri, 03 Sep 2004 10:26:39 +0200] rev 15176
listrel operator for lifting relations to lists
aspinall [Fri, 03 Sep 2004 00:35:38 +0200] rev 15175
Fix file:/// and file://localhost/ to give absolute paths
aspinall [Fri, 03 Sep 2004 00:28:44 +0200] rev 15174
Fix file:/// and file://localhost/ to return local file result
aspinall [Fri, 03 Sep 2004 00:26:18 +0200] rev 15173
Comment about 3.6pre. Clean ups to XML, URL handling. Fix statedisplay double PGML quoting. Accumulate parse errors inside parseresult.
paulson [Thu, 02 Sep 2004 16:52:21 +0200] rev 15172
new example of a quotiented nested data type
dixon [Thu, 02 Sep 2004 14:50:00 +0200] rev 15171
added code to make use of case splitting to prove the specification equations for recursive definitions.
paulson [Thu, 02 Sep 2004 11:29:06 +0200] rev 15170
fixed presentation
paulson [Wed, 01 Sep 2004 15:04:01 +0200] rev 15169
new "respects" syntax for quotienting
paulson [Wed, 01 Sep 2004 15:03:41 +0200] rev 15168
new functions for sets of lists
webertj [Mon, 30 Aug 2004 14:56:20 +0200] rev 15167
reference to cla.ML replaced by Classical.thy
chaieb [Mon, 30 Aug 2004 14:43:29 +0200] rev 15166
commentar eliminated a line 156 - arith raised Match exception at m dvd 2
chaieb [Mon, 30 Aug 2004 14:40:18 +0200] rev 15165
corrected
chaieb [Mon, 30 Aug 2004 12:01:52 +0200] rev 15164
m dvd t where m is non numeral is now catched!
webertj [Sun, 29 Aug 2004 17:42:11 +0200] rev 15163
Provers/blast.ML: depth_limit
webertj [Sun, 29 Aug 2004 17:36:39 +0200] rev 15162
depth limit (previously hard-coded with a value of 20) made a reference
webertj [Thu, 26 Aug 2004 17:28:57 +0200] rev 15161
comment modified
obua [Tue, 24 Aug 2004 17:55:24 +0200] rev 15160
changes
berghofe [Mon, 23 Aug 2004 18:35:11 +0200] rev 15159
begin_theory now takes optional path (current directory) as argument.
This is needed for locating *.ML files connected with theories.
berghofe [Mon, 23 Aug 2004 18:33:55 +0200] rev 15158
Fixed several bugs related to path specifications in theory names.
berghofe [Mon, 23 Aug 2004 18:32:49 +0200] rev 15157
Function check_file now takes optional path (current directory) as an argument.
berghofe [Mon, 23 Aug 2004 18:31:18 +0200] rev 15156
Adapted to new interface of function ThyLoad.check_file
berghofe [Mon, 23 Aug 2004 17:06:18 +0200] rev 15155
Added function for "normalizing" absolute paths (i.e. dereferencing of
symbolic links; the functions in path.ML cannot do this). This is used
by function full_path.
webertj [Mon, 23 Aug 2004 16:41:06 +0200] rev 15154
new isatool dimacs2hol
webertj [Mon, 23 Aug 2004 16:35:53 +0200] rev 15153
initial version
paulson [Fri, 20 Aug 2004 12:25:20 +0200] rev 15152
new examples
paulson [Fri, 20 Aug 2004 12:21:03 +0200] rev 15151
proof reconstruction for external ATPs
paulson [Fri, 20 Aug 2004 12:20:09 +0200] rev 15150
fix to eliminate excessive case-splits in the recursion equations, by Luca Dixon
nipkow [Thu, 19 Aug 2004 12:35:45 +0200] rev 15149
new import syntax
nipkow [Thu, 19 Aug 2004 10:33:10 +0200] rev 15148
*** empty log message ***
aspinall [Thu, 19 Aug 2004 01:20:17 +0200] rev 15147
Add systemcmd.
aspinall [Thu, 19 Aug 2004 00:47:15 +0200] rev 15146
Parsing fixes: extra sync token; thmname attribute in opengoal; theory-end. Comments.
aspinall [Wed, 18 Aug 2004 16:25:27 +0200] rev 15145
Version for PGIP 2.X, with greatly improved parsing and XML handling.
aspinall [Wed, 18 Aug 2004 16:04:39 +0200] rev 15144
Remove isar_readstring. Split read into scanner and parser.