Skip to Content.
Sympa Menu

coq-club - [Coq-Club] how to split lines in fail messages

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] how to split lines in fail messages


Chronological Thread 
  • From: Jonathan Leivent <jonikelee AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] how to split lines in fail messages
  • Date: Fri, 27 Mar 2015 18:52:29 -0400

Is there any way to compose a single fail message from multiple strings and terms with explicit line breaks inserted at certain points? I tried "\n" (eg. below) and various direct ascii characters, but they all just printed out without being interpreted as line breaks. Also, putting the fail args on separate lines doesn't change things.

fail 0 "mytactic failure:" term1 "\ndid not work with" term2


-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page