Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes #63

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Various fixes #63

wants to merge 18 commits into from

Conversation

utkn
Copy link
Contributor

@utkn utkn commented Feb 12, 2025

This PR adds the following fixes:

  • Intermediate variables emitted by the extractor now use valid Lean indents.
  • Placeholders are emitted as valid Lean idents.
  • Trait method calls on values of generic types can be resolved during the verification. This uses the placeholder type syntax, e.g., x.foo() is converted to (_ as Trait)::foo(x) where foo is a method of the trait Trait.
  • .gitignore file fixed in test_fixture
  • Small bug fixes.

@utkn utkn requested a review from mpenciak February 12, 2025 12:01
@utkn utkn marked this pull request as ready for review February 12, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant