Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Errors are not caught by eval #20

@darkf

Description

@darkf

The eval function uses try which catches thrown Exceptions, but we crudely use error for error handling, which is not an exception (it's just bottom.)

We should use an exception for throwing errors, or move to ErrorT or such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions