Skip to content

Debugging mode #1

Description

@davidwzhao

Would be helpful to have a debugging mode, e.g. @debug E, which will print the order of reductions performed. For example,

> @debug \x.\y.(x y) a
beta reduction: \x.\y.(x y) a => \y.(a y)
eta reduction: \y.(a y) => a
a

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions