wenzelm [Thu, 01 Aug 2019 10:14:58 +0200] rev 70454
clarified module structure;
wenzelm [Thu, 01 Aug 2019 09:55:37 +0200] rev 70453
simplified module structure: back to plain datatype (see 95f4f08f950f and 70019ab5e57f);
wenzelm [Thu, 01 Aug 2019 09:50:20 +0200] rev 70452
abstract type theory_id -- ensure non-equality type independently of implementation;
wenzelm [Wed, 31 Jul 2019 19:50:38 +0200] rev 70451
clarified export: retain proof boxes as local definitions -- more scalable;
nipkow [Wed, 31 Jul 2019 09:04:00 +0200] rev 70450
reduced dependencies
wenzelm [Tue, 30 Jul 2019 20:09:25 +0200] rev 70449
clarified global theory context;
wenzelm [Tue, 30 Jul 2019 19:01:51 +0200] rev 70448
more robust export, based on reconstruct_proof / expand_proof;
wenzelm [Tue, 30 Jul 2019 14:35:29 +0200] rev 70447
clarified modules: provide reconstruct_proof / expand_proof at the bottom of proof term construction;
wenzelm [Tue, 30 Jul 2019 13:22:29 +0200] rev 70446
tuned -- fewer warnings;
wenzelm [Tue, 30 Jul 2019 13:19:14 +0200] rev 70445
discontinued pointless messages;
wenzelm [Tue, 30 Jul 2019 11:51:55 +0200] rev 70444
clarified context;
wenzelm [Tue, 30 Jul 2019 11:41:39 +0200] rev 70443
clarified modules;
wenzelm [Tue, 30 Jul 2019 11:12:52 +0200] rev 70442
discontinue clean_proof: without type args its PThm nodes are not expanded, but with type args it is too unstable;
wenzelm [Mon, 29 Jul 2019 18:44:39 +0200] rev 70441
merged