public final class Ref<A> extends java.lang.Object
Boxed references.
This is not a pure type.
private A
j
Ref(A a)
A
get()
void
put(A a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private A j
Mutable reference to a frege object.
This is used for the IORef type in the Prelude.
public Ref(A a)
public A get()
public void put(A a)