<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/idris-lang</id>
  <title type="text">Idris Programming Language Google Group</title>
  <subtitle type="text">
  Discussion of the Idris programming language and related topics.
  </subtitle>
  <link href="/group/idris-lang/feed/atom_v1_0_topics.xml" rel="self" title="Idris Programming Language feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Chetan Taralekar</name>
  <email>chet...@gmail.com</email>
  </author>
  <updated>2013-05-25T03:26:39Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/150dd02828bb9cc0</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/150dd02828bb9cc0" />
  <title type="html">Matrix multiplication</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m using the latest Idris 5b2f0910a9&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/edwinb/Idris-dev/commit/5b2f0910a9&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; I&#39;m trying to solve the matrix multiplication problem from this document: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cs.st-andrews.ac.uk/~eb/Idris/exercises.pdf&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Here&#39;s the code that does work: &lt;br&gt; module Lecture1 &lt;br&gt; total &lt;br&gt; repeat : (n : Nat) -&amp;gt; a -&amp;gt; Vect a n
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Christiansen</name>
  <email>da...@davidchristiansen.dk</email>
  </author>
  <updated>2013-05-23T12:43:10Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/0e137645db268490</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/0e137645db268490" />
  <title type="html">Removing &quot;return&quot; from class Monad</title>
  <summary type="html" xml:space="preserve">
  Hello fellow Idris folks, &lt;br&gt; &lt;p&gt;I&#39;ve been thinking lately it&#39;s somewhat inelegant that all of the &lt;br&gt; following are true: &lt;br&gt; &lt;p&gt;1. Every Monad is an Applicative, and Idris&#39; library enfoces this by &lt;br&gt; having Applicative be a superclass of Monad &lt;br&gt; 2. The &amp;quot;pure&amp;quot; operation on Applicative should always do the same thing
  </summary>
  </entry>
  <entry>
  <author>
  <name>philip andrew</name>
  <email>philip14...@gmail.com</email>
  </author>
  <updated>2013-05-07T02:08:40Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/8b8409d930c59e09</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/8b8409d930c59e09" />
  <title type="html">How to output the Java code?</title>
  <summary type="html" xml:space="preserve">
  How do I compile a Java file? &lt;br&gt; I compiled the JAR file as you said, I copied it to &lt;br&gt; /Users/orsa/.cabal/share/idris -0.9.7/ path. Then I copied the entire java &lt;br&gt; directory (from this project) to that path. Then I changed the file name &lt;br&gt; from executable_pom_template.xml to executable_pom.xml. &lt;br&gt; I get the following:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mathijs Kwik</name>
  <email>math...@bluescreen303.nl</email>
  </author>
  <updated>2013-05-04T23:20:10Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/37c3a5d6c17743db</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/37c3a5d6c17743db" />
  <title type="html">exposing functions through FFI</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I&#39;m trying to use a c library from idris. &lt;br&gt; This library [1] provides threaded coroutines, useful for non-blocking IO &lt;br&gt; and lightweight signaling, which is very much like the RTS that GHC uses. &lt;br&gt; As a consequence to this architecture, the library drives the main (epoll &lt;br&gt; based) event loop and expects you to plug your own code into that.
  </summary>
  </entry>
  <entry>
  <author>
  <name>philip andrew</name>
  <email>philip14...@gmail.com</email>
  </author>
  <updated>2013-04-28T04:09:31Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/4946f73a8ef776a0</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/4946f73a8ef776a0" />
  <title type="html">Idris and ASMJS?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Could Idris make use of ASMJS to make it faster within Javascript execution &lt;br&gt; environment? &lt;br&gt; It says &amp;quot;For complex applications (such as the above games) performance is &lt;br&gt; only around 2x slower than normally-compiled C++&amp;quot; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ejohn.org/blog/asmjs-javascript-compile-target/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thanks, &lt;br&gt; Philip
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hannes Mehnert</name>
  <email>han...@mehnert.org</email>
  </author>
  <updated>2013-04-18T08:02:50Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/19558c737af396cc</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/19558c737af396cc" />
  <title type="html">Verified Software Competition - second announcement - http://vscomp.org</title>
  <summary type="html" xml:space="preserve">
  (first announcement available at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lists.seas.upenn.edu/pipermail/types-announce/2013/003699.html&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; &lt;p&gt;Second Announcement &lt;br&gt; VSTTE Competition 2013 &lt;br&gt; 20-22 April 2013 &lt;br&gt; &lt;p&gt;Organizers: Joseph Kiniry, Hannes Mehnert, Dan Zimmerman &lt;br&gt; &lt;p&gt;This edition of the VSTTE programming contest is an experiment of a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Srdjan Stipic</name>
  <email>srdjan.sti...@gmail.com</email>
  </author>
  <updated>2013-04-17T15:22:56Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/3c01cd2fc3524af2</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/3c01cd2fc3524af2" />
  <title type="html">Problem with dsl specification</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; &lt;p&gt;I am trying to implement dsl specification &lt;br&gt; for the simple imperative language defined in Idrid excercises &lt;br&gt; (Lecture 2. problems 9 and 10). &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cs.st-andrews.ac.uk/~eb/Idris/exercises.pdf&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;The specification of dsl is the following: &lt;br&gt; &lt;p&gt; dsl imp &lt;br&gt; variable = Var &lt;br&gt; index_first = stop
  </summary>
  </entry>
  <entry>
  <author>
  <name>Srdjan Stipic</name>
  <email>srdjan.sti...@gmail.com</email>
  </author>
  <updated>2013-04-11T17:13:42Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/b9c2504544e2e3ab</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/b9c2504544e2e3ab" />
  <title type="html">Extending the code from Lecture 2, programming with Idris.</title>
  <summary type="html" xml:space="preserve">
  I am trying to extend the code from lecture 2, &lt;br&gt; programming with Idris (the code in at the end of the post). &lt;br&gt; I would like to do the following: &lt;br&gt; 1. Create an environment with one integer variable. &lt;br&gt; Something like this: &lt;br&gt; envT: Env G &lt;br&gt; envT = [Var TyInt 5] &lt;br&gt; And use it like: &lt;br&gt; testFac2 : Int &lt;br&gt; testFac2 = interp envT fact 4
  </summary>
  </entry>
  <entry>
  <author>
  <name>philip andrew</name>
  <email>philip14...@gmail.com</email>
  </author>
  <updated>2013-04-11T04:42:08Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/eb3ccb78171a0809</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/eb3ccb78171a0809" />
  <title type="html">Introductory articles on Idris? (for general programmers)</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I came across this good article. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pragprog.com/magazines/2013-04/dependent-types&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Are there any other articles for people who come from non-Haskell, &lt;br&gt; non-mathematical background&#39;s such as myself where I come from a general &lt;br&gt; programming background (but I have functional programming knowledge with
  </summary>
  </entry>
  <entry>
  <author>
  <name>Srdjan Stipic</name>
  <email>srdjan.sti...@gmail.com</email>
  </author>
  <updated>2013-04-10T15:06:08Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/aba5d1ed911f45ca</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/aba5d1ed911f45ca" />
  <title type="html">Simplifying pattern matching with do notation</title>
  <summary type="html" xml:space="preserve">
  I am learning Idris and I implemented the following function: &lt;br&gt; total &lt;br&gt; elemInTree : DecEq a =&amp;gt; (x : a) -&amp;gt; (t : Tree a) -&amp;gt; Maybe (ElemTree x t) &lt;br&gt; elemInTree _ Leaf = Nothing &lt;br&gt; elemInTree x (Node l y r) with (decEq x y) &lt;br&gt; elemInTree x (Node l x r) | Yes _ = Just hereET &lt;br&gt; --- I want to simplify the following line ---
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Warburton</name>
  <email>chriswa...@googlemail.com</email>
  </author>
  <updated>2013-04-05T21:31:27Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/2fc7320fd6244915</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/2fc7320fd6244915" />
  <title type="html">Pattern-matching on Types</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to compare Lists of Types element-wise but I&#39;m getting some &lt;br&gt; bizare behaviour. Is pattern-matching Types possible? Should it be? &lt;br&gt; &lt;p&gt;I&#39;ve narrowed down the problem I&#39;m hitting to a simple test case: &lt;br&gt; &lt;p&gt;This behaves as expected: &lt;br&gt; &lt;p&gt;*test&amp;gt; :r &lt;br&gt; Type checking ./test.idr &lt;br&gt; *test&amp;gt; eq Int Int &lt;br&gt; True : Bool
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Christiansen</name>
  <email>da...@davidchristiansen.dk</email>
  </author>
  <updated>2013-04-09T17:02:07Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/24ae759929d4eea2</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/24ae759929d4eea2" />
  <title type="html">Mac OS users - what arch?</title>
  <summary type="html" xml:space="preserve">
  Hi folks, &lt;br&gt; &lt;p&gt;I&#39;ve just gotten ahold of a Mac to test my Idris work on. This should &lt;br&gt; cut down on cross-platform build issues, and I&#39;ll get Windows set up &lt;br&gt; too. &lt;br&gt; &lt;p&gt;But it seems that some of you run 32-bit, and some 64-bit Haskell. &lt;br&gt; This has a bit impact on what I need to test for various reasons. &lt;br&gt; Could Mac users please let me know (in a mail to me, rather than the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Srdjan Stipic</name>
  <email>srdjan.sti...@gmail.com</email>
  </author>
  <updated>2013-04-09T14:03:49Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/588bad8f509207a3</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/588bad8f509207a3" />
  <title type="html">Simplifying function</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; How can I write following function in &#39;pure idris&#39; (without the proof)? &lt;br&gt; --- code --- &lt;br&gt; total &lt;br&gt; plus_nSm : (n : Nat) -&amp;gt; (m : Nat) -&amp;gt; n + S m = S (n + m) &lt;br&gt; plus_nSm O y = refl &lt;br&gt; plus_nSm (S x) y = let ih = plus_nSm x y in ?plus_nSm_case &lt;br&gt; -- I want to eliminate this proof. &lt;br&gt; Main.plus_nSm_case = proof { &lt;br&gt; compute;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Srdjan Stipic</name>
  <email>srdjan.sti...@gmail.com</email>
  </author>
  <updated>2013-04-08T12:31:25Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/1bf4a3c4679a068a</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/1bf4a3c4679a068a" />
  <title type="html">Idris programming languages exercises</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; I am trying to learn programming language Idris &lt;br&gt; and I am no familiar with dependent types. &lt;br&gt; I am doing the exercises posted on: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cs.st-andrews.ac.uk/~eb/Idris/exercises.pdf&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Currently, I am stuck at the proglem: Lecture 1. problem 2. a) &lt;br&gt; where I am supposed to implement matrix transpose function.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jens Petersen</name>
  <email>juhpeter...@gmail.com</email>
  </author>
  <updated>2013-04-03T10:41:23Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/da2931f83c88ad5a</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/da2931f83c88ad5a" />
  <title type="html">building idris libs fails with LANG=C</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;While trying to prepare an RPM package again of Idris &lt;br&gt; for Fedora I noticed that buildings the libs fails if LANG=C. &lt;br&gt; (For better or worse rpmbuild defaults to LANG=C when building.) &lt;br&gt; &lt;p&gt;Anyway it is not such a big deal - I can workaround it easily enough &lt;br&gt; but I thought I would just report it here since it took me
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Popov</name>
  <email>i...@thedeemon.com</email>
  </author>
  <updated>2013-03-28T18:03:32Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/e2b472e1d2ad9b81</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/e2b472e1d2ad9b81" />
  <title type="html">Unfortunate dependency on unix package</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; today I grabbed current sources of Idris-dev from github just to find that &lt;br&gt; idris.cabal now lists the &amp;quot;unix&amp;quot; package among its dependencies. &lt;br&gt; That&#39;s very unfortunate because &amp;quot;The package is not supported under Windows &lt;br&gt; (except under Cygwin)&amp;quot; (quote from Hackage). &lt;br&gt; This dependency forbids building Idris under Windows. And no, cygwin is not
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Popov</name>
  <email>i...@thedeemon.com</email>
  </author>
  <updated>2013-03-28T09:09:22Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/ec0a19bac284306c</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/ec0a19bac284306c" />
  <title type="html">REPL holds file in Windows if parsing failed</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; there is a problem with Idris REPL which manifests in Windows but not in &lt;br&gt; Linux (and OS X). If one loads a source file and there is a syntax error, &lt;br&gt; then after reporting this error REPL keeps the file open and forbids any &lt;br&gt; editing, every text editor will complain it cannot save the file. Only &lt;br&gt; after quitting REPL one can save the file again. However if the error is
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Popov</name>
  <email>i...@thedeemon.com</email>
  </author>
  <updated>2013-03-28T08:57:02Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/655c0df78a335550</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/655c0df78a335550" />
  <title type="html">dependent pairs in 0.9.7</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Here&#39;s some very basic code which compiled fine in versions 0.9.5 and 0.9.6 &lt;br&gt; but fails to type check in 0.9.7: &lt;br&gt; using (A : Type, B : A-&amp;gt;Type, C : Type) &lt;br&gt; uncurry : ((x:A) -&amp;gt; B x -&amp;gt; C) -&amp;gt; ((x:A ** B x) -&amp;gt; C) &lt;br&gt; uncurry f = \p =&amp;gt; f (getWitness p) (getProof p) &lt;br&gt; Version 0.9.7 says &amp;quot;Can&#39;t convert (x ** B x) with Exists A B&amp;quot;. Can anyone
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dirk Ullrich</name>
  <email>dirk.ullr...@gmail.com</email>
  </author>
  <updated>2013-03-23T10:49:36Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/83171dbd1200d8e2</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/83171dbd1200d8e2" />
  <title type="html">Build of Idris fails because of `libffi&#39;</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;when I try to install the package `libffi&#39; (by `cabal install&#39;) now &lt;br&gt; required by Idris, I always get the error: &lt;br&gt; &lt;p&gt;Resolving dependencies... &lt;br&gt; Configuring libffi-0.1... &lt;br&gt; cabal: The pkg-config package libffi is required but it could not be found. &lt;br&gt; Failed to install libffi-0.1 &lt;br&gt; cabal: Error: some packages failed to install:
  </summary>
  </entry>
  <entry>
  <author>
  <name>philip andrew</name>
  <email>philip14...@gmail.com</email>
  </author>
  <updated>2013-03-19T10:38:12Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/2b396e98a621c51f</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/2b396e98a621c51f" />
  <title type="html">How to compile to C source code?</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; So I was trying out the tutorial here &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://raichoo.blogspot.hk/2013/01/towards-dependently-typed.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It can compile to Javascript which is great, but if I want to compile to C &lt;br&gt; I am not getting what I expected which would be C source code. &lt;br&gt; idris --target C test.idr -o test.c &lt;br&gt; So - its outputting a binary rather than C source code is that correct?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chetan Taralekar</name>
  <email>chet...@gmail.com</email>
  </author>
  <updated>2013-03-17T22:05:37Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/d4308d7ff5acb4a6</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/d4308d7ff5acb4a6" />
  <title type="html">Request for comments on the elemList exercise</title>
  <summary type="html" xml:space="preserve">
  I&#39;m following the videos from the workshop that Edwin Brady is giving. &lt;br&gt; In the first video (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://vimeo.com/61576198&quot;&gt;[link]&lt;/a&gt; around 1:10:10 mark), Edwin &lt;br&gt; mentions a more correct version of elemList , one that returns Dec (Elem x &lt;br&gt; xs). &lt;br&gt; Below is a solution (it typechecks with the latest version). &lt;br&gt; Since I&#39;m just beginning to learn dependently typed programming (mostly on
  </summary>
  </entry>
  <entry>
  <author>
  <name>Niklas Baumstark</name>
  <email>niklas.baumst...@gmail.com</email>
  </author>
  <updated>2013-03-16T19:05:34Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/cf1f23ce85118ce7</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/cf1f23ce85118ce7" />
  <title type="html">Some questions about totality checking and impossible matches</title>
  <summary type="html" xml:space="preserve">
  Hi Idris hackers, &lt;br&gt; I just tried to do my first steps in Idris and encountered some problems &lt;br&gt; when trying to write a simple proof: &lt;br&gt; 1. Why do the following functions type-check? I expected them to be &lt;br&gt; rejected by the totality checker: &lt;br&gt; total test : Nat -&amp;gt; Nat &lt;br&gt; total test2 : Nat -&amp;gt; Nat &lt;br&gt; test2 x with (x,x) | (O,O) = O
  </summary>
  </entry>
  <entry>
  <author>
  <email>phi...@gmail.com</email>
  </author>
  <updated>2013-03-14T14:06:46Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/b3ba566901b17f2b</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/b3ba566901b17f2b" />
  <title type="html">Idris integration with Javascript?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; How does Idris integrate with Javascript, can I pass javascript data &lt;br&gt; structures into Idris code? can I call javascript from Idris code via a ffi? &lt;br&gt; Thanks, Philip
  </summary>
  </entry>
  <entry>
  <author>
  <name>Benjamin Saunders</name>
  <email>ral...@gmail.com</email>
  </author>
  <updated>2013-03-13T19:07:21Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/799a265a71e84207</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/799a265a71e84207" />
  <title type="html">FFI extensions for globals and aggregate types</title>
  <summary type="html" xml:space="preserve">
  I&#39;d like to extend Idris&#39; FFI to C with support for reading/writing &lt;br&gt; globals, and for handling values of aggregate type (i.e. structs, arrays, &lt;br&gt; and unions). The backend implementation for accessing globals is &lt;br&gt; straightforward enough: just as the output IRs have (L/D/S)Foreign &lt;br&gt; constructors for FFI calls, additional constructors can be added to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edwin Brady</name>
  <email>edwin.br...@gmail.com</email>
  </author>
  <updated>2013-03-10T21:01:48Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/3e0ae2b6cd5fc627</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/3e0ae2b6cd5fc627" />
  <title type="html">New release, Idris 0.9.7</title>
  <summary type="html" xml:space="preserve">
  Dear all, &lt;br&gt; I have released a new version of Idris onto hackage. Details are here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://idris-lang.org/archives/246&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;As usual, you can install with &#39;cabal update; cabal install idris&#39;. There are few user visible changes, but there has been a large change to the implementation of type checking and unification, so please let me know if anything unexpected happens (either in a good or bad way!).
  </summary>
  </entry>
  <entry>
  <author>
  <name>DAY</name>
  <email>plm....@gmail.com</email>
  </author>
  <updated>2013-03-03T13:31:47Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/0d0878317a4091e7</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/0d0878317a4091e7" />
  <title type="html">Questions regarding the &quot;Design and Implementation&quot; paper</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I am reading &amp;quot;Design and Implementation&amp;quot; paper. I have two questions. &lt;br&gt; 1. Is it necessary to have `let&#39; in the core language? It seems to me in &lt;br&gt; such a rich type system we can introduce it as usual a syntactic sugar of &lt;br&gt; function application. Of course, it may cause efficiency problems. Is &lt;br&gt; this the main reason to have it built in? Or are there other reasons I
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Christiansen</name>
  <email>da...@davidchristiansen.dk</email>
  </author>
  <updated>2013-02-26T15:22:30Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/287bc0aa5070a680</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/287bc0aa5070a680" />
  <title type="html">Idris compiler Haddock</title>
  <summary type="html" xml:space="preserve">
  Hi folks, &lt;br&gt; &lt;p&gt;I just convinced Haddock to build reasonable docs for Idris, and I &lt;br&gt; translated some of my own notes as well as existing comments into &lt;br&gt; Haddock documentation. You can see the result at: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://david-christiansen.github.com/Idris-dev/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Please let me know if it&#39;s useful, or if something should be changed.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philip Johnson-Freyd</name>
  <email>phili...@gmail.com</email>
  </author>
  <updated>2013-02-14T00:13:01Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/5d6319c69d5731cf</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/5d6319c69d5731cf" />
  <title type="html">Question about applicative functor syntax</title>
  <summary type="html" xml:space="preserve">
  Is there any particular reason why Idris uses the &amp;lt;$&amp;gt; symbol for &lt;br&gt; application in applicative functors, rather than the &amp;lt;*&amp;gt; from Haskell? I &lt;br&gt; find it slightly confusing because &amp;lt;$&amp;gt; is a synonym for fmap in both &lt;br&gt; Haskell and the original McBride and Patterson paper. I apologize if this &lt;br&gt; has been asked before, but I couldn&#39;t find anything.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Falko</name>
  <email>falko.spil...@gmail.com</email>
  </author>
  <updated>2013-02-12T11:09:36Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/88872ee565108131</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/88872ee565108131" />
  <title type="html">codata, productivity question</title>
  <summary type="html" xml:space="preserve">
  I tried to play with codata. The last method in the listing is rejected &lt;br&gt; with the message: &lt;br&gt; &amp;quot;Idris03.drop is not productive&amp;quot;, without any further explanation. &lt;br&gt; Can you give a hint what I&#39;m doing wrong? Thank you, Falko &lt;br&gt; to get some squares, we now can go &lt;br&gt; take 5 (map (\x =&amp;gt; x*x) natStream)
  </summary>
  </entry>
  <entry>
  <author>
  <name>mukesh tiwari</name>
  <email>mukeshtiwari.ii...@gmail.com</email>
  </author>
  <updated>2013-02-09T16:19:41Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/6041e5b5d515efcc</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/6041e5b5d515efcc" />
  <title type="html">Segmentation Fault</title>
  <summary type="html" xml:space="preserve">
  Hello All &lt;br&gt; I wrote this simple code to compute the factorial. &lt;br&gt; module Main &lt;br&gt; &lt;p&gt;product : List Integer -&amp;gt; Integer &lt;br&gt; product = foldl (*) 1 &lt;br&gt; &lt;p&gt;fac : Integer -&amp;gt; Integer &lt;br&gt; fac n = product [1..n] &lt;br&gt; &lt;p&gt;main : IO () &lt;br&gt; main = do &lt;br&gt; arg &amp;lt;- getLine &lt;br&gt; print . fac . cast $ arg &lt;br&gt; &lt;p&gt;Mukeshs-MacBook-Pro:Idris mukeshtiwari$ idris test.idr -o test
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Popov</name>
  <email>i...@thedeemon.com</email>
  </author>
  <updated>2013-02-08T18:26:06Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/c7685c0092b85985</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/c7685c0092b85985" />
  <title type="html">Bug: function with ?= returns argument instead of result</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; this program: &lt;br&gt; module Main &lt;br&gt; rotLeft : Vect a (S n) -&amp;gt; Vect a (S n) &lt;br&gt; rotLeft v ?= tail v ++ [head v] &lt;br&gt; rotLeft_lemma_1 = proof { intros; trivial; } &lt;br&gt; main : IO () &lt;br&gt; main = print $ rotLeft [1,2,3] &lt;br&gt; outputs &amp;quot;[1,2,3]&amp;quot; while expected output is [2,3,1]. &lt;br&gt; When I just evaluate tail v ++ [head v] in REPL it works properly but when
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Christiansen</name>
  <email>da...@davidchristiansen.dk</email>
  </author>
  <updated>2013-02-07T14:50:44Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/e56270a7c7355ba2</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/e56270a7c7355ba2" />
  <title type="html">Advice on Idris style; possible stdlib contribution</title>
  <summary type="html" xml:space="preserve">
  Hello folks, &lt;br&gt; &lt;p&gt;I just threw together the start of a decidable equality module for &lt;br&gt; Idris. Basically, it&#39;s like the Eq type class, but it gives evidence &lt;br&gt; instead of Booleans. It&#39;s quite similar to Agda&#39;s stdlib, but not &lt;br&gt; quite as well factored yet (for example, it doesn&#39;t have the &lt;br&gt; abstractions over binary relations and such).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edwin Brady</name>
  <email>edwin.br...@gmail.com</email>
  </author>
  <updated>2013-02-01T10:46:59Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/10fade57199c851e</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/10fade57199c851e" />
  <title type="html">New unification</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I have just pushed a patch to github with a major change to unification. Specifically, instead of failing early (and backtracking), we now maintain a list of problems and refine as we go. (I can hear some people saying &amp;quot;I told you you should have done it that way in the first place!&amp;quot; :)).
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Christiansen</name>
  <email>da...@davidchristiansen.dk</email>
  </author>
  <updated>2013-01-29T18:44:54Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/8408cee72565ea7c</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/8408cee72565ea7c" />
  <title type="html">F#-style type providers through I/O in the type system</title>
  <summary type="html" xml:space="preserve">
  Dear Idris list, &lt;br&gt; &lt;p&gt;I&#39;ve been kicking around an idea for the last little while that I &lt;br&gt; think would be worth implementing and getting some milage out of, but &lt;br&gt; I wanted to run it by the list for feedback first. &lt;br&gt; &lt;p&gt;F# has a feature called &amp;quot;type providers&amp;quot;. These are libraries that &lt;br&gt; are loaded by the compiler that generate new types at compile time.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Maloney</name>
  <email>tactic...@gmail.com</email>
  </author>
  <updated>2013-01-27T03:43:37Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/ff148ef4e89987dc</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/ff148ef4e89987dc" />
  <title type="html">Possible bug, term not reducing.</title>
  <summary type="html" xml:space="preserve">
  In the following code, I am defining the co-natural numbers, addition on them, and a bisimilarity relation. &lt;br&gt; My goal is to prove the dreaded fact: 0 + x = x. However, I get the following message &lt;br&gt; %default total &lt;br&gt; codata CoNat = cO | cS (CoNat) &lt;br&gt; cnplus : CoNat -&amp;gt; CoNat -&amp;gt; CoNat &lt;br&gt; cnplus cO y = y &lt;br&gt; cnplus (cS x) y = cS (cnplus x y)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Popov</name>
  <email>i...@thedeemon.com</email>
  </author>
  <updated>2013-01-24T11:20:58Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/9c3c8ec72adca049</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/9c3c8ec72adca049" />
  <title type="html">StrLen missing?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; What is the right way of getting the length of a String in Idris? &lt;br&gt; In the RTS source code I see function idris_strlen which should be invoked &lt;br&gt; by a primitive %StrLen but I don&#39;t know how to call it from Idris code. It &lt;br&gt; seems to be missing from primitives mentioned in Primitives.hs and &lt;br&gt; Builtins.idr.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edwin Brady</name>
  <email>edwin.br...@gmail.com</email>
  </author>
  <updated>2013-01-23T17:45:32Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/0b4dc7749a700c09</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/0b4dc7749a700c09" />
  <title type="html">Idris 0.9.6 released</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; An updated version of Idris, 0.9.6, has been released onto Hackage (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://hackage.haskell.org/package/idris-0.9.6&quot;&gt;[link]&lt;/a&gt;). This has lots of updates and improvements over the previous released version. You can find full details here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://idris-lang.org/archives/235&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Have fun! &lt;br&gt; &lt;p&gt;Edwin
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Popov</name>
  <email>i...@thedeemon.com</email>
  </author>
  <updated>2013-01-17T09:02:56Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/f55575810987c180</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/f55575810987c180" />
  <title type="html">Idris speed</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; In the ICFP&#39;10 paper (Scrapping your Inefficient Engine) I saw some &lt;br&gt; benchmarks mentioned where Idris code performed close to C and Java. &lt;br&gt; Recently I installed fresh version of Idris (0.9.5.2 from Idris-dev at &lt;br&gt; github) on Windows (with GHC 7.4.1 and GCC 4.6.1 from MinGW) and tried some &lt;br&gt; experiments involving simple math with Ints. In my tests Idris programs
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dirk Ullrich</name>
  <email>dirk.ullr...@gmail.com</email>
  </author>
  <updated>2012-12-29T23:35:51Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/1bb0460ea8940172</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/1bb0460ea8940172" />
  <title type="html">Building Idris (Git master) with GHC 7.0, too</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;with the trivial patch appended you can build Idris from Git master &lt;br&gt; with all GHC 7.x versions. I&#39;ve tested it with GHC 7.0.4, GHC 7.2.2, &lt;br&gt; GHC 7.4.2 and GHC 7.6.1 (together with upd-to-date versions of the &lt;br&gt; additional packages from Hackage needed). &lt;br&gt; &lt;p&gt;Dirk
  </summary>
  </entry>
  <entry>
  <author>
  <name>Falko</name>
  <email>falko.spil...@gmail.com</email>
  </author>
  <updated>2012-12-26T19:41:46Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/5c3c6eb617404a3f</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/5c3c6eb617404a3f" />
  <title type="html">How to compile Idris from source?</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; As Idris seems to develop fast, I&#39;d like to use the most up to date version. &lt;br&gt; Until now I used &amp;quot;cabal install idris&amp;quot; to download the latest release, and &lt;br&gt; I simply don&#39;t know enough of the Haskell infra structure to be sure not to &lt;br&gt; kill my running version without getting a new one. &lt;br&gt; Can you give / point me to information what to do after git clone
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tailcalled</name>
  <email>tailcal...@gmail.com</email>
  </author>
  <updated>2012-12-23T15:34:02Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/4a9061f76bac1738</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/4a9061f76bac1738" />
  <title type="html">Partiality monad</title>
  <summary type="html" xml:space="preserve">
  Instead of having a special keyword for partial functions, why not use the &lt;br&gt; partiality monad? Basically, the partiality monad is defined like this: &lt;br&gt; codata Partial a = Delay (Partial a) | Now a &lt;br&gt; A partial function from a to b would then be a function a -&amp;gt; Partial b.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Irene Knapp</name>
  <email>irene.kn...@icloud.com</email>
  </author>
  <updated>2012-12-17T22:27:34Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/848daab617b6cb53</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/848daab617b6cb53" />
  <title type="html">Blobs: Proposal, discussion topic, code for preview</title>
  <summary type="html" xml:space="preserve">
  TLDR: Blobs as a primitive datatype? &lt;br&gt; &lt;p&gt;Now for the rambling story-telling mode of discourse that I so enjoy and am &lt;br&gt; probably already known for! &lt;br&gt; &lt;p&gt;So I thought to myself, it would be nice if I could start porting some data &lt;br&gt; structures or something over from Haskell, possibly in semi-automated &lt;br&gt; fashion. So, I thought, what do we need most? Ah! There&#39;s a quantitative
  </summary>
  </entry>
  <entry>
  <author>
  <name>DAY</name>
  <email>plm....@gmail.com</email>
  </author>
  <updated>2012-12-13T16:02:16Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/03c48db9eb4b127b</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/03c48db9eb4b127b" />
  <title type="html">Get Idris lazy?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;It is really nice to see the turn from Set to Type for the type of types. &lt;br&gt; So following that, how about change idris to use lazy evaluation? Here &lt;br&gt; are the reasons: &lt;br&gt; &lt;p&gt;1. If I remember correctly, Martin-Löf&#39;s type theory features lazy &lt;br&gt; evaluation. I did not quite get and now also forget why he did that.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edwin Brady</name>
  <email>edwin.br...@gmail.com</email>
  </author>
  <updated>2012-12-11T23:07:50Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/8b0b0e9b51d31899</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/8b0b0e9b51d31899" />
  <title type="html">Type of types</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; Following last week&#39;s discussion, and because it&#39;s good to make these changes early, the type of types is now &#39;Type&#39;, rather than &#39;Set&#39;. &lt;br&gt; &lt;p&gt;I&#39;m not changing it again :). Or back. &lt;br&gt; &lt;p&gt;Edwin.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ralith</name>
  <email>ral...@gmail.com</email>
  </author>
  <updated>2012-12-10T01:17:54Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/a2cfa373875b0cbc</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/a2cfa373875b0cbc" />
  <title type="html">RTS for LLVM vs. C backends</title>
  <summary type="html" xml:space="preserve">
  The current LLVM backend attempts to use the same RTS as the C backend to &lt;br&gt; reduce duplication of effort, but it&#39;s looking more and more likely that &lt;br&gt; its needs significantly diverge from those of the C backend. Specifically, &lt;br&gt; the LLVM backend attempts to store references (and hopefully, in the &lt;br&gt; future, values as well) on the machine stack, which must then be scanned
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Beacham</name>
  <email>dbeac...@dbeacham.co.uk</email>
  </author>
  <updated>2012-12-09T17:06:13Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/1f6b64e4bd6929fe</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/1f6b64e4bd6929fe" />
  <title type="html">Help with function images / inverses</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been working my way through dependent types at work [DTAW], which is &lt;br&gt; written with agda, but seems like a good place to gain some familiarity &lt;br&gt; with dependent types and gives me some practice with trying to work with &lt;br&gt; them in idris. &lt;br&gt; Fair warning: I&#39;m no agda expert, which might be making some of the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ralith</name>
  <email>ral...@gmail.com</email>
  </author>
  <updated>2012-12-05T21:32:48Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/29e1654d0f083fed</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/29e1654d0f083fed" />
  <title type="html">Renaming &#39;Set&#39; to &#39;Type&#39;</title>
  <summary type="html" xml:space="preserve">
  Pros: &lt;br&gt; - More intuitive to people new to dependent typing &lt;br&gt; - Makes implementation and use of something like Haskell&#39;s Data.Set much &lt;br&gt; less awkward and confusing &lt;br&gt; Cons: &lt;br&gt; - Breaks pretty much all existing code &lt;br&gt; A straw poll on IRC has most people vaguely supportive of the idea. Any &lt;br&gt; dissenters?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edwin Brady</name>
  <email>edwin.br...@gmail.com</email>
  </author>
  <updated>2012-11-28T22:14:32Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/22f0ff970e73598e</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/22f0ff970e73598e" />
  <title type="html">Local type inference in &#39;where&#39;</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve just implemented something I&#39;ve wanted for a while now, spurred on by someone complained to me (in person) recently that it was annoying to have to gives types for everything in a where clause. &lt;br&gt; &lt;p&gt;You can now omit a type declaration for a function f in a where block, provided that: &lt;br&gt; &lt;p&gt;* &#39;f&#39; appears in the right hand side of the top level definition
  </summary>
  </entry>
  <entry>
  <author>
  <name>Falko</name>
  <email>falko.spil...@gmail.com</email>
  </author>
  <updated>2012-11-28T20:37:12Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/ecbe0e9c8d2dbc48</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/ecbe0e9c8d2dbc48" />
  <title type="html">filter for vector, a question</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; probably I get somewhat demanding, but if anybody has the time to explain &lt;br&gt; in simple words, why filter1 (a copy from prelude) works, and &lt;br&gt; filter2 doesn&#39;t? &lt;br&gt; How can p be understood by the type checker in one case, and not in the &lt;br&gt; other? &lt;br&gt; Is there a way to make filter2 work? &lt;br&gt; Thank you, and greetings, Falko
  </summary>
  </entry>
  <entry>
  <author>
  <name>Falko</name>
  <email>falko.spil...@gmail.com</email>
  </author>
  <updated>2012-11-28T19:39:05Z</updated>
  <id>http://groups.google.com/group/idris-lang/browse_thread/thread/71488a10552d7269</id>
  <link href="http://groups.google.com/group/idris-lang/browse_thread/thread/71488a10552d7269" />
  <title type="html">A wish</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; just in case it is easy, I&#39;d be happy about a configuration, an run time &lt;br&gt; argument or so, to limit the memory usage to a certain value. &lt;br&gt; I kind of get emotional, when my computer doesn&#39;t respond anymore ;-) &lt;br&gt; Kind regards &amp;amp; happy hacking, Falko
  </summary>
  </entry>
</feed>
