author | haftmann |
Fri, 13 Oct 2006 09:02:21 +0200 | |
changeset 21008 | 330a8a6dd53c |
parent 21007 | 1bbb31aaf98d |
child 21009 | 0eae3fb48936 |
--- a/src/HOL/Library/ExecutableSet.thy Thu Oct 12 22:57:45 2006 +0200 +++ b/src/HOL/Library/ExecutableSet.thy Fri Oct 13 09:02:21 2006 +0200 @@ -230,6 +230,11 @@ section {* code generator setup *} +ML {* +nonfix inter; +nonfix union; +*} + code_constname "ExecutableSet.member" "List.member" "ExecutableSet.insertl" "List.insertl"