5 lines
55 B
Haskell
5 lines
55 B
Haskell
|
module Crash where
|
||
|
|
||
|
test :: Maybe a
|
||
|
test x = undefined
|