src/HOL/UNITY/ROOT.ML
changeset 5620 3ac11c4af76a
parent 5430 4a179dba527a
child 5638 2570d7c3f6e7
equal deleted inserted replaced
5619:76a8c72e3fd4 5620:3ac11c4af76a
    19 time_use_thy "Mutex";
    19 time_use_thy "Mutex";
    20 time_use_thy "FP";
    20 time_use_thy "FP";
    21 time_use_thy "Reach";
    21 time_use_thy "Reach";
    22 time_use_thy "Handshake";
    22 time_use_thy "Handshake";
    23 time_use_thy "Lift";
    23 time_use_thy "Lift";
       
    24 time_use_thy "Comp";
    24 
    25 
    25 loadpath := "../Auth" :: !loadpath;  (*necessary to find the Auth theories*)
    26 loadpath := "../Auth" :: !loadpath;  (*to find Public.thy*)
    26 use_thy"NSP_Bad";
    27 use_thy"NSP_Bad";
       
    28 
       
    29 (*
       
    30 loadpath := "../Lex" :: !loadpath;   (*to find Prefix.thy*)
       
    31 use_thy"Client";
       
    32 *)