Hi Michael! Ouch, I really should have some more looks at the standard libraries. Thanks! Tim > I often times do this as > > maybe (return ()) > > If you want the exact same type signature, you just need to flip it: > > flip (maybe $ return ()) > > Michael >