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