src/Pure/System/distribution.ML
author immler
Thu, 22 Feb 2018 15:17:25 +0100
changeset 67685 bdff8bf0a75b
parent 62845 31177a9c3025
child 67866 11e4060bcdca
permissions -rw-r--r--
moved theorems from AFP/Affine_Arithmetic and AFP/Ordinary_Differential_Equations

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