I saw recently that some code (Fake, specifically) uses a function @@
without defining it, presumeably it exists as part of the F# standard library, or somewhere else in .NET.
How do I search online for this type? Is there a pursuit-like or hoogle-like database I can use?
This question focuses more on how to find a particular function, and incidentally, hoogle
alternatives. There are two very good answers, and the nature of the answers and comments are quite different.