# HG changeset patch # User haftmann # Date 1215076568 -7200 # Node ID fb6a272fe5d0dfbf387ce0a45338f2d41446aaad # Parent eecd9d84e41b5451b0ebef37489b71cfe01d1e22 adjusted postprocessort setup diff -r eecd9d84e41b -r fb6a272fe5d0 src/HOL/Code_Setup.thy --- a/src/HOL/Code_Setup.thy Thu Jul 03 11:16:07 2008 +0200 +++ b/src/HOL/Code_Setup.thy Thu Jul 03 11:16:08 2008 +0200 @@ -86,7 +86,7 @@ text {* type bool *} -lemmas [code func, code unfold, code post] = imp_conv_disj +lemmas [code func, code unfold, symmetric, code post] = imp_conv_disj code_type bool (SML "bool")