src/Tools/Code/code_runtime.ML
changeset 63064 2f18172214c8
parent 62902 3c0f53eae166
child 63156 3cb84e4469a7
--- a/src/Tools/Code/code_runtime.ML	Wed Apr 27 10:03:35 2016 +0200
+++ b/src/Tools/Code/code_runtime.ML	Thu Apr 28 09:43:11 2016 +0200
@@ -548,7 +548,7 @@
 fun add_definiendum (ml_name, (b, T)) thy =
   thy
   |> Code_Target.add_reserved target ml_name
-  |> Specification.axiomatization [(b, SOME T, NoSyn)] []
+  |> Specification.axiomatization [(b, SOME T, NoSyn)] [] []
   |-> (fn ([Const (const, _)], _) =>
     Code_Target.set_printings (Constant (const,
       [(target, SOME (Code_Printer.simple_const_syntax (0, (K o K o K o Code_Printer.str) ml_name)))]))