Skip to content

Symbols API: Request: Make it easier to detect measureable type definitions #5992

Open
@alfonsogarciacaro

Description

@alfonsogarciacaro

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

No type

Projects

Status

New

Relationships

None yet

Development

No branches or pull requests

Issue actions