src/Pure/System/distribution.ML
author wenzelm
Mon, 13 Mar 2017 15:25:25 +0100
changeset 65208 91c528cd376a
parent 62845 31177a9c3025
child 67866 11e4060bcdca
permissions -rw-r--r--
more robust Session.stop: idempotent, avoid conflict with startup;

(*  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;