The TypeFinder F# Sample

Links: Up

This sample uses .NET reflection to implement a small utility which locates the assembly that contains a type of a particular name. The file main.fs contains the code for the program.