hsimport-0.9.0: tests/inputFiles/ModuleTest32.hs
{-# Language PatternGuards #-}
module Blub
( blub
, foo
, bar
) where
-- | Some Haddock doc
f :: Int -> Int
f = (+ 3)
g :: Int -> Int
g =
where
{-# Language PatternGuards #-}
module Blub
( blub
, foo
, bar
) where
-- | Some Haddock doc
f :: Int -> Int
f = (+ 3)
g :: Int -> Int
g =
where