packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/CommentHandling/FunctionArgs.hs

module Refactor.CommentHandling.FunctionArgs where

f :: Int -- something
  -> {-| result -} Int
  -> Int  -- ^ other thing
f = undefined