src/Pure/System/distribution.ML
author wenzelm
Sat, 23 May 2020 12:04:24 +0200
changeset 71870 82abfda58667
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
init default context;

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

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

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