package
expression
Type Members
-
case class
Abs
(variable: Var, body: E) extends E with Product with Serializable
-
case class
App
(function: E, argument: E) extends E with Product with Serializable
-
case class
Arrow
(t1: T, t2: T) extends T with Product with Serializable
-
trait
Atomic
extends AnyRef
-
case class
AtomicType
(name: String) extends T with Atomic with Product with Serializable
-
class
E
extends Judgment
-
trait
Infix
extends Var
-
class
RichString
extends AnyRef
-
class
T
extends AnyRef
-
case class
Var
(name: String, t: T) extends E with Product with Serializable
Value Members
-
implicit def
enrichString
(s: String): RichString
-
-
object
i
extends T with Atomic with Product with Serializable
-
object
o
extends T with Atomic with Product with Serializable
-
-