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 = _