Fix type in compiler blog

This commit is contained in:
Danila Fedorin 2019-10-08 23:50:21 -07:00
parent d90993a93c
commit d9486d08ae
1 changed files with 1 additions and 1 deletions

View File

@ -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,
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 >}}