fing icon indicating copy to clipboard operation
fing copied to clipboard

Canonicalise abbreviations from user input properly.

Open sandersn opened this issue 14 years ago • 1 comments

The current solution is a temporary hack involving a hard-coded map.

sandersn avatar Jun 03 '10 02:06 sandersn

The Right Thing is probably to build up a map by searching through FSharp.Core looking for types that have IsAbbreviation set. (Note that the abbreviations are recursive; int -> int32 -> System.Int32, for example)

sandersn avatar Jun 03 '10 17:06 sandersn