Skip to content

[derive.param1.trivial] Unsupported type #407

Open
@eponier

Description

@eponier

Inductive toto := | Toto : forall n, unit -> is_zero n = true-> toto.

and

Inductive toto := | Toto : forall n, is_zero n = true-> unit -> toto.

are supported by #[only(param1_trivial)] derive toto. while

Inductive toto := | Toto : unit -> forall n, is_zero n = true -> toto.

is not.

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