Question

The docs are clear that type aliases are not present in MSIL. However, they must be present in the assembly metadata since they're usable from other F# assemblies. Where is this information?

Was it helpful?

Solution

I believe that this information is included in a signature data resource within the assembly - you can use the FSharp.PowerPack.Metadata assembly to reflect over it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top