Skip to content

Commit

Permalink
Small layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eladrion committed Mar 20, 2024
1 parent 7a9b4e0 commit 31bec3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/sphinx/addendum/extraction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,9 @@ OCaml code with C code, the linker needs to know
Axiom f : nat -> nat -> nat.
Extract Foreign Constant f => "f_impl".

Here, the extracted external definition will be
``external f : int -> int -> int = "f_impl"``.
Here, the extracted external definition will be:

``external f : int -> int -> int = "f_impl"``

.. caution::

Expand Down

0 comments on commit 31bec3a

Please sign in to comment.