packages feed

sockets-0.4.0.0: src-err/Socket/Error.hs

module Socket.Error
  ( die
  ) where

die :: String -> IO a
die = fail