src/Pure/zterm.ML
Mon, 02 Dec 2024 20:35:12 +0100 wenzelm tuned signature;
Sun, 21 Jul 2024 23:31:32 +0200 wenzelm clarified export: replaced Proofterm.standard_vars by ZTerm.standard_vars;
Sun, 21 Jul 2024 20:00:13 +0200 wenzelm more operations;
Sun, 21 Jul 2024 13:04:01 +0200 wenzelm more operations;
Sat, 20 Jul 2024 19:30:03 +0200 wenzelm more operations;
Fri, 19 Jul 2024 11:28:25 +0200 wenzelm tuned whitespace;
Thu, 18 Jul 2024 16:25:53 +0200 wenzelm uniform export via ztyp/zterm/zproof;
Thu, 18 Jul 2024 12:08:08 +0200 wenzelm tuned;
Thu, 18 Jul 2024 11:36:09 +0200 wenzelm more operations;
Thu, 18 Jul 2024 11:02:08 +0200 wenzelm clarified scope of cache: avoid nested typ_cache;
Thu, 18 Jul 2024 10:45:36 +0200 wenzelm clarified scope of cache: per theory body;
Tue, 16 Jul 2024 12:49:23 +0200 wenzelm tuned module structure;
Mon, 15 Jul 2024 12:26:15 +0200 wenzelm clarified signature: more operations;
Sun, 14 Jul 2024 15:16:08 +0200 wenzelm tuned signature;
Fri, 07 Jun 2024 15:20:01 +0200 wenzelm clarified signature: prefer explicit operation;
Fri, 07 Jun 2024 15:01:16 +0200 wenzelm clarified signature;
Fri, 07 Jun 2024 13:19:39 +0200 wenzelm tuned signature;
Fri, 07 Jun 2024 11:10:49 +0200 wenzelm tuned signature: just one ZThm is sufficient;
Thu, 06 Jun 2024 12:53:02 +0200 wenzelm more informative ZBox;
Thu, 06 Jun 2024 12:42:42 +0200 wenzelm more operations;
Thu, 06 Jun 2024 11:53:52 +0200 wenzelm tuned signature;
Thu, 06 Jun 2024 11:41:15 +0200 wenzelm tuned;
Thu, 06 Jun 2024 11:32:39 +0200 wenzelm tuned signature;
Tue, 04 Jun 2024 15:13:26 +0200 wenzelm tuned signature;
Thu, 11 Jan 2024 16:34:40 +0100 wenzelm clarified order, disregard structure of proof;
Thu, 11 Jan 2024 15:37:11 +0100 wenzelm minor performance tuning;
Thu, 11 Jan 2024 13:09:39 +0100 wenzelm tuned;
Thu, 11 Jan 2024 12:44:27 +0100 wenzelm more thorough treatment of hidden type variables within zproof;
Thu, 11 Jan 2024 12:37:10 +0100 wenzelm more uniform treatment of "hyps" within zproof;
Thu, 11 Jan 2024 12:00:02 +0100 wenzelm clarified order: follow Thm.fold_terms;
Sat, 06 Jan 2024 21:01:06 +0100 wenzelm more zproofs, underlying Proofterm.unconstrain_thm_proof / Thm.unconstrainT;
Sat, 06 Jan 2024 20:53:50 +0100 wenzelm omit syntactic of_class check, which is in conflict with sort constraints within the logic;
Sat, 06 Jan 2024 20:41:07 +0100 wenzelm tuned;
Sat, 06 Jan 2024 20:40:07 +0100 wenzelm minor performance tuning;
Sat, 06 Jan 2024 15:31:41 +0100 wenzelm clarified signature;
Sat, 06 Jan 2024 12:34:55 +0100 wenzelm tuned signature: canonical argument order;
Thu, 04 Jan 2024 15:56:03 +0100 wenzelm tuned;
Thu, 04 Jan 2024 15:49:09 +0100 wenzelm clarified datatype ztyp: omit special case that rarely occurs (thanks to ZClass and ZClassp);
Thu, 04 Jan 2024 15:16:10 +0100 wenzelm clarified box_proof: use sort constraints within the logic;
Wed, 03 Jan 2024 12:40:10 +0100 wenzelm more operations (see also 8368160d3c65);
Tue, 02 Jan 2024 23:17:43 +0100 wenzelm proper support for complex types, not just type variables (amending 623789141e39);
Tue, 02 Jan 2024 21:58:32 +0100 wenzelm proper instantiation for make_const_proof, notably change of types for term variables;
Tue, 02 Jan 2024 20:34:22 +0100 wenzelm tuned names;
Tue, 02 Jan 2024 20:09:42 +0100 wenzelm more operations;
Sun, 31 Dec 2023 15:09:04 +0100 wenzelm pro-forma support for ZTerm.sorts_zproof;
Sat, 30 Dec 2023 12:34:27 +0100 wenzelm more operations;
Tue, 26 Dec 2023 20:11:25 +0100 wenzelm tuned signature;
Tue, 26 Dec 2023 20:06:30 +0100 wenzelm tuned signature, following Proofterm.thm_header;
Thu, 21 Dec 2023 21:03:02 +0100 wenzelm proper thm_name for stored zproof;
Thu, 21 Dec 2023 11:58:19 +0100 wenzelm tuned whitespace;
Thu, 21 Dec 2023 11:40:43 +0100 wenzelm tuned;
Wed, 20 Dec 2023 14:26:18 +0100 wenzelm more permissive: allow collapse of term variables for equal results, e.g. relevant for metis (line 1882 of "~~/src/HOL/List.thy");
Wed, 20 Dec 2023 12:50:33 +0100 wenzelm more informative exception;
Wed, 20 Dec 2023 11:16:39 +0100 wenzelm tuned;
Tue, 19 Dec 2023 22:56:32 +0100 wenzelm use strict Global_Theory.register_proofs as checkpoint for stored zproof, and thus reduce current zboxes;
Tue, 19 Dec 2023 20:02:17 +0100 wenzelm clarified signature;
Tue, 19 Dec 2023 19:20:21 +0100 wenzelm omit pointless future: proof terms are built sequentially;
Tue, 19 Dec 2023 15:17:04 +0100 wenzelm more normalization;
Tue, 19 Dec 2023 14:41:28 +0100 wenzelm less ambitious normalization: term abstractions over terms and proofs, but not proofs over proofs (which may be large);
Tue, 19 Dec 2023 12:44:03 +0100 wenzelm tuned;
less more (0) -100 -60 tip