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
Sprinting direct union case constructions like <@ None : option<int> @> works
fine, but e.g.
let f () = None:option<int>
unquote <@ f () @>
outputs
f()
null
when it should output
f()
None
Original issue reported on code.google.com by stephen....@gmail.com on 11 Apr 2012 at 6:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stephen....@gmail.com
on 11 Apr 2012 at 6:44The text was updated successfully, but these errors were encountered: