Skip to content

Prefix operator precedence should be reduced when return value is a lambda which is being applied #92

@GoogleCodeExporter

Description

@GoogleCodeExporter
For example:

    let (~-) x y : System.DateTime = x + y
    <@ (-DateTime.Now) TimeSpan.MinValue @> |> decompile =? "-DateTime.Now TimeSpan.MinValue" //incorrect decomplition: should be (-DateTime.Now) TimeSpan.MinValue

Original issue reported on code.google.com by stephen....@gmail.com on 13 May 2012 at 3:15

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions