Hacker News new | ask | show | jobs
by throwthrow5643 980 days ago
How to formally verify a single page web application?
2 comments

Write the code and proofs in Coq. Coq can output OCaML. I believe OCaML can compile to JavaScript.

That will allow you to verify the pure functions. It will not verify the input/output that will also be necessary.

Depends on the properties you want to verify