Skip to content

Make qpf macro support sigma types #50

Description

@Kiiyya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions