Thread
Stories related to "A Dependent Nominal Type System for Static Analysis of Memory in Low Level Code" across the full archive.
The author writes:
> "This is the web site for a textbook about practical engineering with the Coq proof assistant. The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation.
> "I'm following an unusual philosophy in this book, so it may ...
>proof that your program will terminate
Or that a coprogram will be productive (services/servers/streaming fall under this).
Most programs these days operate on codata, so termination on a per-destructed-codata-component basis is productivity if I understand correctly.
(ejenk touches on thi...