proofpeer / proofpeer-proofscript

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

Null exception #47

Open ghost opened 9 years ago

ghost commented 9 years ago

The bootstrap files in the branch weirdnull do not compile:

* cannot evaluate theory because an exception occurred: null

There is a genuine error in the file equal.thy at line 54 column 22, where "T" is used rather than "⊤". The null error disappears when this is fixed.