src/Pure/ROOT.ML
changeset 58991 a43898f76ae9
parent 57780 7f6b2634d853
child 59105 976e73e11d9a
equal deleted inserted replaced
58990:5f451a141581 58991:a43898f76ae9
     3 (** bootstrap phase 0: towards secure ML barrier *)
     3 (** bootstrap phase 0: towards secure ML barrier *)
     4 
     4 
     5 structure Distribution =     (*filled-in by makedist*)
     5 structure Distribution =     (*filled-in by makedist*)
     6 struct
     6 struct
     7   val version = "unidentified repository version";
     7   val version = "unidentified repository version";
       
     8   val is_identified = false;
     8   val is_official = false;
     9   val is_official = false;
     9 end;
    10 end;
    10 
    11 
    11 
    12 
    12 (* library of general tools *)
    13 (* library of general tools *)