src/Pure/System/distribution.ML
changeset 73523 2cd23d587db9
parent 73522 b219774a71ae
child 73524 c52d819499a1
equal deleted inserted replaced
73522:b219774a71ae 73523:2cd23d587db9
     1 (*  Title:      Pure/System/distribution.ML
       
     2     Author:     Makarius
       
     3 
       
     4 The Isabelle system distribution -- filled-in by makedist.
       
     5 *)
       
     6 
       
     7 structure Distribution =
       
     8 struct
       
     9   val version = "repository version";
       
    10   val is_identified = false;
       
    11 end;