Skip to content

Support for primitive projections in tc solver #792

@Tragicus

Description

@Tragicus

The instance compiler does not like primitive projections:

From elpi Require Import tc.

Set Primitive Projections.
Record S := { sort :> Type }.
Unset Primitive Projections.

Class C (s : Type) := {}.

Fail Instance SC (s : S) : C s := Build_C s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions