src/Pure/System/distribution.ML
author paulson <lp15@cam.ac.uk>
Sun, 20 May 2018 18:37:34 +0100
changeset 68239 0764ee22a4d1
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
tidy up of Derivative

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