src/Pure/System/distribution.scala
author wenzelm
Fri, 04 Oct 2019 16:25:45 +0200
changeset 70785 edaeb8feb4d0
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
proper replacement for (map_types (K dummyT));

/*  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
}