CCList.RefSourcepop rlist removes and returns Some e (the first element of rlist) or None if the rlist is empty
pop_exn rlist removes and returns the first element of rlist. Unsafe version of pop.
lift f rlist applies a list function f to the content of rlist.