OpenList Basics
l
OpenList(Object First, OpenList Rest)
l
L.first()
l
L.rest()
l
L.isEmpty()
l
cons(Object First, OpenList Rest)