src/LCF/ROOT.ML
changeset 17247 6927a62c77dc
parent 9000 c20d58286a51
child 25750 4e796867ccb5
equal deleted inserted replaced
17246:0f22089c6b9e 17247:6927a62c77dc
     1 (*  Title:      LCF/ROOT.ML
     1 (*  Title:      LCF/ROOT.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author:     Tobias Nipkow
     3     Author:     Tobias Nipkow
     4     Copyright   1992  University of Cambridge
     4     Copyright   1992  University of Cambridge
     5 
       
     6 LCF on top of First-Order Logic.
       
     7 
       
     8 This theory is based on Lawrence Paulson's book Logic and Computation.
       
     9 *)
     5 *)
    10 
     6 
    11 val banner = "Logic for Computable Functions (in FOL)";
     7 val banner = "Logic for Computable Functions (in FOL)";
    12 writeln banner;
     8 writeln banner;
    13 
     9 
    14 print_depth 1;
       
    15 use_thy "LCF";
    10 use_thy "LCF";
    16 use"simpdata.ML";
       
    17 use_thy"pair";
       
    18 use_thy"fix";