| ▲ | dwohnitmok 5 hours ago | |||||||
IIRC this book unfortunately only proves correctness directly and not runtime. Its runtime proofs are based off an abstraction of the algorithm suitable for direct manipulation by proofs rather than the actual implementation in code. Does anybody know of any languages that let you prove properties about the runtime of a function directly implemented in the language? | ||||||||
| ▲ | auggierose an hour ago | parent | next [-] | |||||||
> Its runtime proofs are based off an abstraction of the algorithm suitable for direct manipulation by proofs rather than the actual implementation in code. What is the difference? You are aware that the code is also only an abstraction, right? | ||||||||
| ||||||||
| ▲ | yuppiemephisto 3 hours ago | parent | prev [-] | |||||||
https://markushimmel.de/blog/my-first-verified-imperative-pr... Lean | ||||||||
| ||||||||