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

Generics for PVL classes #1154

Merged
merged 34 commits into from
May 1, 2024
Merged

Generics for PVL classes #1154

merged 34 commits into from
May 1, 2024

Conversation

bobismijnnaam
Copy link
Contributor

Before merging this PR, please check the following:

  • I made sure the wiki is updated in accordance with the changes in this PR. For example, syntax changes, semantics changes, VerCors flags changes, etc.

(I will write a wiki page for generics later)

PR description

Basic generics should now work. It is mostly an extension of the generics system that was already present for applicables, with a little optimization such that only the generic instantiation of each class is fully verified.

src/col/vct/col/ast/lang/pvl/PVLInvocationImpl.scala Outdated Show resolved Hide resolved
src/col/vct/col/ast/type/typeclass/TypeImpl.scala Outdated Show resolved Hide resolved
src/col/vct/col/typerules/Types.scala Outdated Show resolved Hide resolved
src/col/vct/col/typerules/Types.scala Show resolved Hide resolved
src/main/vct/main/stages/Transformation.scala Outdated Show resolved Hide resolved
@bobismijnnaam bobismijnnaam merged commit 7eaac75 into dev May 1, 2024
16 of 19 checks passed
@bobismijnnaam bobismijnnaam deleted the generic-channels branch May 1, 2024 10:53
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.

2 participants