summaryrefslogtreecommitdiff
path: root/docs/users_guide/ffi-chap.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/ffi-chap.rst')
-rw-r--r--docs/users_guide/ffi-chap.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/ffi-chap.rst b/docs/users_guide/ffi-chap.rst
index e3b6f13710..ecfece9dc6 100644
--- a/docs/users_guide/ffi-chap.rst
+++ b/docs/users_guide/ffi-chap.rst
@@ -16,7 +16,7 @@ Foreign function interface (FFI)
GHC (mostly) conforms to the Haskell Foreign Function Interface as specified
in the Haskell Report. Refer to the `relevant chapter
-<https://www.haskell.org/onlinereport/haskell2010/haskellch8.html>_`
+<https://www.haskell.org/onlinereport/haskell2010/haskellch8.html>`__
of the Haskell Report for more details.
FFI support is enabled by default, but can be enabled or disabled
@@ -105,8 +105,8 @@ OK: ::
.. _ffi-foralls:
-Explicit ``forall``s in foreign types
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Explicit "forall"s in foreign types
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The type variables in the type of a foreign declaration may be quantified with
an explicit ``forall`` by using the :extension:`ExplicitForAll` language