Coq-Equations icon indicating copy to clipboard operation
Coq-Equations copied to clipboard

Error: Anomaly "more than one statement."

Open TDiazT opened this issue 6 years ago • 0 comments
trafficstars

I got the following error while trying to admit an obligation:

Error: Anomaly "more than one statement."
Please report at http://coq.inria.fr/bugs/.

I was doing something of the following sort:

Equations? foo : ... :=
{
   ...
}.
(* Proving a case *)
Admitted.

Not sure if it is related to this issue somehow.

TDiazT avatar May 20 '19 23:05 TDiazT