author | haftmann |
Thu, 09 Aug 2007 15:52:56 +0200 | |
changeset 24201 | a879b30e8e86 |
parent 24200 | adadbf9b42a4 |
child 24202 | 9e77397eba8e |
--- a/src/Pure/Tools/codegen_data.ML Thu Aug 09 15:52:55 2007 +0200 +++ b/src/Pure/Tools/codegen_data.ML Thu Aug 09 15:52:56 2007 +0200 @@ -680,7 +680,8 @@ case Symtab.lookup ((the_dtyps o get_exec) thy) tyco of SOME (vs, cos) => let val consts = CodegenConsts.consts_of_cos thy tyco vs cos; - in map_exec_purge (SOME consts) (map_dtyps (Symtab.delete tyco)) thy end + in map_exec_purge (if null consts then NONE else SOME consts) + (map_dtyps (Symtab.delete tyco)) thy end | NONE => thy; in