at.logic.skeptik.judgment.immutable

SeqSequent

class SeqSequent extends Sequent with SequentLike[SeqSequent]

A class for immutable sequents whose cedents are seqs.

Example:
  1. // Make an empty SetSequent via the companion object factory
    val s = SetSequent()()
    
    // Add formula f to the succedent of sequent s
    val s1 = s + f
    
    // Add formula f to the antecedent of sequent s
    val s2 = f +: s
    
    // Compute the union of two sequents
    val s3 = s1 union s2
Version

0.2

Since

0.2

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeqSequent
  2. Sequent
  3. SequentLike
  4. Judgment
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqSequent(ant: Seq[E], suc: Seq[E])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(f: E): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  5. def +:(f: E): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  6. def -(f: E): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  7. def -*(f: E): SeqSequent

  8. def -*:(f: E): SeqSequent

  9. def --*(s: SeqSequent): SeqSequent

  10. def -:(f: E): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  11. def ->[B](y: B): (SeqSequent, B)

    Implicit information
    This member is added by an implicit conversion from SeqSequent to ArrowAssoc[SeqSequent] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  12. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  14. val ant: Seq[E]

    Definition Classes
    SeqSequentSequentLike
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def canEqual(other: Any): Boolean

    Definition Classes
    Sequent
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def diff(that: Sequent): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  19. def ensuring(cond: (SeqSequent) ⇒ Boolean, msg: ⇒ Any): SeqSequent

    Implicit information
    This member is added by an implicit conversion from SeqSequent to Ensuring[SeqSequent] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (SeqSequent) ⇒ Boolean): SeqSequent

    Implicit information
    This member is added by an implicit conversion from SeqSequent to Ensuring[SeqSequent] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): SeqSequent

    Implicit information
    This member is added by an implicit conversion from SeqSequent to Ensuring[SeqSequent] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): SeqSequent

    Implicit information
    This member is added by an implicit conversion from SeqSequent to Ensuring[SeqSequent] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(v: Any): Boolean

    Definition Classes
    Sequent → AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SeqSequent to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    Sequent → AnyRef → Any
  29. def intersect(that: Sequent): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isTautological: Boolean

    Definition Classes
    SequentLike
  32. def logicalSize: Int

    Definition Classes
    SequentLike
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def size: Int

    Definition Classes
    SequentLike
  37. def subsequentOf(that: Sequent): Boolean

    Definition Classes
    SequentLike
  38. val suc: Seq[E]

    Definition Classes
    SeqSequentSequentLike
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toSeqSequent: SeqSequent

    Definition Classes
    Sequent
  41. def toSetSequent: SetSequent

    Definition Classes
    Sequent
  42. def toString(): String

    Definition Classes
    Sequent → AnyRef → Any
  43. def union(that: Sequent): SeqSequent

    Definition Classes
    SeqSequentSequentLike
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def [B](y: B): (SeqSequent, B)

    Implicit information
    This member is added by an implicit conversion from SeqSequent to ArrowAssoc[SeqSequent] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SeqSequent to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (seqSequent: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SeqSequent to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqSequent: StringAdd).self
    Definition Classes
    StringAdd
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from SeqSequent to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqSequent: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: SeqSequent

    Implicit information
    This member is added by an implicit conversion from SeqSequent to ArrowAssoc[SeqSequent] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqSequent: ArrowAssoc[SeqSequent]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SeqSequent

    Implicit information
    This member is added by an implicit conversion from SeqSequent to Ensuring[SeqSequent] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (seqSequent: Ensuring[SeqSequent]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Sequent

Inherited from SequentLike[SeqSequent]

Inherited from Judgment

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SeqSequent to StringAdd

Inherited by implicit conversion any2stringfmt from SeqSequent to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SeqSequent to ArrowAssoc[SeqSequent]

Inherited by implicit conversion any2Ensuring from SeqSequent to Ensuring[SeqSequent]

Ungrouped