LetRecursion

morphir.ir.Value.Value.LetRecursion
final case class LetRecursion[Ta, Va](arg1: Va, arg2: Map[Name, Definition[Ta, Va]], arg3: Value[Ta, Va]) extends Value[Ta, Va]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Ta, Va]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product