src/Pure/System/distribution.ML
author paulson <lp15@cam.ac.uk>
Wed, 25 Apr 2018 21:29:02 +0100
changeset 68041 d45b78cb86cf
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
more messy proofs redone, and new material

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