<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi All.<BR>
I've two question about Data Parallel Haskell. <BR>
I'm trying some experiment using DPH and I've wrote a little program using the functions lengthP and mapP. I've imported the module GHC.PArr and I've informed the compiler that I want to use some language extension using the line {-# LANGUAGE PArr #-}. All works fine. Looking around I've saw that some code examples use {-# LANGUAGE PArr, ParallelListComp #-} instead. <BR>
&nbsp;<BR>
The my first question is: Which is the difference in using or not the extension ParallelListComp? Seems that my program works fine with or without this extension (if I&nbsp;omit the extension PArr I've some compilation errors).<BR>
&nbsp;<BR>
The second question is: Have I to use the option -threaded when compile my program?<BR>
&nbsp;<BR>
I'm using Haskell Platform (GHC 6.12.1) on MacOS X 10.6.3<BR>
&nbsp;<BR>
Thanks in advance for any answer.<BR>
&nbsp;<BR>
Luca.<BR>
&nbsp;<BR>
&nbsp;<BR>                                               <br /><hr />Get a new e-mail account with Hotmail - Free. <a href='http://clk.atdmt.com/UKM/go/197222280/direct/01/' target='_new'>Sign-up now.</a></body>
</html>