diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-10-02 15:14:57 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-10-02 15:14:57 +0000 |
commit | 2d83b718db7197e451d7a47edc7611fa455bbe8d (patch) | |
tree | 594c1d1db67881c26de10a7bfeef943e3b01c409 /docs | |
parent | 81b5698d13d6c4b99ad85dfc2c0fdfafd7a469dd (diff) | |
download | haskell-2d83b718db7197e451d7a47edc7611fa455bbe8d.tar.gz |
add missing id="ffi-prim"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ffi-chap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index 2d2c5a0531..f9f52aec85 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -64,7 +64,7 @@ OK: </para> </sect2> - <sect2> + <sect2 id="ffi-prim"> <title>Primitive imports</title> <para> GHC extends the FFI with an additional calling convention |