You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
qpf
macro currently is not able to handle sigma types. See the following examples. There already exists aMvQPF.Sigma
but it has not been hooked up yet.The text was updated successfully, but these errors were encountered: