This PR replaces `ffi.md` with links to the corresponding sections of the manual, so we don't have to keep two documents up to date. A corresponding reference manual PR re-synchronizes them: https://github.com/leanprover/reference-manual/pull/714
9 lines
630 B
Markdown
9 lines
630 B
Markdown
# Foreign Function Interface
|
|
|
|
The Lean FFI documentation is now part of the [Lean language reference](https://lean-lang.org/doc/reference/latest/).
|
|
|
|
* [General FFI](https://lean-lang.org/doc/reference/latest/find/?domain=Verso.Genre.Manual.section&name=ffi)
|
|
* [Representation of inductive types](https://lean-lang.org/doc/reference/latest/find/?domain=Verso.Genre.Manual.section&name=inductive-types-ffi)
|
|
* [String](https://lean-lang.org/doc/reference/latest/find/?domain=Verso.Genre.Manual.section&name=string-ffi)
|
|
* [Array](https://lean-lang.org/doc/reference/latest/find/?domain=Verso.Genre.Manual.section&name=array-ffi)
|
|
|