Skip to content

Support function and value names that require being surrounded by back-ticks #87

@GoogleCodeExporter

Description

@GoogleCodeExporter
For starters, need to consider spaces in names or names that are reserved words.

The following are not correct:

> let ``hello world`` = 0;;

val ( hello world ) : int = 0

> decompile <@ ``hello world`` @>;;
val it : string = "hello world"

> let ``goodbye world`` x = x;;

val ( goodbye world ) : 'a -> 'a

> decompile <@ ``goodbye world`` 0 @>;;
val it : string = "goodbye world 0"

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

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