src/Pure/ROOT.ML
changeset 6038 dfdb7584cf96
parent 5834 c6fea8488ce7
child 6083 ede76e7af057
equal deleted inserted replaced
6037:b0895662fba4 6038:dfdb7584cf96
    62 
    62 
    63 use "pure.ML";
    63 use "pure.ML";
    64 
    64 
    65 use "install_pp.ML";
    65 use "install_pp.ML";
    66 
    66 
    67 (*if true then some packages won't be too serious about actually proving things*)
    67 (*if true then some packages will OMIT SOME PROOFS*)
    68 val quick_and_dirty = ref false;
    68 val quick_and_dirty = ref false;
    69 
    69 
    70 (*several object-logics declare theories that hide basis library structures*)
    70 (*several object-logics declare theories that hide basis library structures*)
    71 structure BasisLibrary =
    71 structure BasisLibrary =
    72 struct
    72 struct
    73   structure List   = List 
    73   structure List   = List 
    74   and       Option = Option
    74   and       Option = Option
    75   and       Bool   = Bool
    75   and       Bool   = Bool
       
    76   and       String = String
    76   and       Int    = Int
    77   and       Int    = Int
    77   and       Real   = Real;
    78   and       Real   = Real;
    78 end;
    79 end;
    79 
    80 
    80 open Use;
    81 open Use;