Skip to content
Snippets Groups Projects
Commit 21ddc8cb authored by David Söderberg's avatar David Söderberg
Browse files

Update HOME_EXAM.md

parent dc3fd2ce
No related branches found
No related tags found
No related merge requests found
......@@ -284,17 +284,17 @@ Other boolean expressions are
### Reference and Dereference
```math
\frac{<e,σ> ⇓ v, σ'}{<\&e,σ> ⇓ \text{ ref } v,σ'}
\frac{<e,σ> ⇓ v}{<\&e,σ> ⇓ \text{ ref } v}
```
```math
\frac{<e,σ> ⇓ v, σ'}{<\&\text{ mut }e,σ> ⇓ \text{ ref mut } v,σ'}
\frac{<e,σ> ⇓ v}{<\&\text{ mut }e,σ> ⇓ \text{ ref mut } v}
```
```math
\frac{<e,σ> ⇓ v, σ'}{<*e,σ> ⇓ \text{ deref } v,σ'}
\frac{<e,σ> ⇓ v}{<*e,σ> ⇓ \text{ deref } v}
```
### Function call expression
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment