-
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.
Reimplement positivity checker (#3057)
- Fixes #3048 - Fixes #3058 Due to #3071 I had to change the order of two lines in tests/Compilation/positive/test079.juvix.
- Loading branch information
1 parent
eaec932
commit a192654
Showing
31 changed files
with
821 additions
and
350 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
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
2 changes: 0 additions & 2 deletions
2
src/Juvix/Compiler/Internal/Translation/FromInternal/Analysis/Positivity.hs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
module Juvix.Compiler.Internal.Translation.FromInternal.Analysis.Positivity | ||
( module Juvix.Compiler.Internal.Translation.FromInternal.Analysis.Positivity.Checker, | ||
module Juvix.Compiler.Internal.Translation.FromInternal.Analysis.Positivity.Error, | ||
) | ||
where | ||
|
||
import Juvix.Compiler.Internal.Translation.FromInternal.Analysis.Positivity.Checker | ||
import Juvix.Compiler.Internal.Translation.FromInternal.Analysis.Positivity.Error |
Oops, something went wrong.