diff options
-rw-r--r-- | WMonad.hs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ -- module WMonad ( - W, WorkSpace, WState(..), - runW, withDisplay, io, spawn, trace, whenJust + W, WorkSpace, WState(..),runW, withDisplay, io, spawn, trace, whenJust ) where import StackSet (StackSet) |