class ListF extends java.lang.Object
static List
nil
private
ListF()
cons(int hd, List tl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final List nil
private ListF()
public static final List cons(int hd, List tl)