On 21 August 2014 17:27, Frank <frankdmartinez@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