4 lines
179 B
Haskell
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
|