Can I get FSI.exe, the F# Interactive tool, to describe a type for me? In other words, there is a type I know how to access (specifically, IExpression in the Infer.NET library) but I do not know which methods it provides. I am hoping that I can use fsi to get a description of the available methods, properties, etc.
Can this be done, or is there a better way to go about it? I, sadly, do not have Visual Studio, which is how I used to get this information...
Thanks, Nels