ValidationState

final case class ValidationState[F[_]](problems: Chain[Problem], currentPath: Chain[Edge], seenOutputs: Map[String, OutToplevel[F, _]], seenInputs: Map[String, InToplevel[_]])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product