Package

es.weso

typing

Permalink

package typing

Visibility
  1. Public
  2. All

Type Members

  1. trait PosNegTyping[Node, Label] extends PosTyping[Node, Label]

    Permalink
  2. case class PosNegTypingAsMap[Node, Label](m: Map[Node, TypeRow[Label]]) extends PosNegTyping[Node, Label] with Product with Serializable

    Permalink
  3. trait PosTyping[Node, Label] extends AnyRef

    Permalink
  4. trait ReasonPosNegTyping[Node, Label, ReasonPos, ReasonNeg] extends AnyRef

    Permalink
  5. case class ReasonTypeRow[Label, ReasonPos, ReasonNeg](pos: Set[(Label, ReasonPos)], neg: Set[(Label, ReasonNeg)]) extends Product with Serializable

    Permalink
  6. case class ReasonTypingAsMap[Node, Label, ReasonPos, ReasonNeg](m: Map[Node, ReasonTypeRow[Label, ReasonPos, ReasonNeg]]) extends ReasonPosNegTyping[Node, Label, ReasonPos, ReasonNeg] with Product with Serializable

    Permalink
  7. case class TypeFail(msg: String) extends Exception with Product with Serializable

    Permalink
  8. case class TypeRow[Label](pos: Set[Label], neg: Set[Label]) extends Product with Serializable

    Permalink

Value Members

  1. object PosNegTyping

    Permalink
  2. object PosNegTypingAsMap extends Serializable

    Permalink
  3. object ReasonPosNegTyping

    Permalink
  4. object ReasonTypeRow extends Serializable

    Permalink
  5. object TypeRow extends Serializable

    Permalink

Ungrouped