orc.runtime.values
Interface ListLike

All Known Implementing Classes:
ConsValue, LazyListValue, ListValue, NilValue

public interface ListLike


Method Summary
 void uncons(Token caller)
          Return the head and tail of a cons-like data structure to a token.
 void unnil(Token caller)
           
 

Method Detail

uncons

void uncons(Token caller)
Return the head and tail of a cons-like data structure to a token. The only place this should be called is the TryCons builtin site.


unnil

void unnil(Token caller)