Uses of Package
edu.rice.cs.plt.recur

Packages that use edu.rice.cs.plt.recur
edu.rice.cs.plt.recur Classes enabling safe handling of infinite or extremely deep recursion. 
 

Classes in edu.rice.cs.plt.recur used by edu.rice.cs.plt.recur
Continuation
          A thunk enabling iterative evaluation of a recursive function.
PendingContinuation
          A continuation representing computation left to be done (in contrast to ValueContinuation, which represents a completed computation).
PrecomputedRecursionStack
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
PrecomputedRecursionStack2
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
PrecomputedRecursionStack3
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
PrecomputedRecursionStack4
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
RecursionStack
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
RecursionStack2
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
RecursionStack3
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
RecursionStack4
          A stack used to store the arguments of a recursive invocation in order to prevent infinite recursion.
RecurUtil.ArrayStringMode
          Defines the representation to be used in array string-generating methods
ValueContinuation
          A continuation that is resolved at creation time.