Open myreen opened 5 years ago
Fully updating to the new Quote syntax depends on https://github.com/HOL-Theorem-Prover/HOL/issues/1313 - in particular, there is at least once instance in characteristic/examples/cf_examplesScript.sml
that is affected by this.
The latest HOL has support for nice user facing syntax. This issue is about updating the entire code base to use the new syntax.
Two steps:
readme_gen
reject old syntax.Note that the updates need to be staged so that we don't create too much extra work on long running branches, such as
words-bitwidth-semantics
andffi-ctypes
. For example, I suspect we don't want to banprove
before those branches are merged intomaster
or at least are closer tomaster
.