On Jul 2, 2011, at 10:09 AM, Costello, Roger L. wrote: > For example would it be better to express the above list using Maybe: > > [Nothing, Just 10, Nothing, Just 20] That is exactly the right way to do it. > Or perhaps something else? > > What do you recommend?