packages feed

hsimport-0.5: tests/inputFiles/SymbolTest27.hs

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

g :: Int
g =
   where