We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Is there a reason that a {fset T} with T a fintype isn't considered a fintype ?
The text was updated successfully, but these errors were encountered:
Is there a reason that a {fset T} with T a fintype isn't considered a fintype ?
What do you mean "isn't considered a fintype" ?
Sorry, something went wrong.
I would expect this to work:
From mathcomp Require Import all_ssreflect finmap. Parameter T : finType. Check [finType of {fset T}].
Ah ok, sure, no reason except I forgot ... so please submit a PR if you wish.
Merge pull request #56 from Nemeras/master
6d2b83d
Fset of a fintype is now a fintype : fixes issue #55.
No branches or pull requests
Hi,
Is there a reason that a {fset T} with T a fintype isn't considered a fintype ?
The text was updated successfully, but these errors were encountered: