src/Pure/System/distribution.scala
author haftmann
Thu, 24 May 2018 09:26:26 +0000
changeset 68270 2bc921b2159b
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
treat gcd_eq_1_imp_coprime analogously to mod_0_imp_dvd

/*  Title:      Pure/System/distribution.scala
    Author:     Makarius

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

package isabelle


object Distribution
{
  val version = "repository version"
  val is_identified = false
  val is_official = false
}