diff -r f1a1817659e6 -r d7f033c74b38 src/CTT/Bool.thy --- a/src/CTT/Bool.thy Fri Oct 10 16:29:41 1997 +0200 +++ b/src/CTT/Bool.thy Fri Oct 10 17:10:12 1997 +0200 @@ -15,5 +15,5 @@ Bool_def "Bool == T+T" true_def "true == inl(tt)" false_def "false == inr(tt)" - cond_def "cond(a,b,c) == when(a, %u.b, %u.c)" + cond_def "cond(a,b,c) == when(a, %u. b, %u. c)" end