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

Update HOME_EXAM.md

parent 52dfb829
No related branches found
No related tags found
No related merge requests found
...@@ -304,12 +304,9 @@ Other boolean expressions are ...@@ -304,12 +304,9 @@ Other boolean expressions are
### Let expression ### Let expression
```math ```math
\frac{<v, σ>⇓<\text{let } v:t, σ> ⇓ σ'}{<\text{let } v : t, σ> ⇓ σ[v : t]} \frac{<v, σ> ⇓ t<\text{let } v:t, σ> ⇓ σ'}{<\text{let } v : t, σ> ⇓ σ[v : t]}
```
```math
\frac{<v,σ> ⇓ t <\text{let } v \text{ : } t,σ> ⇓ σ'}{<\text{let } v \text{ : } t, σ> ⇓ σ[v \text{ : } t]}
``` ```
Declares the variable $`v`$ with type $`t`$ to current scope.
### Assign expression ### Assign expression
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment