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

Make qpf macro support sigma types #50

Open
Kiiyya opened this issue Dec 2, 2024 · 0 comments
Open

Make qpf macro support sigma types #50

Kiiyya opened this issue Dec 2, 2024 · 0 comments

Comments

@Kiiyya
Copy link
Contributor

Kiiyya commented Dec 2, 2024

The qpf macro currently is not able to handle sigma types. See the following examples. There already exists a MvQPF.Sigma but it has not been hooked up yet.

qpf F₁ A B := A × B -- works, `Prod`
qpf F₂ A   := (C : Type) × (C -> A) -- fails
qpf F₃ A   := (i : Nat) × (A × Fin i) -- fails
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