diff -r ca37f4b6457c -r 8dfae5d97387 Quot/Quotients.thy --- a/Quot/Quotients.thy Tue Dec 08 11:17:56 2009 +0100 +++ b/Quot/Quotients.thy Tue Dec 08 11:20:01 2009 +0100 @@ -42,10 +42,6 @@ "sum_map f1 f2 (Inl a) = Inl (f1 a)" | "sum_map f1 f2 (Inr a) = Inr (f2 a)" - - - - fun noption_map::"('a \ 'b) \ ('a noption) \ ('b noption)" where