SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 20 Feb 2011 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 21 Feb 2011 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 17 Mar 2011 at 4:13