You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stephen....@gmail.com
on 20 Feb 2011 at 4:40The text was updated successfully, but these errors were encountered: