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