module ShowFailure where

import qualified DialogueIO

showFailure :: DialogueIO.IOError -> String
showFailure :: IOError -> String
showFailure = IOError -> String
forall a. Show a => a -> String
show