We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a712db + 6418be2 commit 3c37e68Copy full SHA for 3c37e68
src/Data/Binary/Get.hs
@@ -41,7 +41,7 @@
41
-- The fields in @Trade@ are marked as strict (using @!@) since we don't need
42
-- laziness here. In practise, you would probably consider using the UNPACK
43
-- pragma as well.
44
--- <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#unpack-pragma>
+-- <https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/pragmas.html#unpack-pragma>
45
--
46
-- Now, let's have a look at a decoder for this format.
47
0 commit comments