Skip to content

Decompiler Bug: do a better job of sprinting None values #80

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

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