<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 04/26/2015 um 08:38 PM schrieb Matthew Korson:
    <blockquote cite="mid:553D3B4C.3040003@web.de" type="cite">
      <blockquote type="cite">
        <pre wrap="">The problem is that tAppend is too strict; it evaluates both its arguments before producing anything. 
</pre>
      </blockquote>
    </blockquote>
    <br>
    That's it. Define<br>
    <br>
    <b><font face="Courier New, Courier, monospace">tAppend (Temporal
        as) ~(Temporal bs) = Temporal (as ++ bs)</font></b><br>
    <br>
    No need (I think) to pass through the toList, which is a redundant
    ping-pong.<br>
    <br>
    Jerzy K.<br>
    <br>
    <br>
  </body>
</html>