Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  how to split a list (Theodore Lief Gannon)
   2. Re:  how to split a list (Francesco Ariis)


----------------------------------------------------------------------

Message: 1
Date: Mon, 26 Mar 2018 13:48:09 -0700
From: Theodore Lief Gannon <tan...@gmail.com>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <beginners@haskell.org>
Subject: Re: [Haskell-beginners] how to split a list
Message-ID:
        <CAJoPsuDif6gnkBD0TcpwEvWSRTHoLOk=t3+au860moldpby...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Wow... after attempting a simpler solution, I now understand a discussion
from a little while back on one of the other lists about how terribly
unexpected the default groupBy behavior is.

On Mon, Mar 26, 2018 at 12:21 PM, PICCA Frederic-Emmanuel <
frederic-emmanuel.pi...@synchrotron-soleil.fr> wrote:

> Just one question about this.
>
> I do not want to put a print in order to generate the newList object.
>
>
> let l = []
> let newList = superChnker l
> print newList
>
>
> How Can I tell to haskell, produce the result even if I do not use it.
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20180326/5470debb/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 27 Mar 2018 09:41:05 +0200
From: Francesco Ariis <fa...@ariis.it>
To: beginners@haskell.org
Subject: Re: [Haskell-beginners] how to split a list
Message-ID: <20180327074105.6sztwji66gs4f...@x60s.casa>
Content-Type: text/plain; charset=us-ascii

On Mon, Mar 26, 2018 at 07:21:22PM +0000, PICCA Frederic-Emmanuel wrote:
> How Can I tell to haskell, produce the result even if I do not use it.

deepseq [1]!

[1] 
https://hackage.haskell.org/package/deepseq-1.4.3.0/docs/Control-DeepSeq.html#v:deepseq


------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 117, Issue 14
******************************************

Reply via email to