<?xml version=
"1.0" encoding=
"UTF-8" ?>
<!
DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd " >
<
html xmlns=
"http://www.w3.org/1999/xhtml " xml:lang=
"en" >
<
head >
<
script type=
"text/javascript"
src=
"https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML " >
</
script >
<
title >GAP (MonoidalCategories) - Chapter 3:
Code Generation for Monodial Categories</
title >
<
meta http-equiv=
"content-type" content=
"text/html; charset=UTF-8" />
<
meta name=
"generator" content=
"GAPDoc2HTML" />
<
link rel=
"stylesheet" type=
"text/css" href=
"manual.css" />
<
script src=
"manual.js" type=
"text/javascript" ></
script >
<
script type=
"text/javascript" >overwriteStyle();</
script >
</
head >
<
body class=
"chap3" onload=
"jscontent()" >
<
div class=
"chlinktop" ><
span class=
"chlink1" >Goto Chapter: </
span ><a href=
"chap0_mj.html" >Top<
/a> <a href="chap1_mj.html" >1</a> <a href="chap2_mj.html" >2</a> <a href="chap3_mj.html" >3</a> <a href="chap4_mj.html" >4</a> <a href="chap5_mj.html" >5</a> <a href="chap6_mj.html" >6</a> <a href="chapInd_mj.html" >Ind</a> </div >
<div class="chlinkprevnexttop" > <a href="chap0_mj.html" >[Top of Book]</a> <a href="chap0_mj.html#contents" >[Contents]</a> <a href="chap2_mj.html" >[Previous Chapter]</a> <a href="chap4_mj.html" >[Next Chapter]</a> </div >
<p id="mathjaxlink" class="pcenter" ><a href="chap3.html" >[MathJax off]</a></p>
<p><a id="X7C2E370A85B0A5CB" name="X7C2E370A85B0A5CB" ></a></p>
<div class="ChapSects" ><a href="chap3_mj.html#X7C2E370A85B0A5CB" >3 <span class="Heading" >Code Generation for Monodial Categories</span ></a>
<div class="ContSect" ><span class="tocline" ><span class="nocss" > </span ><a href="chap3_mj.html#X808DC49C7ED99B52" >3.1 <span class="Heading" >Monoidal Categories</span ></a>
</span >
<div class="ContSSBlock" >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3_mj.html#X85C82D6A878B25DD" >3.1-1 WriteFileForMonoidalStructure</a></span >
</div ></div >
<div class="ContSect" ><span class="tocline" ><span class="nocss" > </span ><a href="chap3_mj.html#X7BC682067A30E580" >3.2 <span class="Heading" >Closed Monoidal Categories</span ></a>
</span >
<div class="ContSSBlock" >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3_mj.html#X7EF7CDED85FB1CA1" >3.2-1 WriteFileForClosedMonoidalStructure</a></span >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3_mj.html#X7B1E6E95839A2EB7" >3.2-2 WriteFileForLeftClosedMonoidalStructure</a></span >
</div ></div >
<div class="ContSect" ><span class="tocline" ><span class="nocss" > </span ><a href="chap3_mj.html#X8197D69B805349AC" >3.3 <span class="Heading" >Coclosed Monoidal Categories</span ></a>
</span >
<div class="ContSSBlock" >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3_mj.html#X83DBF79278AD1D37" >3.3-1 WriteFileForCoclosedMonoidalStructure</a></span >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3_mj.html#X7DAEDDFF84783E19" >3.3-2 WriteFileForLeftCoclosedMonoidalStructure</a></span >
</div ></div >
</div >
<h3>3 <span class="Heading" >Code Generation for Monodial Categories</span ></h3>
<p><a id="X808DC49C7ED99B52" name="X808DC49C7ED99B52" ></a></p>
<h4>3.1 <span class="Heading" >Monoidal Categories</span ></h4>
<p><a id="X85C82D6A878B25DD" name="X85C82D6A878B25DD" ></a></p>
<h5>3.1-1 WriteFileForMonoidalStructure</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ WriteFileForMonoidalStructure</code >( <var class="Arg" >key_val_rec</var >, <var class="Arg" >package_name</var >, <var class="Arg" >files_rec</var > )</td ><td class="tdright" >( function )</td ></tr ></table ></div >
<p>Returns: nothing</p>
<p>This functions uses the dictionary <var class="Arg" >key_val_rec</var > to create a new monoidal structure. It generates the necessary files in the package <var class="Arg" >package_name</var > using the file-correspondence table <var class="Arg" >files_rec</var >. See the implementation for details .</p>
<p><a id="X7BC682067A30E580" name="X7BC682067A30E580" ></a></p>
<h4>3.2 <span class="Heading" >Closed Monoidal Categories</span ></h4>
<p><a id="X7EF7CDED85FB1CA1" name="X7EF7CDED85FB1CA1" ></a></p>
<h5>3.2-1 WriteFileForClosedMonoidalStructure</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ WriteFileForClosedMonoidalStructure</code >( <var class="Arg" >key_val_rec</var >, <var class="Arg" >package_name</var >, <var class="Arg" >files_rec</var > )</td ><td class="tdright" >( function )</td ></tr ></table ></div >
<p>Returns: nothing</p>
<p>This functions uses the dictionary <var class="Arg" >key_val_rec</var > to create a new closed monoidal structure. It generates the necessary files in the package <var class="Arg" >package_name</var > using the file-correspondence table <var class="Arg" >files_rec</var >. See the implementation for details .</p>
<p><a id="X7B1E6E95839A2EB7" name="X7B1E6E95839A2EB7" ></a></p>
<h5>3.2-2 WriteFileForLeftClosedMonoidalStructure</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ WriteFileForLeftClosedMonoidalStructure</code >( <var class="Arg" >key_val_rec</var >, <var class="Arg" >package_name</var >, <var class="Arg" >files_rec</var > )</td ><td class="tdright" >( function )</td ></tr ></table ></div >
<p>Returns: nothing</p>
<p>This functions uses the dictionary <var class="Arg" >key_val_rec</var > to create a new left closed monoidal structure. It generates the necessary files in the package <var class="Arg" >package_name</var > using the file-correspondence table <var class="Arg" >files_rec</var >. See the implementation for details .</p>
<p><a id="X8197D69B805349AC" name="X8197D69B805349AC" ></a></p>
<h4>3.3 <span class="Heading" >Coclosed Monoidal Categories</span ></h4>
<p><a id="X83DBF79278AD1D37" name="X83DBF79278AD1D37" ></a></p>
<h5>3.3-1 WriteFileForCoclosedMonoidalStructure</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ WriteFileForCoclosedMonoidalStructure</code >( <var class="Arg" >key_val_rec</var >, <var class="Arg" >package_name</var >, <var class="Arg" >files_rec</var > )</td ><td class="tdright" >( function )</td ></tr ></table ></div >
<p>Returns: nothing</p>
<p>This functions uses the dictionary <var class="Arg" >key_val_rec</var > to create a new coclosed monoidal structure. It generates the necessary files in the package <var class="Arg" >package_name</var > using the file-correspondence table <var class="Arg" >files_rec</var >. See the implementation for details .</p>
<p><a id="X7DAEDDFF84783E19" name="X7DAEDDFF84783E19" ></a></p>
<h5>3.3-2 WriteFileForLeftCoclosedMonoidalStructure</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ WriteFileForLeftCoclosedMonoidalStructure</code >( <var class="Arg" >key_val_rec</var >, <var class="Arg" >package_name</var >, <var class="Arg" >files_rec</var > )</td ><td class="tdright" >( function )</td ></tr ></table ></div >
<p>Returns: nothing</p>
<p>This functions uses the dictionary <var class="Arg" >key_val_rec</var > to create a new left coclosed monoidal structure. It generates the necessary files in the package <var class="Arg" >package_name</var > using the file-correspondence table <var class="Arg" >files_rec</var >. See the implementation for details .</p>
<div class="chlinkprevnextbot" > <a href="chap0_mj.html" >[Top of Book]</a> <a href="chap0_mj.html#contents" >[Contents]</a> <a href="chap2_mj.html" >[Previous Chapter]</a> <a href="chap4_mj.html" >[Next Chapter]</a> </div >
<div class="chlinkbot" ><span class="chlink1" >Goto Chapter: </span ><a href="chap0_mj.html" >Top</a> <a href="chap1_mj.html" >1</a> <a href="chap2_mj.html" >2</a> <a href="chap3_mj.html" >3</a> <a href="chap4_mj.html" >4</a> <a href="chap5_mj.html" >5</a> <a href="chap6_mj.html" >6</a> <a href="chapInd_mj.html" >Ind</a> </div >
<hr />
<p class="foot" >generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc " >GAPDoc2HTML</a></p>
</body >
</html >
Messung V0.5 C=97 H=96 G=96
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
*© Formatika GbR, Deutschland