Name: Anonymous 2009-04-04 5:42
So, is the
e.g.
<- in Haskell list comprehension an arrow (as in, ``take the x from''), or does it imitate the ∈ character from the mathematical set notation?e.g.
{x2 : x ∈ ℕ} and [x | x <- [0,1..]]).