Skip to content

Type.FSharpName bug: can't handle types in modules #10

@GoogleCodeExporter

Description

@GoogleCodeExporter
For example:

> module Module = type Hello(x:int) = let x = x;;

module Module = begin
  type Hello =
    class
      new : x:int -> Hello
    end
end

> Sprint.sprintSig typeof<Module.Hello>;;
val it : string = "FSI_0264+Module+Hello"

Original issue reported on code.google.com by stephen....@gmail.com on 20 Feb 2011 at 4:40

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