6 lines
52 B
Haskell
6 lines
52 B
Haskell
module Bad
|
|
( bad )
|
|
where
|
|
|
|
bad :: Into
|
|
bad = "foo"
|