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