Skip to content

Anomaly in parsing inputs #910

@patrick-nicodemus

Description

@patrick-nicodemus

I am probably just using this wrong but maybe we could get something better than "Assertion failed" for this error message?


Elpi Tactic abc. 
Elpi Accumulate lp:{{ 
  solve G GL.
}}.

Goal forall (x : nat), x = x.
Proof.
  intros.
  elpi abc ltac_term:(x).
Anomaly "File "src/rocq_elpi_arg_HOAS.ml", line 1107, characters 70-76: Assertion failed."
Please report at http://rocq-prover.org/bugs/.

the tutorial says ltac_term:(v) (for v of type constr or open_constr or uconstr or hyp), and x is a hyp so not sure what i'm doing wrong.

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