src/HOL/Tools/Function/function.ML
changeset 63183 4d04e14d7ab8
parent 63064 2f18172214c8
child 63239 d562c9948dee
--- a/src/HOL/Tools/Function/function.ML	Mon May 30 14:15:44 2016 +0200
+++ b/src/HOL/Tools/Function/function.ML	Mon May 30 20:58:16 2016 +0200
@@ -274,7 +274,7 @@
   Outer_Syntax.local_theory_to_proof' @{command_keyword function}
     "define general recursive functions"
     (function_parser default_config
-      >> (fn ((config, fixes), statements) => function_cmd fixes statements config))
+      >> (fn (config, (fixes, specs)) => function_cmd fixes specs config))
 
 val _ =
   Outer_Syntax.local_theory_to_proof @{command_keyword termination}