0

I have following code snippet:

*Main Lib> let myList = [1, 2, id 1] :: [Integer]
*Main Lib> let myList' = myList ++ undefined
*Main Lib> :sprint myList'
myList' = _

Why does the myList does not get evaluated?

And this too:

*Main Lib> x = 45
*Main Lib> :sprint x
x = _
softshipper
  • 32,463
  • 51
  • 192
  • 400

0 Answers0