But with type inference your tools can do that for you (e.g. C-u C-c C-t in haskell-mode).
_ f(_ a, _ b, _ c) { YOUR; CODE; HERE; }
?