RosettaCodeData/Task/Null-object/Haskell/null-object-1.hs
2023-07-01 13:44:08 -04:00

3 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