Skip to content

Consistent typing for yul level return and revert #198

@d-xo

Description

@d-xo

yul level return has type word -> word -> unit, whereas revert has type forall a . word -> word -> a.

These two operations are basically the same thing from the pov of the type system so we should probably give them the same type signature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions