[Peras 45] Introduce Peras type family wrappers for the HFC - #2169
Merged
agustinmista merged 2 commits intoAug 6, 2026
Conversation
agustinmista
changed the base branch from
main
to
peras/epoch-context-resolution
July 31, 2026 11:55
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
July 31, 2026 12:04
f36c594 to
50939eb
Compare
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
2 times, most recently
from
August 3, 2026 08:58
51372fe to
4ffecc2
Compare
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
August 3, 2026 09:18
4ffecc2 to
6fc6285
Compare
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
August 3, 2026 09:43
6fc6285 to
f43d48d
Compare
agustinmista
marked this pull request as ready for review
August 3, 2026 12:52
agustinmista
requested review from
bladyjoker,
dnadales,
geo2a,
jasagredo and
nfrisby
as code owners
August 3, 2026 12:52
jasagredo
approved these changes
Aug 5, 2026
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
August 6, 2026 08:38
f43d48d to
fb15bce
Compare
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
August 6, 2026 09:42
fb15bce to
75447f7
Compare
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
August 6, 2026 12:12
75447f7 to
47e7720
Compare
This commit adds newtype wrappers around the per-block Peras type families that need to interact with the HFC, mirroring the existing pattern used in TypeFamilyWrappers. Co-authored-by: Agustin Mista <agustin.mista@tweag.io> Co-authored-by: Thomas BAGREL <thomas.bagrel@tweag.io> Co-authored-by: Nicolas BACQUEY <nicolas.bacquey@tweag.io>
agustinmista
force-pushed
the
peras/type-family-wrappers
branch
from
August 6, 2026 12:36
47e7720 to
ffde2bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds newtype wrappers around the per-block Peras type families that need to interact with the HFC, mirroring the existing pattern used in TypeFamilyWrappers.