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

Some reflection/tactics updates #2918

Merged
merged 11 commits into from
May 7, 2023
Merged

Some reflection/tactics updates #2918

merged 11 commits into from
May 7, 2023

Conversation

mtzguido
Copy link
Member

@mtzguido mtzguido commented May 7, 2023

  • Pat_Var now has a sealed sort. As the type is no longer in the bv, it was difficult to write functions to traverse a term and accumulate variables with their types. Now it's as easy as before given that we use Tac.
  • Pat_Wild (in reflection) and Pat_wild (in the compiler) are gone, Pat_Var is used instead.
  • Tv_Unknown is now considered a legit return value for inspect/inspect_ln, the terms that cannot be inspected return Tv_Unsupp. Also Tv_Unsupp cannot be packed.

@mtzguido mtzguido merged commit 3f1c7ae into master May 7, 2023
@mtzguido mtzguido deleted the guido_tactics branch May 7, 2023 23:23
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