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