{-# Language PatternGuards #-} module Blub ( blub , foo , bar ) where import Ugah.Foo import Control.Applicative import Control.Monad import Ugah.Blub ddd f :: Int -> Int f = (+ 3)