forked from colonelpanic/dotfiles
[XMonad] Add two argument compose
This commit is contained in:
parent
9273eb17b7
commit
f640202a26
@ -77,6 +77,8 @@ main =
|
||||
|
||||
-- Utility functions
|
||||
|
||||
(<..>) a b = (fmap . fmap) a b
|
||||
|
||||
forkM :: Monad m => (i -> m a) -> (i -> m b) -> i -> m (a, b)
|
||||
forkM a b input = do
|
||||
resA <- a input
|
||||
|
Loading…
Reference in New Issue
Block a user