bulwahn [Wed, 28 Apr 2010 16:45:50 +0200] rev 36510
removed local clone in the predicate compiler
bulwahn [Wed, 28 Apr 2010 16:45:48 +0200] rev 36509
improving proof procedure for transforming cases rule in the predicate compiler to handle free variables of function type
wenzelm [Thu, 29 Apr 2010 17:47:53 +0200] rev 36508
allow concrete syntax for local entities within a proof body, either via regular mixfix annotations to 'fix' etc. or the separate 'write' command;
wenzelm [Thu, 29 Apr 2010 17:29:53 +0200] rev 36507
'write': actually observe the proof structure (like 'let' or 'fix');
wenzelm [Thu, 29 Apr 2010 17:15:23 +0200] rev 36506
adapted ProofContext.infer_type;
wenzelm [Thu, 29 Apr 2010 16:55:22 +0200] rev 36505
ProofContext.read_const: allow for type constraint (for fixed variable);
added proof command 'write' to introduce concrete syntax within a proof body;
wenzelm [Thu, 29 Apr 2010 16:53:08 +0200] rev 36504
avoid clash with keyword 'write';