We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd666c1 commit a48ed7cCopy full SHA for a48ed7c
1 file changed
src/abi/Foreign.idr
@@ -190,7 +190,7 @@ prim__registerCallback : Bits64 -> AnyPtr -> PrimIO Bits32
190
191
-- TODO: Implement safe callback registration.
192
-- The callback must be wrapped via a proper FFI callback mechanism.
193
--- Do NOT use believe_me — it is banned per project safety standards.
+-- Do NOT use cast — it is banned per project safety standards.
194
-- See: https://idris2.readthedocs.io/en/latest/ffi/ffi.html#callbacks
195
196
--------------------------------------------------------------------------------
0 commit comments