src/Pure/package.scala
author wenzelm
Tue, 24 Sep 2013 13:23:25 +0200
changeset 53839 274a892b1230
parent 45673 cd41e3903fbf
permissions -rw-r--r--
avoid clash of auto print functions with query operations, notably sledgehammer (cf. 3461985dcbc3);

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

Toplevel isabelle package.
*/

package object isabelle extends isabelle.Basic_Library
{
}