Standard Separation Logic
Separation Logic is an extension of Hoare Logic to reason about local regions of a program state.
Dashadower
Separation Logic is an extension of Hoare Logic to reason about local regions of a program state.
WIP
\mathcal
After installing code-server
through the installation script, systemctl can fail to start code-server.service
:
Search
Inductive propositions confused me so much I decided to make a note for it.
In simple terms, \(\lambda\)-calculus is a way to specify function applications without actually defining their names. Normally in programming, we can define a function like so:
let f(x) = x * x + 1 in B