[Haskell-beginners] Detecting duplicate code by AST?
Ozgur Akgun
ozgurakgun at gmail.com
Thu Aug 21 16:55:46 UTC 2014
On 21 August 2014 17:27, Frank <frankdmartinez at gmail.com> wrote:
> Can Anyone point Me in the direction of a tool/method of detecting code
> duplicates based on analysis of abstract syntax trees (ASTs)?
>
hlint can do a form of this. give it a go.
cabal install hlint && hlint --help
hope this helps,
--
Ozgur Akgun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140821/7275ea31/attachment.html>
More information about the Beginners
mailing list