Fabian Huch <huch@in.tum.de> [Thu, 14 Dec 2023 13:14:25 +0100] rev 79290
separate build processes for scheduler and scheduled;
Fabian Huch <huch@in.tum.de> [Thu, 14 Dec 2023 13:10:01 +0100] rev 79289
add delay and limit options for when schedule is considered outdated;
Fabian Huch <huch@in.tum.de> [Thu, 14 Dec 2023 13:03:33 +0100] rev 79288
proper closing order;
Fabian Huch <huch@in.tum.de> [Wed, 13 Dec 2023 11:14:11 +0100] rev 79287
read serial for schedules (amending 2039f360);
wenzelm [Mon, 18 Dec 2023 22:49:33 +0100] rev 79286
more thorough beta contraction;
removed unused operations;
wenzelm [Mon, 18 Dec 2023 22:11:13 +0100] rev 79285
tuned whitespace;
wenzelm [Mon, 18 Dec 2023 21:52:55 +0100] rev 79284
tuned;
wenzelm [Mon, 18 Dec 2023 21:46:51 +0100] rev 79283
more operations, following proofterm.ML;
wenzelm [Mon, 18 Dec 2023 21:31:39 +0100] rev 79282
tuned;
wenzelm [Mon, 18 Dec 2023 14:42:41 +0100] rev 79281
clarified signature, following Term.subst_bounds_same;
wenzelm [Mon, 18 Dec 2023 14:35:11 +0100] rev 79280
tuned whitespace;
wenzelm [Mon, 18 Dec 2023 12:57:59 +0100] rev 79279
minor performance tuning: more concise union;
wenzelm [Mon, 18 Dec 2023 12:02:58 +0100] rev 79278
tuned comments;
wenzelm [Mon, 18 Dec 2023 11:19:15 +0100] rev 79277
tuned, following close_proof;
wenzelm [Mon, 18 Dec 2023 11:15:22 +0100] rev 79276
proper treatment of proof hyps, following 8368160d3c65;
wenzelm [Sun, 17 Dec 2023 22:58:32 +0100] rev 79275
proper treatment of proof hyps: unchangeable, like bound;
wenzelm [Sun, 17 Dec 2023 22:57:20 +0100] rev 79274
proper Thm.transfer (required for zproofs);
wenzelm [Sun, 17 Dec 2023 21:43:14 +0100] rev 79273
clarified signature;
wenzelm [Sun, 17 Dec 2023 21:34:44 +0100] rev 79272
proper beta_norm after instantiation (amending 90c5aadcc4b2);
wenzelm [Sun, 17 Dec 2023 21:30:21 +0100] rev 79271
minor performance tuning: more direct beta_norm;
wenzelm [Sun, 17 Dec 2023 21:12:18 +0100] rev 79270
more robust norm_proof: turn env into instantiation, based on visible statement;
wenzelm [Sun, 17 Dec 2023 15:09:55 +0100] rev 79269
proper scope of cache (amending 61af3e917597);
wenzelm [Sun, 17 Dec 2023 11:15:08 +0100] rev 79268
tuned comments;
wenzelm [Fri, 15 Dec 2023 17:29:23 +0100] rev 79267
tuned names;
wenzelm [Fri, 15 Dec 2023 17:19:57 +0100] rev 79266
tuned signature;
wenzelm [Fri, 15 Dec 2023 17:15:59 +0100] rev 79265
more zproofs;
wenzelm [Thu, 14 Dec 2023 20:43:10 +0100] rev 79264
more operations: zterm ordering that follows fast_term_ord;
wenzelm [Thu, 14 Dec 2023 17:33:45 +0100] rev 79263
clarified signature;
clarified modules;