lib/Tools/codegen
changeset 24220 a479ac416ac2
parent 22346 6a4203148945
child 24620 40811901b998
--- a/lib/Tools/codegen	Fri Aug 10 17:04:34 2007 +0200
+++ b/lib/Tools/codegen	Fri Aug 10 17:05:26 2007 +0200
@@ -35,6 +35,6 @@
 ## main
 
 SERI=$(echo $SERI | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
-CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodegenPackage.codegen_command (theory \"$THY\") \"$SERI\"))"
+CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodePackage.codegen_command (theory \"$THY\") \"$SERI\"))"
 
 "$ISABELLE" -q -e "$CMD" "$IMAGE"