:: [IO (Maybe a)] -> IO (Maybe a) package:conferer

This utility function run a list of IO actions and returns the first that return a Just, if no one does, returns Nothing