Merge pull request #179 from isomorphisms/patch-2

'/' is a character
This commit is contained in:
Adam Bard 2013-08-08 14:21:12 -07:00
commit f97d85c5ab

View File

@ -131,7 +131,7 @@ add 1 2 -- 3
-- with backticks:
1 `add` 2 -- 3
-- You can also define functions that have no characters! This lets
-- You can also define functions that have no letters! This lets
-- you define your own operators! Here's an operator that does
-- integer division
(//) a b = a `div` b