RosettaCodeData/Task/Null-object/Haskell/null-object-1.hs

4 lines
179 B
Haskell

undefined -- undefined value provided by the standard library
error "oops" -- another undefined value
head [] -- undefined, you can't take the head of an empty list