You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloud-haskel...@googlegroups.com, parallel...@googlegroups.com
Hi Folks,
After several repeated, lengthy absences, I am once again dipping my toes back into Cloud Haskell development. Since static pointers were added to ghc, are there now new (and better) options for creating closures in cloud haskell, that will allow me to avoid using TH? If so, are there any docs, blog posts, etc, that I can look at to pick up how these work?
Cheers,
Tim
Boespflug, Mathieu
unread,
Nov 7, 2018, 5:13:43 AM11/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tim Watson, cloud-haskel...@googlegroups.com, parallel...@googlegroups.com
Hi Tim,
there are two implementations of shippable closures on top of static pointers:
> --
> You received this message because you are subscribed to the Google Groups "parallel-haskell" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to parallel-haske...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Tim Watson
unread,
Nov 7, 2018, 5:14:43 AM11/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mathieu Boespflug, cloud-haskel...@googlegroups.com, parallel...@googlegroups.com
Thanks, I'll check them out!
Tim
Edsko de Vries
unread,
Nov 7, 2018, 5:25:31 AM11/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to watson....@gmail.com, Mathieu Boespflug, cloud-haskel...@googlegroups.com, parallel...@googlegroups.com
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Edsko de Vries, Tim Watson, cloud-haskel...@googlegroups.com, parallel...@googlegroups.com
Ah, got it. I didn't notice the crucial `staticPtr` function at first
glance in the Haddocks. It makes a `Static` out of a `StaticPtr`. And
it's been there since 0.3.4.0.