src/HOL/Imperative_HOL/ex/Linked_Lists.thy
changeset 37750 82e0fe8b07eb
parent 37725 6d28a2aea936
child 37765 26bdfb7b680b
--- a/src/HOL/Imperative_HOL/ex/Linked_Lists.thy	Thu Jul 08 16:48:33 2010 +0200
+++ b/src/HOL/Imperative_HOL/ex/Linked_Lists.thy	Thu Jul 08 17:23:05 2010 +0200
@@ -999,4 +999,9 @@
 ML {* @{code test_2} () *}
 ML {* @{code test_3} () *}
 
+export_code test_1 test_2 test_3 in SML_imp module_name QSort file -
+export_code test_1 test_2 test_3 in OCaml module_name QSort file -
+export_code test_1 test_2 test_3 in OCaml_imp module_name QSort file -
+export_code test_1 test_2 test_3 in Haskell module_name QSort file -
+
 end