src/HOL/FunDef.thy
changeset 23203 a5026e73cfcf
parent 22919 3de2d0b5b89a
child 23494 f985f9239e0d
equal deleted inserted replaced
23202:98736a2fec98 23203:a5026e73cfcf
     7 
     7 
     8 theory FunDef
     8 theory FunDef
     9 imports Datatype Accessible_Part
     9 imports Datatype Accessible_Part
    10 uses
    10 uses
    11   ("Tools/function_package/sum_tools.ML")
    11   ("Tools/function_package/sum_tools.ML")
       
    12   ("Tools/function_package/fundef_lib.ML")
    12   ("Tools/function_package/fundef_common.ML")
    13   ("Tools/function_package/fundef_common.ML")
    13   ("Tools/function_package/fundef_lib.ML")
       
    14   ("Tools/function_package/inductive_wrap.ML")
    14   ("Tools/function_package/inductive_wrap.ML")
    15   ("Tools/function_package/context_tree.ML")
    15   ("Tools/function_package/context_tree.ML")
    16   ("Tools/function_package/fundef_core.ML")
    16   ("Tools/function_package/fundef_core.ML")
    17   ("Tools/function_package/mutual.ML")
    17   ("Tools/function_package/mutual.ML")
    18   ("Tools/function_package/pattern_split.ML")
    18   ("Tools/function_package/pattern_split.ML")
    86     by (rule THE_default_none)
    86     by (rule THE_default_none)
    87 qed
    87 qed
    88 
    88 
    89 
    89 
    90 use "Tools/function_package/sum_tools.ML"
    90 use "Tools/function_package/sum_tools.ML"
       
    91 use "Tools/function_package/fundef_lib.ML"
    91 use "Tools/function_package/fundef_common.ML"
    92 use "Tools/function_package/fundef_common.ML"
    92 use "Tools/function_package/fundef_lib.ML"
       
    93 use "Tools/function_package/inductive_wrap.ML"
    93 use "Tools/function_package/inductive_wrap.ML"
    94 use "Tools/function_package/context_tree.ML"
    94 use "Tools/function_package/context_tree.ML"
    95 use "Tools/function_package/fundef_core.ML"
    95 use "Tools/function_package/fundef_core.ML"
    96 use "Tools/function_package/mutual.ML"
    96 use "Tools/function_package/mutual.ML"
    97 use "Tools/function_package/pattern_split.ML"
    97 use "Tools/function_package/pattern_split.ML"