haskell-tools-refactor-1.0.1.1: examples/CommentHandling/FunctionArgs.hs
module CommentHandling.FunctionArgs where
f :: Int -- something
-> {-| result -} Int
-> Int -- ^ other thing
f = undefined
module CommentHandling.FunctionArgs where
f :: Int -- something
-> {-| result -} Int
-> Int -- ^ other thing
f = undefined