summaryrefslogtreecommitdiffstats
path: root/WMonad.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-09 07:38:18 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-09 07:38:18 +0100
commit2824b4bf543eee4c5a8a62bd154a3648d77d2a74 (patch)
treeafd4f280fba15e718c6299741b3ff60d32d6557c /WMonad.hs
parent2d5c5e0c13a354251d2872f922208ca0be432cb9 (diff)
downloadmetatile-2824b4bf543eee4c5a8a62bd154a3648d77d2a74.tar
metatile-2824b4bf543eee4c5a8a62bd154a3648d77d2a74.zip
sneaky inline
darcs-hash:20070309063818-9c5c1-0da46cb02c5b9ad2c7272a23d9aec2b7ee1a3046
Diffstat (limited to 'WMonad.hs')
-rw-r--r--WMonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/WMonad.hs b/WMonad.hs
index 0b48cac..29e68ef 100644
--- a/WMonad.hs
+++ b/WMonad.hs
@@ -56,6 +56,7 @@ withDisplay f = gets display >>= f
-- | Lift an IO action into the W monad
io :: IO a -> W a
io = liftIO
+{-# INLINE io #-}
-- | spawn. Launch an external application
spawn :: String -> W ()