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

pure.Prop.scala Maven / Gradle / Ivy

There is a newer version: 1.1.0-RC3
Show newest version
package edu.tum.cs.isabelle.pure

class Prop private(term: Term)

object Prop {
  implicit def propTypeable: Typeable[Prop] =
    Typeable.make(Type("prop", Nil))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy