Packages

p

scalan

primitives

package primitives

Type Members

  1. trait Equal extends Base
  2. trait Functions extends Base with ProgramGraphs
  3. trait IfThenElse extends Base
  4. trait LogicalOps extends Base

    Slice in Scala cake with definitions of logical operations.

  5. trait NumericOps extends Base

    Slice in Scala cake with definitions of numeric operations.

  6. trait OrderingOps extends Base

    Slice in Scala cake with definitions of comparison operations.

  7. trait Thunks extends Base with Functions

    Slice in the Scalan cake with definitions of Thunk operations.

    Slice in the Scalan cake with definitions of Thunk operations. See https://en.wikipedia.org/wiki/Thunk. Thunks are used to represent lazy operations in the graph IR.

    See also

    ApplyBinOpLazy, IfThenElseLazy

  8. trait Tuples extends Base
  9. trait UnBinOps extends Base
  10. trait UniversalOps extends Base

Ungrouped