more clever module names for code generation
authorhaftmann
Fri, 24 Oct 2008 17:51:35 +0200
changeset 28689 2947dc320178
parent 28688 1a9fabb515cd
child 28690 fc51fa5efea1
more clever module names for code generation
src/HOL/Datatype.thy
--- a/src/HOL/Datatype.thy	Fri Oct 24 17:48:42 2008 +0200
+++ b/src/HOL/Datatype.thy	Fri Oct 24 17:51:35 2008 +0200
@@ -695,13 +695,4 @@
 code_reserved OCaml
   option None Some
 
-code_modulename SML
-  Datatype Nat
-
-code_modulename OCaml
-  Datatype Nat
-
-code_modulename Haskell
-  Datatype Nat
-
 end