blanchet [Sun, 25 Apr 2010 00:33:26 +0200] rev 36391
cosmetics
blanchet [Sun, 25 Apr 2010 00:25:44 +0200] rev 36390
remove "show_skolems" option and change style of record declarations
blanchet [Sun, 25 Apr 2010 00:10:30 +0200] rev 36389
remove "skolemize" option from Nitpick, since Skolemization is always useful
blanchet [Sat, 24 Apr 2010 17:48:21 +0200] rev 36388
removed Nitpick's "uncurry" option
blanchet [Sat, 24 Apr 2010 16:44:45 +0200] rev 36387
fix typesetting
blanchet [Sat, 24 Apr 2010 16:43:03 +0200] rev 36386
Fruhjahrsputz: remove three mostly useless Nitpick options
blanchet [Sat, 24 Apr 2010 16:33:01 +0200] rev 36385
remove type annotations as comments;
Nitpick is now 1136 lines shorter
blanchet [Sat, 24 Apr 2010 16:17:30 +0200] rev 36384
cosmetics
blanchet [Sat, 24 Apr 2010 16:05:42 +0200] rev 36383
better error reporting;
in particular, users shouldn't panic if "metis" can prove "False", especially in "neg_clausify"-style proofs
blanchet [Fri, 23 Apr 2010 19:36:49 +0200] rev 36382
cosmetics
blanchet [Fri, 23 Apr 2010 19:26:39 +0200] rev 36381
reuse timestamp function
blanchet [Fri, 23 Apr 2010 19:18:39 +0200] rev 36380
stop referring to Sledgehammer_Util stuff all over Nitpick code; instead, redeclare any needed function in Nitpick_Util as synonym for the Sledgehammer_Util function of the same name
blanchet [Fri, 23 Apr 2010 19:16:52 +0200] rev 36379
make "ATP_Manager.get_prover" a total function, since we always want to show the same error text
blanchet [Fri, 23 Apr 2010 19:12:49 +0200] rev 36378
remove some bloat
blanchet [Fri, 23 Apr 2010 18:11:41 +0200] rev 36377
now rename the file "atp_wrapper.ML" to "atp_systems.ML" + fix typo in "SystemOnTPTP" script
blanchet [Fri, 23 Apr 2010 18:06:41 +0200] rev 36376
renamed module "ATP_Wrapper" to "ATP_Systems"
blanchet [Fri, 23 Apr 2010 17:38:25 +0200] rev 36375
move the minimizer to the Sledgehammer directory
blanchet [Fri, 23 Apr 2010 16:59:48 +0200] rev 36374
remove debugging code
blanchet [Fri, 23 Apr 2010 16:55:51 +0200] rev 36373
move some sledgehammer stuff out of "atp_manager.ML"
blanchet [Fri, 23 Apr 2010 16:21:47 +0200] rev 36372
give an error if no ATP is set
blanchet [Fri, 23 Apr 2010 16:15:35 +0200] rev 36371
move the Sledgehammer menu options to "sledgehammer_isar.ML"
blanchet [Fri, 23 Apr 2010 15:48:34 +0200] rev 36370
centralized ATP-specific error handling in "atp_wrapper.ML"
blanchet [Fri, 23 Apr 2010 13:16:50 +0200] rev 36369
handle ATP proof delimiters in a cleaner, more extensible fashion
wenzelm [Mon, 26 Apr 2010 22:59:28 +0200] rev 36368
merged
huffman [Mon, 26 Apr 2010 11:08:49 -0700] rev 36367
fix another if-then-else parse error
huffman [Mon, 26 Apr 2010 10:57:04 -0700] rev 36366
fix if-then-else parse error
huffman [Mon, 26 Apr 2010 09:45:22 -0700] rev 36365
merged
huffman [Mon, 26 Apr 2010 09:37:46 -0700] rev 36364
fix syntax precedence declarations for UNION, INTER, SUP, INF
huffman [Mon, 26 Apr 2010 09:26:31 -0700] rev 36363
syntax precedence for If and Let
huffman [Mon, 26 Apr 2010 09:21:25 -0700] rev 36362
fix lots of looping simp calls and other warnings