Skip to content

Decompile non-prefix and non-infix functions with operator-based names using operator symbols #84

@GoogleCodeExporter

Description

@GoogleCodeExporter
For example,

> let (+) x y z = x - y - z;;

val ( + ) : int -> int -> int -> int

> decompile <@ (+) 3 3 3 @>;;
val it : string = "op_Addition 3 3 3"

is correct, but we'd like to print "(+) 3 3 3"

Original issue reported on code.google.com by stephen....@gmail.com on 23 Apr 2012 at 2:25

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