subtract package:xmonad-contrib
the same as
flip (-).
Because
- is treated specially in the Haskell grammar,
(- e) is not a section, but an application of
prefix negation. However,
(subtract
exp) is equivalent to the disallowed section.
interface to the X11 library function XSubtractRegion().