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

4 lines
179 B
Haskell
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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