packages feed

haskell-debugger-0.13.0.0: test/golden/T225b/Main.hs

module A where

import B


main = do
  B.f
  return ()