Send Beginners mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

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


Today's Topics:

   1.  Using INLINE/NOINLINE pragma (felipe zapata)
   2.  Is there any pydoc or perldoc like for Haskell?
      (Carlos J. G. Duarte)
   3. Re:  Is there any pydoc or perldoc like for       Haskell?
      (Jack Henahan)
   4. Re:  Is there any pydoc or perldoc like for       Haskell?
      (Carlos J. G. Duarte)


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

Message: 1
Date: Sat, 7 Jul 2012 20:33:01 +0200
From: felipe zapata <[email protected]>
Subject: [Haskell-beginners] Using INLINE/NOINLINE pragma
To: [email protected]
Message-ID:
        <ca+aelgtvffrvahmg5mb8xyc1sysavprvnofscm3ls91tb6s...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

Hi All,

I'm being exploring the Repa Module and I got myself into a big mess trying
to figure out how to use the INLINE/NOINLINE pragma. In the paper ?Guiding
parallel Array Fusion with Indexed Types? it is said that: if the signature
contains any D tags, or type class dictionaries, then you must INLINE it to
get fast code, otherwise not. But looking in the provided example of matrix
multiplication the* transpose2P *defined in the Repa-example package, do
not contain a ?D? in the signature but nevertheless use the INLINE pragma.

Besides in the Numeric Haskell: A repa Tutorial in section 1.8.5 it is said
that : ?... The moral of the story is to attach INLINE pragmas to all your
client functiond that compute array values...?.

Could you please give some advices about how to use those pragmas?

Thanks in advance.

Felipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20120707/c09106df/attachment.html>

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

Message: 2
Date: Sun, 08 Jul 2012 02:28:10 +0100
From: "Carlos J. G. Duarte" <[email protected]>
Subject: [Haskell-beginners] Is there any pydoc or perldoc like for
        Haskell?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Python has the pydoc command to get help for builtins and modules, eg. 
"pydoc def" or "pydoc itertools"
Perl has a similar facility with the perldoc, eg. "perldoc -tf substr"

Is there such a thing available for Haskell?
I have been consulting http://www.haskell.org/hoogle/ but it isn't as 
practical as having help available at the prompt (although very useful, 
though).

thanks in advance.




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

Message: 3
Date: Sat, 7 Jul 2012 21:32:43 -0400
From: Jack Henahan <[email protected]>
Subject: Re: [Haskell-beginners] Is there any pydoc or perldoc like
        for     Haskell?
To: "Carlos J. G. Duarte" <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

http://www.haskell.org/haskellwiki/Hoogle#GHCi_Integration

That should prove useful.

On Jul 7, 2012, at 9:28 PM, Carlos J. G. Duarte wrote:

> Python has the pydoc command to get help for builtins and modules, eg. "pydoc 
> def" or "pydoc itertools"
> Perl has a similar facility with the perldoc, eg. "perldoc -tf substr"
> 
> Is there such a thing available for Haskell?
> I have been consulting http://www.haskell.org/hoogle/ but it isn't as 
> practical as having help available at the prompt (although very useful, 
> though).
> 
> thanks in advance.
> 
> 
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20120707/a8f55f82/attachment-0001.pgp>

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

Message: 4
Date: Sun, 08 Jul 2012 03:02:32 +0100
From: "Carlos J. G. Duarte" <[email protected]>
Subject: Re: [Haskell-beginners] Is there any pydoc or perldoc like
        for     Haskell?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20120708/f4cb1112/attachment-0001.htm>

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

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 49, Issue 9
****************************************

Reply via email to