What does symbol ! in front of a variable name in a haskell function mean? For example
let f !x = x + 1
Thanks!