src/HOLCF/ROOT.ML
changeset 1168 74be52691d62
parent 961 932784dfa671
child 1267 bca91b4e1710
equal deleted inserted replaced
1167:cbd32a0f2f41 1168:74be52691d62
     5 
     5 
     6 ROOT file for the conservative extension of HOL by the LCF logic.
     6 ROOT file for the conservative extension of HOL by the LCF logic.
     7 Should be executed in subdirectory HOLCF.
     7 Should be executed in subdirectory HOLCF.
     8 *)
     8 *)
     9 
     9 
    10 val banner = "Higher-order Logic of Computable Functions";
    10 val banner = "Higher-order Logic of Computable Functions; curried version";
    11 writeln banner;
    11 writeln banner;
    12 print_depth 1;
    12 print_depth 1;
    13 
    13 
    14 init_thy_reader();
    14 init_thy_reader();
       
    15 
    15 
    16 
    16 use_thy "Holcfb";
    17 use_thy "Holcfb";
    17 use_thy "Void";
    18 use_thy "Void";
    18 
    19 
    19 use_thy "Porder0";
    20 use_thy "Porder0";
    61 use_thy "Dnat";
    62 use_thy "Dnat";
    62 use_thy "Dnat2";
    63 use_thy "Dnat2";
    63 
    64 
    64 use_thy "Stream";
    65 use_thy "Stream";
    65 use_thy "Stream2";
    66 use_thy "Stream2";
       
    67 
    66 use_thy "Dlist";
    68 use_thy "Dlist";
    67 
    69 
    68 use "../Pure/install_pp.ML";
    70 use "../Pure/install_pp.ML";
    69 print_depth 8;  
    71 print_depth 8;  
    70 
    72