# HG changeset patch # User haftmann # Date 1162560159 -3600 # Node ID 8288c8f203de228e2bf93b7ed1f7af866079af1d # Parent e979928961703192593846404ff78897ffdba4ef adapted to changes in codegen_data.ML diff -r e97992896170 -r 8288c8f203de src/HOL/Library/ExecutableSet.thy --- a/src/HOL/Library/ExecutableSet.thy Fri Nov 03 14:22:38 2006 +0100 +++ b/src/HOL/Library/ExecutableSet.thy Fri Nov 03 14:22:39 2006 +0100 @@ -13,7 +13,7 @@ instance set :: (eq) eq .. -lemma [code target: Set, code nofunc]: +lemma [code target: Set]: "(A = B) = (A \ B \ B \ A)" by blast