src/HOLCF/ROOT.ML
changeset 393 02b27671b899
parent 297 5ef75ff3baeb
child 625 119391dd1d59
equal deleted inserted replaced
392:674d878719bd 393:02b27671b899
     9 
     9 
    10 val banner = "Higher-order Logic of Computable Functions";
    10 val banner = "Higher-order Logic of Computable Functions";
    11 writeln banner;
    11 writeln banner;
    12 print_depth 1;
    12 print_depth 1;
    13 
    13 
    14 structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
    14 init_thy_reader();
    15 Readthy.loaded_thys := !loaded_thys;
       
    16 open Readthy;
       
    17 
    15 
    18 use_thy "Holcfb";
    16 use_thy "Holcfb";
    19 use_thy "Void";
    17 use_thy "Void";
    20 
    18 
    21 use_thy "Porder0";
    19 use_thy "Porder0";