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

feat: allow writing (0 : Fin (2^n)) #656

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: allow writing (0 : Fin (2^n)) #656

wants to merge 2 commits into from

Conversation

semorrison
Copy link
Collaborator

No description provided.

@semorrison semorrison marked this pull request as draft February 17, 2024 13:03
@fgdorais fgdorais added the WIP work in progress label Feb 17, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict This PR has merge conflicts with the `main` branch which must be resolved by the author. label Mar 5, 2024
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what it's worth, this already works with:

import Mathlib.Data.Fin.Basic

variable (n : ℕ)
#check (0 : Fin (2 ^ n))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-conflict This PR has merge conflicts with the `main` branch which must be resolved by the author. WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants