>>79
Oh. That's the second time I encountered Maybe<T>, and I haven't used it myself, so I assumed it could work like Nullable<T> with the ?? operator.
What does Maybe<T> actually do? You don't have to answer if you don't want to, I can always google and msdn.