src/Pure/ROOT.ML
changeset 2183 8d42a7bccf0b
parent 1864 9ac4c2240d89
child 2236 c7869a443b14
equal deleted inserted replaced
2182:29e56f003599 2183:8d42a7bccf0b
    10 instantiation of theorems can lead to inconsistent sorting of type vars if
    10 instantiation of theorems can lead to inconsistent sorting of type vars if
    11 'a::S is already present and 'a::T is introduced.
    11 'a::S is already present and 'a::T is introduced.
    12 *)
    12 *)
    13 
    13 
    14 val banner = "Pure Isabelle";
    14 val banner = "Pure Isabelle";
    15 val version = "Isabelle-94 revision 6: July 96";
    15 val version = "Isabelle-94 revision 7: November 96";
    16 
    16 
    17 print_depth 1;
    17 print_depth 1;
    18 
    18 
    19 use "library.ML";
    19 use "library.ML";
    20 use "symtab.ML";
    20 use "symtab.ML";