eddie
Diff
Not logged in
Public Repositories
mwm's Repositories

Differences From Artifact [ae2681eb0b]:

To Artifact [cf666d3132]:


70
71
72
73
74
75
76



77
78
79
80
81
82
83
</dd>
<dt><strong>--module</strong></dt>
<dd>The <strong>--module</strong> <em>NAME</em> (short form <strong>-m</strong> <em>NAME</em>) option is used to import module <em>NAME</em> into Haskell before evaluating the expression.
</dd>
<dt><strong>--Module</strong></dt>
<dd>The <strong>--Module</strong> <em>NAME</em>,<em>AS</em> (short form <strong>-M</strong> <em>NAME</em>,<em>AS</em>) option imports the <em>NAME</em> module using a qualified import with an as clause, with <em>AS</em> being the value for the as clause.
</dd>



</dl>
<h1 id="diagnostics">DIAGNOSTICS</h1>
<p>If the command runs with no problems, eddie will exit with a status of 0. If there are problems with the options, such that the expression is never evaluated, then eddie will exit with a status of 1. If Haskell returns an error - probably a compilation problem - then eddie will exit with the status of 2.</p>
<h1 id="see-also">SEE ALSO</h1>
<p>The wiki at <a href="https://chiselapp.com/user/mwm/repository/eddie/wcontent" class="uri">https://chiselapp.com/user/mwm/repository/eddie/wcontent</a> for examples.</p>
<h1 id="bugs">BUGS</h1>
<p>See the issues list at <a href="https://chiselapp.com/user/mwm/repository/eddie/rptview?rn=1" class="uri">https://chiselapp.com/user/mwm/repository/eddie/rptview?rn=1</a>.</p>







>
>
>







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
</dd>
<dt><strong>--module</strong></dt>
<dd>The <strong>--module</strong> <em>NAME</em> (short form <strong>-m</strong> <em>NAME</em>) option is used to import module <em>NAME</em> into Haskell before evaluating the expression.
</dd>
<dt><strong>--Module</strong></dt>
<dd>The <strong>--Module</strong> <em>NAME</em>,<em>AS</em> (short form <strong>-M</strong> <em>NAME</em>,<em>AS</em>) option imports the <em>NAME</em> module using a qualified import with an as clause, with <em>AS</em> being the value for the as clause.
</dd>
<dt><strong>--extension</strong></dt>
<dd>The <strong>--extension</strong> <em>EXTENSION</em> (short form <strong>-X</strong> <em>EXTENSION</em>) option is used to enable the named GHC extension when evaluating the expression.
</dd>
</dl>
<h1 id="diagnostics">DIAGNOSTICS</h1>
<p>If the command runs with no problems, eddie will exit with a status of 0. If there are problems with the options, such that the expression is never evaluated, then eddie will exit with a status of 1. If Haskell returns an error - probably a compilation problem - then eddie will exit with the status of 2.</p>
<h1 id="see-also">SEE ALSO</h1>
<p>The wiki at <a href="https://chiselapp.com/user/mwm/repository/eddie/wcontent" class="uri">https://chiselapp.com/user/mwm/repository/eddie/wcontent</a> for examples.</p>
<h1 id="bugs">BUGS</h1>
<p>See the issues list at <a href="https://chiselapp.com/user/mwm/repository/eddie/rptview?rn=1" class="uri">https://chiselapp.com/user/mwm/repository/eddie/rptview?rn=1</a>.</p>