packages feed

hsimport-0.5: tests/goldenFiles/ModuleTest30.hs

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

g :: Int -> Int
g =
   where