module Test where import Foo.Bar import Foo.Bar.Blub import Ugah.Argh import Control.Monad (when) import qualified Control.Monad as M import Control.Monad f :: Int -> Int f = (+ 3)