Finger Exercise
¥ Open the class IntList.java in DrJava, compile it, and try evaluating
¥
¥new Empty().getFirst()
¥il1 = new NonEmpty(17, new Empty())
¥il1
¥Il1.getRest().getFirst()