Skip to content

Type.FSharpName bug: generic typedef args should be printed with leading tick #32

@GoogleCodeExporter

Description

@GoogleCodeExporter
e.g. instead of

> typedefof<int * int>.FSharpName;;
val it : string = "T1 * T2"

should be

val it : string = "'T1 * 'T2"

Original issue reported on code.google.com by stephen....@gmail.com on 18 Apr 2011 at 4:23

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions