class
MakeSchemeLattice[S, B, I, F, C, Sym] extends SchemeLattice
Type Members
-
case class
Bool(b: B) extends Value with Product with Serializable
-
case class
CannotJoin[Abs](values: Set[Abs]) extends Exception with Product with Serializable
-
case class
Char(c: C) extends Value with Product with Serializable
-
case class
Closure[Exp, Addr](lambda: Exp, env: Environment[Addr])(implicit evidence$9: Expression[Exp], evidence$10: Address[Addr]) extends Value with Product with Serializable
-
case class
Cons[Addr](car: Addr, cdr: Addr)(implicit evidence$11: Address[Addr]) extends Value with Product with Serializable
-
case class
Element(v: Value) extends L with Product with Serializable
-
case class
Elements(vs: Set[Value]) extends L with Product with Serializable
-
case class
Int(i: I) extends Value with Product with Serializable
-
sealed
trait
L extends AnyRef
-
case class
Prim[Addr, Abs](prim: Primitive[Addr, Abs])(implicit evidence$7: Address[Addr], evidence$8: JoinLattice[Abs]) extends Value with Product with Serializable
-
case class
Real(f: F) extends Value with Product with Serializable
-
case class
Str(s: S) extends Value with Product with Serializable
-
case class
Symbol(s: Sym) extends Value with Product with Serializable
-
sealed
trait
Value extends AnyRef
-
case class
Vec[Addr](size: I, elements: Map[I, Addr], init: Addr)(implicit evidence$12: Address[Addr]) extends Value with Product with Serializable
-
case class
VectorAddress[Addr](a: Addr)(implicit evidence$13: Address[Addr]) extends Value with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): scala.Int
-
def
+(other: String): String
-
def
->[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
-
final
def
==(arg0: Any): Boolean
-
val
False: Bool
-
val
True: Bool
-
final
def
asInstanceOf[T0]: T0
-
val
boolAndMonoid: Monoid[Boolean]
-
val
boolOrMonoid: Monoid[Boolean]
-
def
clone(): AnyRef
-
def
ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): scala.Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isSchemeLattice: IsSchemeLattice[L] { ... /* 2 definitions in type refinement */ }
-
val
isSchemeLatticeValue: IsSchemeLattice[Value]
-
implicit
val
lsetMonoid: Monoid[L]
-
implicit
def
mayFailMonoid[A](implicit monoid: Monoid[A]): Monoid[MayFail[A]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
setMonoid[A]: Monoid[Set[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
-
object
Bot extends Value with Product with Serializable
-
object
L
-
object
Nil extends Value with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): scala.Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): scala.Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
MakeSchemeLattice[S, B, I, F, C, Sym] to any2stringadd[MakeSchemeLattice[S, B, I, F, C, Sym]]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
MakeSchemeLattice[S, B, I, F, C, Sym] to StringFormat[MakeSchemeLattice[S, B, I, F, C, Sym]]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
MakeSchemeLattice[S, B, I, F, C, Sym] to Ensuring[MakeSchemeLattice[S, B, I, F, C, Sym]]
Value Members
-
def
ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
Inherited by implicit conversion ArrowAssoc from
MakeSchemeLattice[S, B, I, F, C, Sym] to ArrowAssoc[MakeSchemeLattice[S, B, I, F, C, Sym]]
Value Members
-
def
->[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
-
def
→[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
Ungrouped
-
case class
Bool(b: B) extends Value with Product with Serializable
-
case class
CannotJoin[Abs](values: Set[Abs]) extends Exception with Product with Serializable
-
case class
Char(c: C) extends Value with Product with Serializable
-
case class
Closure[Exp, Addr](lambda: Exp, env: Environment[Addr])(implicit evidence$9: Expression[Exp], evidence$10: Address[Addr]) extends Value with Product with Serializable
-
case class
Cons[Addr](car: Addr, cdr: Addr)(implicit evidence$11: Address[Addr]) extends Value with Product with Serializable
-
case class
Element(v: Value) extends L with Product with Serializable
-
case class
Elements(vs: Set[Value]) extends L with Product with Serializable
-
case class
Int(i: I) extends Value with Product with Serializable
-
sealed
trait
L extends AnyRef
-
case class
Prim[Addr, Abs](prim: Primitive[Addr, Abs])(implicit evidence$7: Address[Addr], evidence$8: JoinLattice[Abs]) extends Value with Product with Serializable
-
case class
Real(f: F) extends Value with Product with Serializable
-
case class
Str(s: S) extends Value with Product with Serializable
-
case class
Symbol(s: Sym) extends Value with Product with Serializable
-
sealed
trait
Value extends AnyRef
-
case class
Vec[Addr](size: I, elements: Map[I, Addr], init: Addr)(implicit evidence$12: Address[Addr]) extends Value with Product with Serializable
-
case class
VectorAddress[Addr](a: Addr)(implicit evidence$13: Address[Addr]) extends Value with Product with Serializable
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): scala.Int
-
def
+(other: String): String
-
def
->[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
-
final
def
==(arg0: Any): Boolean
-
val
False: Bool
-
val
True: Bool
-
final
def
asInstanceOf[T0]: T0
-
val
boolAndMonoid: Monoid[Boolean]
-
val
boolOrMonoid: Monoid[Boolean]
-
def
clone(): AnyRef
-
def
ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: (MakeSchemeLattice[S, B, I, F, C, Sym]) ⇒ Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MakeSchemeLattice[S, B, I, F, C, Sym]
-
def
ensuring(cond: Boolean): MakeSchemeLattice[S, B, I, F, C, Sym]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): scala.Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isSchemeLattice: IsSchemeLattice[L] { ... /* 2 definitions in type refinement */ }
-
val
isSchemeLatticeValue: IsSchemeLattice[Value]
-
implicit
val
lsetMonoid: Monoid[L]
-
implicit
def
mayFailMonoid[A](implicit monoid: Monoid[A]): Monoid[MayFail[A]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
setMonoid[A]: Monoid[Set[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (MakeSchemeLattice[S, B, I, F, C, Sym], B)
-
object
Bot extends Value with Product with Serializable
-
object
L
-
object
Nil extends Value with Product with Serializable
-
def
finalize(): Unit