Get rid of the word "simply". It is a condescending word.

This commit is contained in:
Evan Czaplicki 2014-01-17 19:19:30 +01:00
parent 64b8e73a3d
commit 598058e1db

View file

@ -315,7 +315,7 @@ id x = x
{-| Creates a [constant function](http://en.wikipedia.org/wiki/Constant_function),
a function that *always* returns the same value regardless of what input you give.
It is defined simply as:
It is defined as:
always a b = a