mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-08 16:11:51 -07:00
type sig for abort.
This commit is contained in:
@@ -147,8 +147,9 @@ data Stack a = Empty
|
||||
deriving (Show, Read, Eq)
|
||||
|
||||
|
||||
-- this function indicates to catch that an error is expected
|
||||
abort x = error x
|
||||
-- | this function indicates to catch that an error is expected
|
||||
abort :: String -> a
|
||||
abort x = error $ "xmonad: StackSet: " ++ x
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Construction
|
||||
|
Reference in New Issue
Block a user