summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/ghc-bignum/src/GHC/Num/Natural.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-bignum/src/GHC/Num/Natural.hs-boot b/libraries/ghc-bignum/src/GHC/Num/Natural.hs-boot
index 57e1a9d9a9..f902323f2a 100644
--- a/libraries/ghc-bignum/src/GHC/Num/Natural.hs-boot
+++ b/libraries/ghc-bignum/src/GHC/Num/Natural.hs-boot
@@ -10,7 +10,7 @@ import GHC.Types
data Natural
= NS !Word#
- | NB !BigNat
+ | NB !BigNat#
naturalToWord# :: Natural -> Word#
naturalFromWord# :: Word# -> Natural