src/HOL/Tools/Function/fun.ML
changeset 63183 4d04e14d7ab8
parent 63064 2f18172214c8
child 63352 4eaf35781b23
equal deleted inserted replaced
63182:b065b4833092 63183:4d04e14d7ab8
   172 
   172 
   173 val _ =
   173 val _ =
   174   Outer_Syntax.local_theory' @{command_keyword fun}
   174   Outer_Syntax.local_theory' @{command_keyword fun}
   175     "define general recursive functions (short version)"
   175     "define general recursive functions (short version)"
   176     (function_parser fun_config
   176     (function_parser fun_config
   177       >> (fn ((config, fixes), statements) => add_fun_cmd fixes statements config))
   177       >> (fn (config, (fixes, specs)) => add_fun_cmd fixes specs config))
   178 
   178 
   179 end
   179 end