export Function_Fun.fun_config for user convenience;
authorwenzelm
Wed, 17 Aug 2011 15:14:48 +0200
changeset 44237 2a2040c9d898
parent 44236 b73b7832b384
child 44238 36120feb70ed
export Function_Fun.fun_config for user convenience;
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