tuned module names
authorhaftmann
Thu, 08 Jul 2010 16:19:23 +0200
changeset 37743 0a3fa8fbcdc5
parent 37742 d8e7f473c3a1
child 37744 3daaf23b9ab4
tuned module names
src/HOL/String.thy
--- a/src/HOL/String.thy	Thu Jul 08 16:17:44 2010 +0200
+++ b/src/HOL/String.thy	Thu Jul 08 16:19:23 2010 +0200
@@ -219,4 +219,16 @@
 
 hide_type (open) literal
 
+
+text {* Code generator setup *}
+
+code_modulename SML
+  String String
+
+code_modulename OCaml
+  String String
+
+code_modulename Haskell
+  String String
+
 end
\ No newline at end of file