wenzelm [Tue, 22 Oct 2019 11:14:52 +0200] rev 70921
clarified types (again): 'a is canonical for 'class' (as alternative to 'locale'), 'b is common for Hindley-Milner examples;
wenzelm [Mon, 21 Oct 2019 16:32:10 +0200] rev 70920
export constdefs according to defs.ML;
wenzelm [Sun, 20 Oct 2019 22:26:44 +0200] rev 70919
avoid spurious shyps (with vacous type variable);
wenzelm [Sun, 20 Oct 2019 21:42:13 +0200] rev 70918
merged
wenzelm [Sun, 20 Oct 2019 21:34:29 +0200] rev 70917
more robust hybrid treatment of Pure, notably for Isabelle/Dedukti;
wenzelm [Sun, 20 Oct 2019 21:12:18 +0200] rev 70916
clarified signature: name of standard_proof is authentic, otherwise empty;
wenzelm [Sun, 20 Oct 2019 20:38:22 +0200] rev 70915
clarified expand_proof/expand_name: allow more detailed control via thm_header;
export_standard_proofs: authentic theorem names in "print" format;
wenzelm [Sun, 20 Oct 2019 16:16:23 +0200] rev 70914
option to export standardized proof terms (not scalable);
wenzelm [Sun, 20 Oct 2019 12:56:36 +0200] rev 70913
more kinds, notably for Isabelle/MMT;
haftmann [Sat, 19 Oct 2019 20:41:09 +0200] rev 70912
refined proof of concept for bit operations
haftmann [Sat, 19 Oct 2019 20:41:03 +0200] rev 70911
more lemmas
wenzelm [Sat, 19 Oct 2019 16:16:24 +0200] rev 70910
merged
wenzelm [Sat, 19 Oct 2019 16:09:39 +0200] rev 70909
export toplevel proof similar to named PThm;
wenzelm [Sat, 19 Oct 2019 15:32:32 +0200] rev 70908
tuned signature;
wenzelm [Sat, 19 Oct 2019 11:33:36 +0200] rev 70907
proper protocol_message for bootstrap proofs;
wenzelm [Sat, 19 Oct 2019 11:29:39 +0200] rev 70906
proper export of bootstrap proofs (amending a6304b4664b6);
wenzelm [Fri, 18 Oct 2019 22:45:09 +0200] rev 70905
more robust -- avoid interference with Proofterm.proofs := 0 in ML_Bootstrap.thy;
wenzelm [Fri, 18 Oct 2019 22:44:19 +0200] rev 70904
proper treatment of self thm_id;
clarified signature;
haftmann [Sat, 19 Oct 2019 09:15:41 +0000] rev 70903
added quickcheck setup
haftmann [Sat, 19 Oct 2019 09:15:37 +0000] rev 70902
generalized
haftmann [Fri, 18 Oct 2019 18:41:33 +0000] rev 70901
moved quickcheck setup to distribution
haftmann [Fri, 18 Oct 2019 18:41:31 +0000] rev 70900
moved generic instance to distribution
wenzelm [Fri, 18 Oct 2019 16:25:54 +0200] rev 70899
clarified signature: support partial read_proof to accommodate proof term normalization vs. approximative proof_boxes as upper bound;
wenzelm [Thu, 17 Oct 2019 21:52:16 +0200] rev 70898
turn hidden terms into dummy, e.g. relevant for boundary cases of reconstruct_proof;
wenzelm [Thu, 17 Oct 2019 21:31:53 +0200] rev 70897
support dummy term;
wenzelm [Thu, 17 Oct 2019 21:03:59 +0200] rev 70896
tuned signature;
wenzelm [Thu, 17 Oct 2019 20:56:18 +0200] rev 70895
proof boxes based on proof digest (not proof term): thus it works with prune_proofs;
wenzelm [Thu, 17 Oct 2019 20:56:09 +0200] rev 70894
proper Thm.transfer;
wenzelm [Thu, 17 Oct 2019 20:28:31 +0200] rev 70893
clarified files;
wenzelm [Thu, 17 Oct 2019 17:24:13 +0200] rev 70892
clarified proof_boxes (requires prune_proofs=false);