src/FOLP/ROOT.ML
changeset 72 099d949fe467
parent 0 a5a9c433f639
child 98 329b5ac27f6e
equal deleted inserted replaced
71:729fe026c5f3 72:099d949fe467
     9 *)
     9 *)
    10 
    10 
    11 val banner = "First-Order Logic with Natural Deduction with Proof Terms";
    11 val banner = "First-Order Logic with Natural Deduction with Proof Terms";
    12 
    12 
    13 writeln banner;
    13 writeln banner;
       
    14 
       
    15 structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
       
    16 open Readthy;
    14 
    17 
    15 print_depth 1;  
    18 print_depth 1;  
    16 use_thy "ifolp";
    19 use_thy "ifolp";
    17 use_thy "folp";
    20 use_thy "folp";
    18 
    21