MicroHs-0.15.0.0: tests/ImpMet.hs
module ImpMet where import Prelude(IO, putStrLn) -- check that these symbols are available without import ls :: [] () ls = () : [] main :: IO () main = putStrLn "ok"
module ImpMet where import Prelude(IO, putStrLn) -- check that these symbols are available without import ls :: [] () ls = () : [] main :: IO () main = putStrLn "ok"