Skip to content
Snippets Groups Projects
Commit a46ced16 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

base: Clean up documentation

parent 174ea2fa
No related branches found
No related tags found
No related merge requests found
......@@ -21,19 +21,16 @@ module GHC.Foreign.Internal (
-- * C strings with a configurable encoding
CString, CStringLen,
-- conversion of C strings into Haskell strings
--
-- * Conversion of C strings into Haskell strings
peekCString,
peekCStringLen,
-- conversion of Haskell strings into C strings
--
-- * Conversion of Haskell strings into C strings
newCString,
newCStringLen,
newCStringLen0,
-- conversion of Haskell strings into C strings using temporary storage
--
-- * Conversion of Haskell strings into C strings using temporary storage
withCString,
withCStringLen,
withCStringLen0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment