Zulip Chat Archive
Stream: lean4
Topic: Example of simple formally verified computer program in Lean
Miguel Negrão (Feb 28 2023 at 10:03):
Is there an example of a simple formally verified computer program in Lean that I can have a look at ? Thanks !
Siddhartha Gadgil (Feb 28 2023 at 12:04):
If you want a tiny example: https://github.com/siddhartha-gadgil/proofs-and-programs-2023/blob/main/PnP2023/Lec_01_20/NatMin.lean
Miguel Negrão (Feb 28 2023 at 12:30):
Thanks, that's a great example ! I would be also curious to see something a bit bigger, like a web server, or similar, but not as big as the sel4 kernel.
Last updated: Dec 20 2023 at 11:08 UTC