Call

fs2.data.mft.Rhs.Call
case class Call[OutTag](q: Int, x: Forest, parameters: List[Rhs[OutTag]]) extends Rhs[OutTag]

Attributes

Source
MFT.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rhs[OutTag]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def ~[OutTag1 >: OutTag](that: Rhs[OutTag1]): Rhs[OutTag1]

Attributes

Inherited from:
Rhs
Source
MFT.scala