src/Pure/System/distribution.ML
author wenzelm
Sat, 10 Dec 2016 17:22:47 +0100
changeset 64546 134ae7da2ccf
parent 62845 31177a9c3025
child 67866 11e4060bcdca
permissions -rw-r--r--
clarified output: avoid confusion with line:column notation;

(*  Title:      Pure/System/distribution.ML
    Author:     Makarius

The Isabelle system distribution -- filled-in by makedist.
*)

structure Distribution =
struct
  val version = "unidentified repository version";
  val is_identified = false;
  val is_official = false;
end;