src/Pure/ROOT.scala
author blanchet
Fri, 06 Feb 2015 19:17:17 +0100
changeset 59486 2025a17bb20f
parent 57649 a43898f76ae9
child 62492 0e53fade87fe
permissions -rw-r--r--
careful about visibility of facts that have the same 'theory' in optimization

/*  Title:      Pure/ROOT.scala
    Module:     PIDE
    Author:     Makarius

Root of isabelle package.
*/

package object isabelle extends isabelle.Basic_Library
{
  object Distribution     /*filled-in by makedist*/
  {
    val version = "unidentified repository version"
    val is_identified = false
    val is_official = false
  }
}