Fix type in compiler blog
This commit is contained in:
parent
d90993a93c
commit
d9486d08ae
|
@ -397,6 +397,6 @@ and finally map it and insert the new branch code into the list of branches.
|
||||||
|
|
||||||
After we're done with all the branches, we also check for non-exhaustive patterns,
|
After we're done with all the branches, we also check for non-exhaustive patterns,
|
||||||
since otherwise we could run into runtime errors. With this, the case expression,
|
since otherwise we could run into runtime errors. With this, the case expression,
|
||||||
an the last of the AST nodes, can be compiled.
|
and the last of the AST nodes, can be compiled.
|
||||||
|
|
||||||
{{< todo >}}Backport bugfix in case's typecheck{{< /todo >}}
|
{{< todo >}}Backport bugfix in case's typecheck{{< /todo >}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user