Skip to content
Snippets Groups Projects
Commit 63150b9e authored by Iustin Pop's avatar Iustin Pop Committed by Marge Bot
Browse files

Fix typo in 8.8.1 notes related to traceBinaryEvent

- fixes double mention of `traceBinaryEvent#` (the second one should be `traceEvent#`, I think)
- fixes note about `traceEvent#` taking a `String` - the docs say it takes a zero-terminated ByteString.
parent 0a3e4db3
No related merge requests found
......@@ -149,8 +149,9 @@ Template Haskell
~~~~~~~~~~~~~~~~~~~~
- GHC now exposes a new primop, ``traceBinaryEvent#``. This primop writes
eventlog events similar to ``traceBinaryEvent#`` but allows the user to pass
the event payload as a binary blob instead of a ``String``.
eventlog events similar to ``traceEvent#`` but allows the user to pass
the event payload as a binary blob instead of a zero-terminated
``ByteString``.
- The ``StableName#`` type parameter now has a phantom role instead of
a representational one. There is really no reason to care about the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment