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

pure.package.scala Maven / Gradle / Ivy

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

/**
 * Collection of standard types for communication with Isabelle.
 */
package object pure {

  type Indexname = (String, BigInt)
  type Sort = List[String]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy