packages feed

haskell-debugger-0.13.0.0: test/integration/T47d/Main.hs

module Main where
-- Look! No imports but still custom views for containers!

import qualified Data.IntMap as IM

main :: IO ()
main = f (IM.fromList [(3,"one"), (2,"two")])

f :: Show a => a -> IO ()
f action = do
    print action