-- Copyright: 2009 Dino Morelli -- License: BSD3 (see LICENSE) -- Author: Dino Morelli module Multiplicity.Common ( ecTerminated ) where import System.Exit ( ExitCode (..) ) -- Exit code for when this program terminates abnormally ecTerminated :: ExitCode ecTerminated = ExitFailure 126