diff options
author | Morrow <themorrowm@gmail.com> | 2022-01-30 06:08:22 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-02 19:27:21 -0500 |
commit | d2cce4532947367a5305783bd3e93c1858cded2e (patch) | |
tree | 3a5ffc21fc93b53275bf6baf5d28235d9b51a6e7 /libraries | |
parent | 074945de11877b489a816141ee77cb96ddea8b0b (diff) | |
download | haskell-d2cce4532947367a5305783bd3e93c1858cded2e.tar.gz |
Fix @since annotation on Nat
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/TypeNats.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/TypeNats.hs b/libraries/base/GHC/TypeNats.hs index ef4a5a8817..e764ed47db 100644 --- a/libraries/base/GHC/TypeNats.hs +++ b/libraries/base/GHC/TypeNats.hs @@ -58,7 +58,7 @@ import GHC.TypeNats.Internal(CmpNat) -- Prevously, this was an opaque data type, but it was changed to a type -- synonym. -- --- @since 4.15.0.0 +-- @since 4.16.0.0 type Nat = Natural -------------------------------------------------------------------------------- |