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

superquants.Operations.scala Maven / Gradle / Ivy

Go to download

Scala: Typelevel unboxed compile time dimensional analysis over tagged types. Intellij Idea compatible 100%

The newest version!
package superquants

trait Operations {
  type Operation
  type Divide <: Operation
  type Multiply <: Operation
  type Plus <: Operation
  type Minus <: Operation
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy