# HG changeset patch # User Cezary Kaliszyk # Date 1313719312 -32400 # Node ID 6d2859aeebba9651a55909d250b6d612cc54135a # Parent 4ee772b1203259f67cf2621d07932a045e1b58e2 Comment out examples with 'True' that do not work because function still does not work diff -r 4ee772b12032 -r 6d2859aeebba Nominal/Ex/Lambda.thy --- a/Nominal/Ex/Lambda.thy Fri Aug 19 10:56:12 2011 +0900 +++ b/Nominal/Ex/Lambda.thy Fri Aug 19 11:01:52 2011 +0900 @@ -886,7 +886,7 @@ text {* tests of functions containing if and case *} -consts P :: "lam \ bool" +(*consts P :: "lam \ bool" nominal_primrec A :: "lam => lam" @@ -923,7 +923,7 @@ apply(perm_simp) apply(rule allI) apply(rule refl) -oops +oops*) end