proofpeer / proofpeer-proofscript

The language of ProofPeer: ProofScript
MIT License
8 stars 0 forks source link

Why does `scripts/examples/DataTypes.thy` report failure in the wrong line #16

Closed phlegmaticprogrammer closed 10 years ago

phlegmaticprogrammer commented 10 years ago

Running the script gives the message

failed executing theory \examples\DataTypes at row 56, column 17:
  values cannot be compared: ["a", "c"], ["b"]

In that message, it should be row 55, not row 56.

phlegmaticprogrammer commented 10 years ago

Cannot really replicate this problem anymore after fixing a couple of others. Will close it for now.