diff options
author | i <isomorphisms@sdf.org> | 2013-08-08 15:05:01 -0400 |
---|---|---|
committer | i <isomorphisms@sdf.org> | 2013-08-08 15:05:01 -0400 |
commit | 946a450995d874c807faa16a5df817ca80a7ecb0 (patch) | |
tree | c199b26863fbffdda4bf2c7a89f30ffd86e0e97c | |
parent | 29d2880c6177ff243e6f2413b5f17e9c7fe73f3f (diff) |
'/' is a character
Do you mean no letters?
-rw-r--r-- | haskell.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell.html.markdown b/haskell.html.markdown index be7d8669..9847ef2a 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -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 |