acme-box-0.0.0.0: src/Acme/Box.hs
{-|
The main box module.
-}
module Acme.Box
( box
) where
-- | The main box function, actually empty!
box :: IO ()
box = do
return ()
-- inspected by #42
{-|
The main box module.
-}
module Acme.Box
( box
) where
-- | The main box function, actually empty!
box :: IO ()
box = do
return ()
-- inspected by #42