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

HB.saturate fails on Type #415

Open
CohenCyril opened this issue Mar 6, 2024 · 0 comments
Open

HB.saturate fails on Type #415

CohenCyril opened this issue Mar 6, 2024 · 0 comments

Comments

@CohenCyril
Copy link
Member

The following should succeed but does not

From HB Require Import structures.

HB.mixin Record HasPoint T := { default : T }.

HB.instance Definition _ A : HasPoint Type := HasPoint.Build Type nat.

HB.structure Definition Pointed  := { T of HasPoint T }.

HB.saturate.

(* This should succeed now *)
Check Type : Pointed.type.
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

No branches or pull requests

1 participant