src/HOL/FunDef.thy
changeset 25556 8d3b7c27049b
parent 24699 c6674504103f
child 25567 5720345ea689
equal deleted inserted replaced
25555:224a40e39457 25556:8d3b7c27049b
    11   ("Tools/function_package/fundef_lib.ML")
    11   ("Tools/function_package/fundef_lib.ML")
    12   ("Tools/function_package/fundef_common.ML")
    12   ("Tools/function_package/fundef_common.ML")
    13   ("Tools/function_package/inductive_wrap.ML")
    13   ("Tools/function_package/inductive_wrap.ML")
    14   ("Tools/function_package/context_tree.ML")
    14   ("Tools/function_package/context_tree.ML")
    15   ("Tools/function_package/fundef_core.ML")
    15   ("Tools/function_package/fundef_core.ML")
       
    16   ("Tools/function_package/sum_tree.ML")
    16   ("Tools/function_package/mutual.ML")
    17   ("Tools/function_package/mutual.ML")
    17   ("Tools/function_package/pattern_split.ML")
    18   ("Tools/function_package/pattern_split.ML")
    18   ("Tools/function_package/fundef_package.ML")
    19   ("Tools/function_package/fundef_package.ML")
    19   ("Tools/function_package/auto_term.ML")
    20   ("Tools/function_package/auto_term.ML")
    20 begin
    21 begin
    96 use "Tools/function_package/fundef_lib.ML"
    97 use "Tools/function_package/fundef_lib.ML"
    97 use "Tools/function_package/fundef_common.ML"
    98 use "Tools/function_package/fundef_common.ML"
    98 use "Tools/function_package/inductive_wrap.ML"
    99 use "Tools/function_package/inductive_wrap.ML"
    99 use "Tools/function_package/context_tree.ML"
   100 use "Tools/function_package/context_tree.ML"
   100 use "Tools/function_package/fundef_core.ML"
   101 use "Tools/function_package/fundef_core.ML"
       
   102 use "Tools/function_package/sum_tree.ML"
   101 use "Tools/function_package/mutual.ML"
   103 use "Tools/function_package/mutual.ML"
   102 use "Tools/function_package/pattern_split.ML"
   104 use "Tools/function_package/pattern_split.ML"
   103 use "Tools/function_package/auto_term.ML"
   105 use "Tools/function_package/auto_term.ML"
   104 use "Tools/function_package/fundef_package.ML"
   106 use "Tools/function_package/fundef_package.ML"
   105 
   107