packages feed

hsimport-0.11.0: tests/inputFiles/ModuleTest38.hs

{-# Language PatternGuards #-}
module Blub
   ( blub
   , foo
   , bar
   ) where
import Control.Applicative
   (r, t, z)
import Ugah.Blub
   ( a
   , b
   , c
   )
import Data.Text (Text(..))
f :: Int -> Int
f = (+ 3)

r :: Int -> Int
r =