hl/static/report/haskell2010/haskellch25.html
2014-03-15 03:18:15 +01:00

68 lines
3.3 KiB
HTML

<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
<html xmlns="http://www.w3.org/1999/xhtml"
>
<head><title>25 Foreign.C</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" />
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" />
<!-- 2,html,xhtml -->
<meta name="src" content="haskell.tex" />
<meta name="date" content="2010-07-20 13:11:00" />
<link rel="stylesheet" type="text/css" href="haskell.css" />
</head><body
>
<!--l. 1--><div class="crosslinks"><p class="noindent">[<a
href="haskellch26.html" >next</a>] [<a
href="haskellch24.html" >prev</a>] [<a
href="haskellch24.html#tailhaskellch24.html" >prev-tail</a>] [<a
href="#tailhaskellch25.html">tail</a>] [<a
href="haskellpa2.html#haskellch25.html" >up</a>] </p></div>
<h2 class="chapterHead"><span class="titlemark">Chapter&#x00A0;25</span><br /><a
id="x33-26300025"></a><span
class="pcrr7t-">Foreign.C</span></h2>
<div class="quote">
<div class="verbatim" id="verbatim-438">
module&#x00A0;Foreign.C&#x00A0;(
&#x00A0;<br />&#x00A0;&#x00A0;&#x00A0;&#x00A0;module&#x00A0;Foreign.C.Types,&#x00A0;&#x00A0;module&#x00A0;Foreign.C.String,&#x00A0;&#x00A0;module&#x00A0;Foreign.C.Error
&#x00A0;<br />&#x00A0;&#x00A0;)&#x00A0;where
</div>
<p class="noindent"></div>
<p class="noindent"> The module <span
class="pcrr7t-">Foreign.C </span>combines the interfaces of all modules providing C-specific marshalling support,
namely
<dl> <dt class="haddockdesc">
<!--tex4ht:inline--><div class="tabular"> <table id="TBL-392" class="tabular"
cellspacing="0" cellpadding="0" rules="groups"
><colgroup id="TBL-392-1g"><col
id="TBL-392-1" /></colgroup><tr
style="vertical-align:baseline;" id="TBL-392-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-392-1-1"
class="td11"><span
class="pcrb7t-">module</span><span
class="pcrb7t-">&#x00A0;Foreign.C.Types </span></td>
</tr><tr
style="vertical-align:baseline;" id="TBL-392-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-392-2-1"
class="td11"><span
class="pcrb7t-">module</span><span
class="pcrb7t-">&#x00A0;Foreign.C.String </span></td>
</tr><tr
style="vertical-align:baseline;" id="TBL-392-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-392-3-1"
class="td11"><span
class="pcrb7t-">module</span><span
class="pcrb7t-">&#x00A0;Foreign.C.Error </span></td>
</tr></table> </div> <dd class="haddockdesc">
</dl>
<!--l. 1--><div class="crosslinks"><p class="noindent">[<a
href="haskellch26.html" >next</a>] [<a
href="haskellch24.html" >prev</a>] [<a
href="haskellch24.html#tailhaskellch24.html" >prev-tail</a>] [<a
href="haskellch25.html" >front</a>] [<a
href="haskellpa2.html#haskellch25.html" >up</a>] </p></div>
<p class="noindent"> <a
id="tailhaskellch25.html"></a>
</body></html>