-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See #2670 for an example which triggers the bug. The nockma case compilation did not correctly compile case expressions for standard (i.e not list or tuple) constructors. Existing compilation tests (e.g Tree, Lambda Calculus) did not fail due to the relevant `fromJust` never being evaluated due to lazy evaluation. The tests now write out the resulting nockma file to force full evaluation. * Closes #2670 --------- Co-authored-by: Paul Cadman <[email protected]>
- Loading branch information
1 parent
be24abb
commit 1413f8f
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters