Skip to content

Fix datatype comparisons for theory replays#385

Merged
strub merged 1 commit intomainfrom
fix-381
May 25, 2023
Merged

Fix datatype comparisons for theory replays#385
strub merged 1 commit intomainfrom
fix-381

Conversation

@strub
Copy link
Member

@strub strub commented May 25, 2023

We do not need to check the inductive schemas:

  • if the constructors are compatible, so are the schemas,
  • anyway, they are going to be checked right after, and
  • at that point, they are not convertible because they come from incomaptible enclosing theories.

Fix #381

We do not need to check the inductive schemas:
 - if the constructors are compatible, so are the schemas,
 - anyway, they are going to be checked right after, and
 - at that point, they are not convertible because they come from
   incomaptible enclosing theories.

Fix #381
@strub strub merged commit 8f15fcb into main May 25, 2023
@strub strub deleted the fix-381 branch May 25, 2023 14:30
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.

Failure to instantiate inductive type with identical type

1 participant