wenzelm [Fri, 17 Jan 2014 20:20:20 +0100] rev 55029
clarified @{rail} syntax: prefer explicit \<newline> symbol;
wenzelm [Fri, 17 Jan 2014 18:12:35 +0100] rev 55028
clarified Simplifier diagnostics -- simplified ML;
unconditional warning for structural mistakes (NB: context of running Simplifier is not visible, and cond_warning ineffective);
blanchet [Fri, 17 Jan 2014 10:02:50 +0100] rev 55027
folded 'Wellfounded_More_FP' into 'Wellfounded'
blanchet [Fri, 17 Jan 2014 10:02:49 +0100] rev 55026
folded 'Order_Relation_More_FP' into 'Order_Relation'
traytel [Fri, 17 Jan 2014 09:52:19 +0100] rev 55025
support declaration of nonemptiness witnesses in bnf_decl
blanchet [Thu, 16 Jan 2014 21:22:01 +0100] rev 55024
hide short const name
blanchet [Thu, 16 Jan 2014 20:52:54 +0100] rev 55023
get rid of 'rel' locale, to facilitate inclusion of 'Order_Relation_More_FP' into 'Order_Relation'
blanchet [Thu, 16 Jan 2014 18:52:50 +0100] rev 55022
liquidated 'Equiv_Relations_More' -- distinguished between choice-dependent parts and choice-independent parts
blanchet [Thu, 16 Jan 2014 18:37:37 +0100] rev 55021
compile (importing 'Metis' or 'Main' would have been an alternative)
blanchet [Thu, 16 Jan 2014 18:26:41 +0100] rev 55020
dissolved 'Fun_More_FP' (a BNF dependency)
blanchet [Thu, 16 Jan 2014 16:50:41 +0100] rev 55019
moved lemmas from 'Fun_More_FP' to where they belong
blanchet [Thu, 16 Jan 2014 16:33:19 +0100] rev 55018
moved 'Zorn' into 'Main', since it's a BNF dependency
blanchet [Thu, 16 Jan 2014 16:20:17 +0100] rev 55017
adapted to move of Wfrec
blanchet [Thu, 16 Jan 2014 15:47:33 +0100] rev 55016
moved Wfrec to Main, since it is a dependency of cardinals, hence BNFs
wenzelm [Wed, 15 Jan 2014 23:25:28 +0100] rev 55015
added \<newline> symbol, which is used for char/string literals in HOL;