All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de-2019-RC4_2.12.1.1.0-RC3.source-code.pure_thy.scala Maven / Gradle / Ivy

/*  Title:      Pure/pure_thy.scala
    Author:     Makarius

Pure theory content.
*/

package isabelle


object Pure_Thy
{
  val DUMMY: String = "dummy"
  val FUN: String = "fun"
  val PROP: String = "prop"
  val ITSELF: String = "itself"

  val ALL: String = "Pure.all"
  val IMP: String = "Pure.imp"
  val EQ: String = "Pure.eq"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy