(a -> b) -> [a] -> [b] -base -parallel -syb
the deep analogue of $!. In the expression f $!! x, x is fully evaluated before the function f is applied to it.
Put something inside an HTML element.
censor f m is an action that executes the action m and applies the function f to its output, leaving the return value unchanged.
* f m = pass (liftM (\x ->
> (x,f))