I expected 

prelude> safeHead [23,1,4,2,4,2]
23

not
Just 23

May 13, 2020 4:11:47 PM CEST Imants Cekusins <imantc@gmail.com> wrote:
prelude> safeHead [23,1,4,2,4,2]
Just 23

Looks good.

What did you expect to see?
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners