-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is used to workaround (spurious) warnings GHC generates on newer versions. Example of such a warning: example/Example.hs:170:1: error: [GHC-62161] [-Wincomplete-uni-patterns, Werror=incomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ‘BusTag (DF dom Int) (Bwd (DF dom Int)) :-> BusTag (Vec 1 (DF dom Int)) (Fwd (Vec 1 (DF dom Int)))’ not matched: _ :-> BusTagBundle (Cons _ _) | 170 | fanout = circuit $ \a -> do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
- Loading branch information
1 parent
565d481
commit 19b386c
Showing
4 changed files
with
29 additions
and
4 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
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