local open FundefLib;
authorwenzelm
Sun, 03 Jun 2007 23:16:43 +0200
changeset 23215 20b5558a5419
parent 23214 dc23c062b58c
child 23216 49c78d67b807
local open FundefLib;
src/HOL/Tools/function_package/fundef_common.ML
--- a/src/HOL/Tools/function_package/fundef_common.ML	Sun Jun 03 23:16:42 2007 +0200
+++ b/src/HOL/Tools/function_package/fundef_common.ML	Sun Jun 03 23:16:43 2007 +0200
@@ -9,6 +9,8 @@
 structure FundefCommon =
 struct
 
+local open FundefLib in
+
 (* Profiling *)
 val profile = ref false;
 
@@ -326,7 +328,7 @@
                                     target=NONE, domintros=false, tailrec=false }
 
 
-
+end
 end
 
 (* Common Abbreviations *)