<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:????
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font size="3" style="font-size:12pt;" color="#000000">Hi &nbsp;Andres,</font><div><font size="3" style="font-size:12pt;" color="#000000"><br></font></div><div>is there an &nbsp;example to use &nbsp;function &nbsp;in Algebra folder</div><div>and import &nbsp;Algebra?</div><div><br></div><div>&nbsp;i would like to &nbsp;test &nbsp;what is the correct &nbsp;command &nbsp;to &nbsp;compile &nbsp;example for &nbsp;std-lib .</div><div><br><div>Regards,</div><div><br></div><div>Martin&nbsp;</div><br><br><div>&gt; From: asr@eafit.edu.co<br>&gt; Date: Sat, 19 Dec 2015 05:04:14 -0500<br>&gt; Subject: Re: [Agda] how to run helloworld in agda<br>&gt; To: tesleft@hotmail.com<br>&gt; CC: leo@halfaya.org; ulf.norell@gmail.com; agda@lists.chalmers.se<br>&gt; <br>&gt; On 19 December 2015 at 03:40, Mandy Martino &lt;tesleft@hotmail.com&gt; wrote:<br>&gt; &gt; time agda -c hello.agda -i. -iagda-prelude/src -iagda-stdlib/src<br>&gt; &gt; --ghc-flag=agda-prelude/agda-ffi/Agda/FFI.hs<br>&gt; &gt;<br>&gt; &gt; got  error  when  run  above  command,  would like to display  some simple<br>&gt; &gt; result  when  using Algebra  library in stdlibrary,<br>&gt; <br>&gt; By removing `-iagda-stdlib/src` in the above command, you can run the<br>&gt; hello program:<br>&gt; <br>&gt;   $ time agda -c hello.agda -i. -iagda-prelude/src<br>&gt; --ghc-flag=agda-prelude/agda-ffi/Agda/FFI.hs<br>&gt;   $ ./hello<br>&gt;   Hello World<br>&gt; <br>&gt; -- <br>&gt; Andrés<br></div></div>                                               </div></body>
</html>