hsimport-0.2.6.7: tests/goldenFiles/ModuleTest16.hs
{-# Language PatternGuards #-}
module Blub
( blub
, foo
, bar
) where
import Control.Monad
f :: Int -> Int
f = (+ 3)
{-# Language PatternGuards #-}
module Blub
( blub
, foo
, bar
) where
import Control.Monad
f :: Int -> Int
f = (+ 3)