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

gapt.prooftool.StructViewer.scala Maven / Gradle / Ivy

The newest version!
package gapt.prooftool

import gapt.proofs.ceres.Struct

class StructViewer(name: String, tree: Struct) extends ScrollableProofToolViewer[Struct](name, tree) {
  override type MainComponentType = DrawStruct
  override def createMainComponent = new DrawStruct(this, tree, "")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy