# HG changeset patch # User wenzelm # Date 1313586888 -7200 # Node ID 2a2040c9d89803073661871aabe6cd845a58c7d5 # Parent b73b7832b3843fce2949412a521ad11a797a7f21 export Function_Fun.fun_config for user convenience; diff -r b73b7832b384 -r 2a2040c9d898 src/HOL/Tools/Function/fun.ML --- a/src/HOL/Tools/Function/fun.ML Wed Aug 17 13:14:20 2011 +0200 +++ b/src/HOL/Tools/Function/fun.ML Wed Aug 17 15:14:48 2011 +0200 @@ -7,6 +7,7 @@ signature FUNCTION_FUN = sig + val fun_config : Function_Common.function_config val add_fun : (binding * typ option * mixfix) list -> (Attrib.binding * term) list -> Function_Common.function_config -> local_theory -> Proof.context