Kakadu / zanuda

OCaml linter
GNU Lesser General Public License v3.0
63 stars 8 forks source link

Add lints about manual List.map/fold detection (fix #24) #35

Closed nemakin closed 9 months ago

nemakin commented 9 months ago

It detects manually implemented versions of List.map/List.fold_left/List.fold_right functions and suggests to choose ones from Stdlib