Skip to Content.
Sympa Menu

coq-club - [Coq-Club] trivial ltac question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] trivial ltac question


chronological Thread 

How do I rewrite this code so that the error message gets returned?
Lemma F:False.
match goal with
  | _ => fail "error message"
end.
(It prints the following error message:
User error: No matching clauses for match goal
)
thanks
Dan





Archive powered by MhonArc 2.6.16.

Top of Page