packages feed

hsimport-0.5: tests/goldenFiles/SymbolTest29.hs

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

r :: Int -> Int
r =