Packages

package lf

Package Members

  1. package data

Type Members

  1. trait InternalError extends AnyRef
  2. abstract class LfVersions[V] extends AnyRef
  3. final case class VersionRange[V](min: V, max: V)(implicit ordering: Ordering[V]) extends Product with Serializable

    VersionRange represents a range of versions of com.daml.lf.language.LanguageVersion or com.daml.lf.transaction.TransactionVersion.

    VersionRange represents a range of versions of com.daml.lf.language.LanguageVersion or com.daml.lf.transaction.TransactionVersion.

    V

    either com.daml.lf.language.LanguageVersion or com.daml.lf.transaction.TransactionVersion.

    min

    the minimal version included in the range.

    max

    the maximal version included in the range.

Ungrouped