Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
June 21 2009
“
We can omit the end point of an enumeration. If a
type doesn't have a natural “upper bound”, this
will produce values indefinitely. For example, if you type
[1..] at the ghci prompt, you'll have to
interrupt or kill ghci to stop it from printing an infinite
succession of ever-larger numbers. If you are tempted to do
this...
”
— ...,72220,72221,72222,72223,^C0Interrupted. (Real World Haskell)
