nipkow [Thu, 04 Jun 2009 19:44:06 +0200] rev 31441
finite lemmas
haftmann [Thu, 04 Jun 2009 15:00:44 +0200] rev 31440
made SML/NJ happy
nipkow [Thu, 04 Jun 2009 13:26:51 +0200] rev 31439
merged
nipkow [Thu, 04 Jun 2009 13:26:32 +0200] rev 31438
A few finite lemmas
wenzelm [Thu, 04 Jun 2009 22:02:33 +0200] rev 31437
removed unused location_of;
eval: actually pass location properties (via "file" field);
wenzelm [Thu, 04 Jun 2009 22:01:54 +0200] rev 31436
retrieve ML source files;
wenzelm [Thu, 04 Jun 2009 19:15:57 +0200] rev 31435
export file_name;
wenzelm [Thu, 04 Jun 2009 19:15:55 +0200] rev 31434
more robust treatment of bootstrap source positions;
wenzelm [Thu, 04 Jun 2009 19:15:54 +0200] rev 31433
less experimental polyml-5.3;
wenzelm [Thu, 04 Jun 2009 18:00:47 +0200] rev 31432
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm [Thu, 04 Jun 2009 17:31:39 +0200] rev 31431
exn_message/raised: ML_Compiler.exception_position;
wenzelm [Thu, 04 Jun 2009 17:31:39 +0200] rev 31430
eliminated costly registration of tokens;
wenzelm [Thu, 04 Jun 2009 17:31:38 +0200] rev 31429
convert explicitly between Position.T/PolyML.location, without costly registration of tokens;
added exception_position;
wenzelm [Thu, 04 Jun 2009 17:31:38 +0200] rev 31428
added exception_position (dummy);
wenzelm [Thu, 04 Jun 2009 17:31:38 +0200] rev 31427
reraise exceptions to preserve original position (ML system specific);
wenzelm [Thu, 04 Jun 2009 17:31:37 +0200] rev 31426
tuned signature;
wenzelm [Thu, 04 Jun 2009 17:31:37 +0200] rev 31425
export esc;
wenzelm [Thu, 04 Jun 2009 17:31:37 +0200] rev 31424
export value;
wenzelm [Thu, 04 Jun 2009 12:09:07 +0200] rev 31423
uniform default settings for E, Vampire, SPASS;
huffman [Wed, 03 Jun 2009 12:24:09 -0700] rev 31422
merged
huffman [Wed, 03 Jun 2009 12:13:23 -0700] rev 31421
add classes for t0, t1, and t2 spaces
huffman [Wed, 03 Jun 2009 11:22:49 -0700] rev 31420
generalize type of islimpt
huffman [Wed, 03 Jun 2009 10:29:11 -0700] rev 31419
more [code del] declarations
huffman [Wed, 03 Jun 2009 10:02:59 -0700] rev 31418
generalize some constants and lemmas to class topological_space
huffman [Wed, 03 Jun 2009 09:58:11 -0700] rev 31417
replace class open with class topo
huffman [Wed, 03 Jun 2009 08:46:13 -0700] rev 31416
open_dist instance for vectors
huffman [Wed, 03 Jun 2009 08:43:29 -0700] rev 31415
instance * :: topological_space
huffman [Wed, 03 Jun 2009 08:43:01 -0700] rev 31414
class real_inner derives from open_dist
huffman [Wed, 03 Jun 2009 07:44:56 -0700] rev 31413
introduce class topological_space as a superclass of metric_space
hoelzl [Wed, 03 Jun 2009 15:48:54 +0200] rev 31412
Converted reification to use fold_map instead of Library.foldl_map. Use antiquotations.