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

poly.algebra.package.scala Maven / Gradle / Ivy

package poly

/**
 * `Poly-algebra` contains a collection of typeclass abstractions over common algebraic structures,
 * and provides a framework for generic math programming in Scala.
 * @author Tongfei Chen
 */
package object algebra {

  type Id[X] = X

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy