Packages

object LitProd

matching, building for formal product with a literal

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LitProd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def addReduce(x: LocalTerm, y: LocalTerm): Option[LocalTerm]

    (optionally) returns a single term (w.r.t.

    (optionally) returns a single term (w.r.t. +) after summing if simplification takes place.

  2. def apply(a: A, x: LocalTerm): LocalTerm
  3. def unapply(x: LocalTerm): Option[(A, LocalTerm)]