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

Update HOME_EXAM.md

parent d8385e3a
No related branches found
No related tags found
No related merge requests found
...@@ -540,10 +540,6 @@ let d:bool = *b; // <-- Type missmatch ...@@ -540,10 +540,6 @@ let d:bool = *b; // <-- Type missmatch
``` ```
#### Function call #### Function call
```math
\frac{<f(e), σ> → t}{<f, σ> → \text{ret } t}
```
```math ```math
\frac{<e_1, σ> → <t_1, σ^1> ... <e_n, σ^{n-1}> → <t_n, σ^n> <f_{call}, σ^n[p_1=t_1, ..., p_n=t_n]> → <t_{res}, σ'>}{<f(e_1, ..., e_n), σ> → <f_t, σ'>} \frac{<e_1, σ> → <t_1, σ^1> ... <e_n, σ^{n-1}> → <t_n, σ^n> <f_{call}, σ^n[p_1=t_1, ..., p_n=t_n]> → <t_{res}, σ'>}{<f(e_1, ..., e_n), σ> → <f_t, σ'>}
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment