ornicar / scalex

[abandoned] Hoogle-like documentation search engine, for scala
MIT License
90 stars 13 forks source link

Deprecated functions should be preceded by their replacement #38

Open squid-lee opened 12 years ago

squid-lee commented 12 years ago

If I look for "Int => A => List[A]" on scalex, List.make is suggested to me.

List.make has been deprecated in favour of List.fill.

Hence, I think that List.fill should be shown, and shown above List.make in the results of searching for "Int => A => List[A]"