Skip to content

Change signatures for raw evaluation to return generic argument type #71

@GoogleCodeExporter

Description

@GoogleCodeExporter
e.g. instead of

evalRaw <@ 3 @> :?> int + 3

we can do

evalRaw <@ 3 @> + 3

which would be the same as

evalRaw<int> <@ 3 @> + 3

Original issue reported on code.google.com by stephen....@gmail.com on 6 Sep 2011 at 12:04

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