src/Pure/ROOT.ML
changeset 15597 b5f5722ed703
parent 15596 8665d08085df
child 15801 d2f5ca3c048d
equal deleted inserted replaced
15596:8665d08085df 15597:b5f5722ed703
     9 val banner = "Pure Isabelle";
     9 val banner = "Pure Isabelle";
    10 val version = "Isabelle repository version";    (*filled in automatically!*)
    10 val version = "Isabelle repository version";    (*filled in automatically!*)
    11 
    11 
    12 
    12 
    13 print_depth 10;
    13 print_depth 10;
    14 error_depth 30;
       
    15 
    14 
    16 (*fake hiding of private structures*)
    15 (*fake hiding of private structures*)
    17 structure Hidden = struct end;
    16 structure Hidden = struct end;
    18 
    17 
    19 (*basic tools*)
    18 (*basic tools*)