Open
Description
If I get the typed AST of let value = 0.7833263478179128134089M
, the type of value
becomes "Microsoft.FSharp.Core.decimal`1", whose .AbbreviatedType
is "System.Decimal". But if I check .IsAbbreviation
this evals to false, which makes it difficult to know whether I should check the abbreviation or not.
Metadata
Metadata
Assignees
Type
Projects
Status
New