Object

agt

IntrinsicSyntax

Related Doc: package agt

Permalink

object IntrinsicSyntax

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntrinsicSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type EType = GType

    Permalink

    evidence stuff

  2. case class Evidence(l: EType, r: EType) extends Highlighteable with Boxeable with Product with Serializable

    Permalink
  3. case class EvidenceTerm(e: Evidence, t: IntrinsicTerm) extends Product with Serializable

    Permalink
  4. case class IAdd(t1: IntrinsicTerm, t2: IntrinsicTerm, ev1: Evidence, ev2: Evidence) extends ISerious with Product with Serializable

    Permalink

    terms *

  5. case class IApp(t1: IntrinsicTerm, t2: IntrinsicTerm, ev1: Evidence, ev2: Evidence, tpeAnn: GType) extends ISerious with Product with Serializable

    Permalink
  6. case class IAsc(e: IntrinsicTerm, t: GType, ev: Evidence) extends ISerious with IValue with Product with Serializable

    Permalink
  7. case class IAssign(t1: IntrinsicTerm, t2: IntrinsicTerm, ev1: Evidence, ev2: Evidence, tpeAnn: GType) extends ISerious with Product with Serializable

    Permalink
  8. case class IBool(b: Boolean) extends SimpleValue with Product with Serializable

    Permalink
  9. case class IClosure(x: IVar, t: IntrinsicTerm, env: RuntimeEnvironment)(implicit substitutionMode: SubstitutionModel) extends SimpleValue with Product with Serializable

    Permalink
  10. case class IDeref(t: IntrinsicTerm, ev: Evidence, tpeAnn: GType) extends ISerious with Product with Serializable

    Permalink
  11. case class IHole() extends IntrinsicTerm with Product with Serializable

    Permalink
  12. case class IIte(t1: IntrinsicTerm, t2: IntrinsicTerm, t3: IntrinsicTerm, ev1: Evidence, ev2: Evidence, ev3: Evidence) extends ISerious with Product with Serializable

    Permalink
  13. case class ILambda(x: IVar, t: IntrinsicTerm) extends ISerious with Product with Serializable

    Permalink
  14. case class ILoc(l: String, t: GType) extends SimpleValue with Product with Serializable

    Permalink
  15. case class INumber(v: Int) extends SimpleValue with Product with Serializable

    Permalink
  16. case class IRef(t: IntrinsicTerm, ev: Evidence, tpeAnn: GType) extends ISerious with Product with Serializable

    Permalink
  17. trait ISerious extends IntrinsicTerm

    Permalink
  18. case class IUnit() extends SimpleValue with Product with Serializable

    Permalink
  19. trait IValue extends IntrinsicTerm

    Permalink

    values *

  20. case class IVar(x: String, tpe: GType) extends ISerious with Product with Serializable

    Permalink
  21. trait IntrinsicTerm extends Term with Highlighteable with Boxeable with Latexable

    Permalink
  22. trait Judgment extends AnyRef

    Permalink
  23. case class Sim(ev: Evidence, t1: GType, t2: GType) extends Judgment with Product with Serializable

    Permalink
  24. trait SimpleValue extends IValue

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object IAdd extends Serializable

    Permalink
  5. object IApp extends Serializable

    Permalink
  6. object IAsc extends Serializable

    Permalink
  7. object IAssign extends Serializable

    Permalink
  8. object IDeref extends Serializable

    Permalink
  9. object IIte extends Serializable

    Permalink
  10. object IRef extends Serializable

    Permalink
  11. object Interior

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def meet(t1: GType, t2: GType): GType

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def terror(t1: GType, t2: GType): Nothing

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped