-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TH name to identify bottoming values
This way we can just refer to "'patError" regardless of whether it lives in: - Control.Exceptions.Base, or - GHC.Internal.Control.Exception.Base (cherry picked from commit e565d26)
- Loading branch information
1 parent
7dfc59d
commit d26a06b
Showing
3 changed files
with
46 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module Clash.Normalize.Primitives where | ||
|
||
import Clash.Core.Term (PrimInfo) | ||
|
||
undefined :: PrimInfo | ||
undefinedX :: PrimInfo |
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