packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/CommentHandling/FunctionArgs.hs

module Refactor.CommentHandling.FunctionArgs where

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