src/HOL/ex/ROOT.ML
changeset 28866 30cd9d89a0fb
parent 28630 3a4ed60b6b7e
child 28952 15a4b2cf8c34
equal deleted inserted replaced
28865:194e8f3439fe 28866:30cd9d89a0fb
    67 
    67 
    68 time_use_thy "Dense_Linear_Order_Ex";
    68 time_use_thy "Dense_Linear_Order_Ex";
    69 time_use_thy "PresburgerEx";
    69 time_use_thy "PresburgerEx";
    70 time_use_thy "Reflected_Presburger";
    70 time_use_thy "Reflected_Presburger";
    71 
    71 
    72 time_use_thy "Reflection";
    72 use_thys ["Reflection", "ReflectionEx"];
    73 
    73 
    74 time_use_thy "SVC_Oracle";
    74 time_use_thy "SVC_Oracle";
    75 
    75 
    76 (*check if user has SVC installed*)
    76 (*check if user has SVC installed*)
    77 fun svc_enabled () = getenv "SVC_HOME" <> "";
    77 fun svc_enabled () = getenv "SVC_HOME" <> "";